raylib/src
victorfisac 60223a358b Physac redesign (3/3)
Finally, physics update is handled in main thread using steps to get
accuracy in collisions detection instead of moving it to a new thread.

Examples are finished as simple and clear as I could. Finally, physac
module is MORE simpler than in the first version, calculation everything
by the same way for both types of physic objects.

I tryed to add rotated physics a couple of times but I didn't get
anything good to get a base to improve it. Maybe for the next version...

No bugs or strange behaviours found during testing.
2016-03-23 15:50:41 +01:00
..
audio.c Reviewed code TODOs 2016-02-12 12:22:56 +01:00
audio.h
camera.c 3d Camera: Added support for field-of-view Y 2016-03-05 13:05:45 +01:00
camera.h 3d Camera: Added support for field-of-view Y 2016-03-05 13:05:45 +01:00
core.c Review Android button inputs 2016-03-21 20:15:11 +01:00
easings.h Adapted easings as single header and inline functions 2016-01-20 18:20:36 +01:00
gestures.c Reset pointCount for gestures 2016-03-16 17:51:21 +01:00
gestures.h Updated gestures module 2016-02-17 13:00:48 +01:00
glad.c Replaced GLEW by GLAD 2016-01-22 01:22:45 +01:00
glad.h Replaced GLEW by GLAD 2016-01-22 01:22:45 +01:00
libraylib.bc Uploaded raylib bitcode library (PLATFORM_WEB) 2016-02-20 20:29:20 +01:00
Makefile Raname all makefile files to "Makefile" 2016-03-12 20:01:46 +01:00
models.c Redesign to use Material type -IN PROGRESS- 2016-03-06 02:05:16 +01:00
physac.c Physac redesign (3/3) 2016-03-23 15:50:41 +01:00
physac.h Physac redesign (3/3) 2016-03-23 15:50:41 +01:00
raygui.c Review GuiToggleButton() 2016-03-07 09:38:55 +01:00
raygui.h
raylib.h Physac redesign (3/3) 2016-03-23 15:50:41 +01:00
raymath.h Review rlglUnproject() system 2016-03-02 17:13:31 +01:00
resources Updated 2016-02-21 16:19:40 +01:00
rlgl.c Improved windows resizing system... 2016-03-20 14:20:42 +01:00
rlgl.h Redesign to work as standalone 2016-03-20 13:39:27 +01:00
shapes.c Improved 2D-3D drawing 2016-03-17 13:51:48 +01:00
stb_image_resize.h Add file required for image scaling 2015-10-21 18:24:12 +02:00
stb_image_write.h Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
stb_image.h Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
stb_rect_pack.h
stb_truetype.h Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
stb_vorbis.c Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
stb_vorbis.h Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
text.c Security check for unsupported BMFonts 2016-03-02 18:35:30 +01:00
textures.c Added new functions to draw text on image 2016-03-06 19:28:58 +01:00
tinfl.c
utils.c Small code tweaks 2016-01-02 10:41:37 +01:00
utils.h