Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core examples #3

Open
wants to merge 6 commits into
base: devel
Choose a base branch
from
Open

Core examples #3

wants to merge 6 commits into from

Conversation

StatisMike
Copy link
Contributor

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.

Merge branch 'devel' into examples

# Conflicts:
#	NAMESPACE
#	R/core.R
#	man/Shader.Rd
#	man/Texture.Rd
#	man/clear_window_state.Rd
#	man/close_window.Rd
#	man/get_frame_time.Rd
#	man/get_screen_height.Rd
#	man/get_screen_to_world_2d.Rd
#	man/get_screen_width.Rd
#	man/get_world_to_screen_2d.Rd
#	man/init_window.Rd
#	man/is_window_focused.Rd
#	man/is_window_fullscreen.Rd
#	man/is_window_hidden.Rd
#	man/is_window_maximized.Rd
#	man/is_window_minimized.Rd
#	man/is_window_ready.Rd
#	man/is_window_resized.Rd
#	man/is_window_state.Rd
#	man/maximize_window.Rd
#	man/minimize_window.Rd
#	man/restore_window.Rd
#	man/set_target_fps.Rd
#	man/set_window_icon.Rd
#	man/set_window_state.Rd
#	man/toggle_fullscreen.Rd
#	man/window_should_close.Rd
@StatisMike
Copy link
Contributor Author

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

@StatisMike StatisMike changed the title Core examples + few core.R mappings Core examples May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant