raylib/examples
victorfisac 305efcf5ad Redesigned physics module (IN PROGRESS)
physac modules is being redesigned. Physics base behaviour is done and
it is composed by three steps: apply physics, resolve collisions and fix
overlapping.

A basic example is currently in progress. The next steps are try to add
torque and unoriented physic collisions and implement physics basic
functions to add forces. Rigidbody grounding state is automatically
calculated and has a perfect result. Rigidbodies interacts well with
each others.

To achieve physics accuracy, UpdatePhysics() is called a number of times
per frame. In a future, it should be changed to another thread and call
it without any target frame restriction.

Basic physics example has been redone (not finished) using the new
module functions. Forces examples will be redone so I removed it from
branch.
2016-03-05 17:05:02 +01:00
..
resources Updated image to POT 2016-02-20 22:43:10 +01:00
audio_music_stream.c Review literals type 2016-01-16 12:52:55 +01:00
audio_music_stream.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
audio_sound_loading.c Review literals type 2016-01-16 12:52:55 +01:00
audio_sound_loading.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_3d_camera_first_person.c Updated examples to make them clearer 2016-02-11 14:56:27 +01:00
core_3d_camera_first_person.png Updates some examples 2015-08-30 17:46:37 +02:00
core_3d_camera_free.c Updated examples to make them clearer 2016-02-11 14:56:27 +01:00
core_3d_camera_free.png Updated screenshots 2016-01-26 20:26:46 +01:00
core_3d_mode.c Updated examples to make them clearer 2016-02-11 14:56:27 +01:00
core_3d_mode.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_3d_picking.c Updated examples to make them clearer 2016-02-11 14:56:27 +01:00
core_3d_picking.png Updated some files 2016-02-21 14:34:11 +01:00
core_basic_window.c Review literals type 2016-01-16 12:52:55 +01:00
core_basic_window.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_basic_window_web.c Reviewed examples 2015-09-02 01:07:16 +02:00
core_color_select.c Changed mail address by twitter user 2015-08-28 14:17:35 +02:00
core_color_select.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_drop_files.c Added some comments to examples 2015-09-01 22:59:16 +02:00
core_drop_files.png New examples added 2015-08-28 18:07:39 +02:00
core_gestures_detection.c Added 6 new examples 2016-02-11 12:26:45 +01:00
core_gestures_detection.png Added 6 new examples 2016-02-11 12:26:45 +01:00
core_input_gamepad.c Review literals type 2016-01-16 12:52:55 +01:00
core_input_gamepad.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_input_keys.c Review literals type 2016-01-16 12:52:55 +01:00
core_input_keys.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_input_mouse.c Redesigned RPI input system -IN PROGRESS- 2016-02-18 14:05:48 +01:00
core_input_mouse.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_mouse_wheel.c Changed mail address by twitter user 2015-08-28 14:17:35 +02:00
core_mouse_wheel.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_random_values.c Review literals type 2016-01-16 12:52:55 +01:00
core_random_values.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
core_storage_values.c Added 6 new examples 2016-02-11 12:26:45 +01:00
core_storage_values.png Added functionality: Storage values 2016-01-04 15:12:34 +01:00
core_world_screen.c Review literals type 2016-01-16 12:52:55 +01:00
lighting_blinn_phong.png Added lighting engine module 2015-12-21 17:25:22 +01:00
makefile Redesigned RPI input system -IN PROGRESS- 2016-02-18 14:05:48 +01:00
models_billboard.c Review literals type 2016-01-16 12:52:55 +01:00
models_billboard.png Added 6 new examples 2016-02-11 12:26:45 +01:00
models_box_collisions.c Review literals type 2016-01-16 12:52:55 +01:00
models_box_collisions.png Added example: box collisions 2015-09-02 02:41:21 +02:00
models_cubicmap.c Review literals type 2016-01-16 12:52:55 +01:00
models_cubicmap.png New examples added (with some resources) 2015-08-28 14:16:28 +02:00
models_geometric_shapes.c Review literals type 2016-01-16 12:52:55 +01:00
models_geometric_shapes.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
models_heightmap.c Improved LoadHeightmap() 2016-02-11 15:51:04 +01:00
models_heightmap.png Improved LoadHeightmap() 2016-02-11 15:51:04 +01:00
models_obj_loading.c Review literals type 2016-01-16 12:52:55 +01:00
models_obj_loading.png New examples added (with some resources) 2015-08-28 14:16:28 +02:00
physics_basic_rigidbody.c Redesigned physics module (IN PROGRESS) 2016-03-05 17:05:02 +01:00
physics_basic_rigidbody.png Added physics engine-module and example 2015-12-21 21:12:35 +01:00
shaders_basic_lighting.c Some code tweaks 2016-02-12 19:02:23 +01:00
shaders_custom_uniform.c Review literals type 2016-01-16 12:52:55 +01:00
shaders_custom_uniform.png Added new examples: SHADERS 2015-09-01 22:59:43 +02:00
shaders_model_shader.c Review literals type 2016-01-16 12:52:55 +01:00
shaders_model_shader.png Added new examples: SHADERS 2015-09-01 22:59:43 +02:00
shaders_postprocessing.c Review literals type 2016-01-16 12:52:55 +01:00
shaders_postprocessing.png Added new examples: SHADERS 2015-09-01 22:59:43 +02:00
shaders_shapes_textures.c Added new examples: SHADERS 2015-09-01 22:59:43 +02:00
shaders_shapes_textures.png Added new examples: SHADERS 2015-09-01 22:59:43 +02:00
shapes_basic_shapes.c Review literals type 2016-01-16 12:52:55 +01:00
shapes_basic_shapes.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
shapes_colors_palette.c Review literals type 2016-01-16 12:52:55 +01:00
shapes_colors_palette.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
shapes_logo_raylib.c Review literals type 2016-01-16 12:52:55 +01:00
shapes_logo_raylib.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
shapes_logo_raylib_anim.c Updated show-logo and start reviewing RPI inputs 2016-02-13 19:14:22 +01:00
shapes_logo_raylib_anim.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
text_bmfont_ttf.c Added 6 new examples 2016-02-11 12:26:45 +01:00
text_bmfont_ttf.png Added 6 new examples 2016-02-11 12:26:45 +01:00
text_font_select.c Updates some examples 2015-08-30 17:46:37 +02:00
text_font_select.png New examples added (with some resources) 2015-08-28 14:16:28 +02:00
text_format_text.c New examples added (with some resources) 2015-08-28 14:16:28 +02:00
text_format_text.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
text_rbmf_fonts.c Updates some examples 2015-08-30 17:46:37 +02:00
text_rbmf_fonts.png New examples added (with some resources) 2015-08-28 14:16:28 +02:00
text_sprite_fonts.c Updates some examples 2015-08-30 17:46:37 +02:00
text_sprite_fonts.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
text_writing_anim.c Added 6 new examples 2016-02-11 12:26:45 +01:00
text_writing_anim.png Added 6 new examples 2016-02-11 12:26:45 +01:00
textures_formats_loading.c Corrected minor bugs 2015-10-26 12:14:26 +01:00
textures_formats_loading.png Updated screenshots 2016-01-26 20:26:46 +01:00
textures_image_drawing.c Updated image to POT 2016-02-20 22:43:10 +01:00
textures_image_drawing.png Added 6 new examples 2016-02-11 12:26:45 +01:00
textures_image_loading.c Added some comments to examples 2015-09-01 22:59:16 +02:00
textures_image_loading.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
textures_image_processing.c Added 6 new examples 2016-02-11 12:26:45 +01:00
textures_image_processing.png Added 6 new examples 2016-02-11 12:26:45 +01:00
textures_logo_raylib.c Review literals type 2016-01-16 12:52:55 +01:00
textures_logo_raylib.png Examples renaming and test examples merge 2014-09-21 14:26:42 +02:00
textures_particles_trail_blending.c Review literals type 2016-01-16 12:52:55 +01:00
textures_particles_trail_blending.png New examples added 2015-08-28 18:07:39 +02:00
textures_raw_data.c Added some comments to examples 2015-09-01 22:59:16 +02:00
textures_raw_data.png New textures loading examples 2015-08-29 17:01:56 +02:00
textures_rectangle.c Corrected literal value 2016-01-18 13:33:12 +01:00
textures_rectangle.png New examples added (with some resources) 2015-08-28 14:16:28 +02:00
textures_srcrec_dstrec.c Updated examples to make them clearer 2016-02-11 14:56:27 +01:00
textures_srcrec_dstrec.png New examples added (with some resources) 2015-08-28 14:16:28 +02:00
textures_to_image.c Added some comments to examples 2015-09-01 22:59:16 +02:00
textures_to_image.png New examples added 2015-08-28 18:07:39 +02:00