raylib.R icon indicating copy to clipboard operation
raylib.R copied to clipboard

Core examples

Open StatisMike opened this issue 3 years ago • 1 comments

Examples additions:

  • 2D camera platformer example_core_2d_camera_platformer
  • basic screen manager example_core_basic_screen_manager
  • window flags example_core_window_flags

Core mappings (added to make the examples possible):

  • get_frame_time
  • get_screen_height
  • get_screen_to_world_2d
  • get_screen_width
  • get_world_to_screen_2d

I've used roxygenise after pulling the devel branch before (raylib compilation error) - I believe that this causes all additional files there. Don't really know how to handle this in any other way that PR to the devel, which was the source at the beginning.

StatisMike avatar May 15 '22 08:05 StatisMike

Safe to pull now, fixed all conflicts and devel up to date

StatisMike avatar May 16 '22 05:05 StatisMike