raylib/src
raysan5 4c15515ba6 Support examples with Emterpreter
Examples can be compiled for web with no code change at all! Usually
examples need to be refactored for web... using emscripten code
interpreter (emterpreter), it can manage synchronous while() loops
internally... as a downside, execution is very slow...
2018-07-21 17:13:59 +02:00
..
external Updated to latest mini_al dev 2018-07-16 19:21:54 +02:00
audio.c Working on MP3 support 2018-07-19 23:15:46 +02:00
audio.h Force OpenAL backend on some platforms 2017-12-20 12:34:18 +01:00
camera.h fabsf() not working with TCC 2018-05-28 00:48:45 +02:00
CMakeLists.txt CMake: Add Libs.private to Libs if installing static only 2018-07-10 21:20:01 +02:00
CMakeOptions.txt Reviewed compilation options 2018-07-16 18:43:24 +02:00
config.h Working on MP3 support 2018-07-19 23:15:46 +02:00
config.h.in Reviewed compilation options 2018-07-16 18:43:24 +02:00
core.c Support examples with Emterpreter 2018-07-21 17:13:59 +02:00
easings.h Working on file header comments... 2017-03-19 12:52:58 +01:00
gestures.h Redundant assignment of 'angle' to itself 2018-04-02 13:30:20 +02:00
Makefile Reviewed compilation options 2018-07-16 18:43:24 +02:00
models.c fabsf() not working with TCC 2018-05-28 00:48:45 +02:00
physac.h Reviewed Windows resource file name 2018-05-29 00:52:08 +02:00
raylib.h Corrected comment 2018-07-15 21:24:59 +02:00
raylib.ico Added resource config file 2017-10-22 11:07:17 +02:00
raylib.rc Review raylib version to 2.0 2018-05-11 18:14:19 +02:00
raymath.h Added Quaternion typedef 2018-07-02 18:53:46 +02:00
rglfw.c Added support DragonFly os from BSD family 2018-06-23 17:02:04 +02:00
rlgl.h Avoid config.h in standalone mode 2018-07-16 19:24:40 +02:00
shapes.c Corrected issue with GetFontDefault() 2018-07-05 19:17:06 +02:00
text.c Reviewed LoadFontData() and GenImageFontAtlas() 2018-07-15 20:03:05 +02:00
textures.c Corrected issue with GetFontDefault() 2018-07-05 19:17:06 +02:00
utils.c cmake: Fix PLATFORM_WEB build 2018-05-21 12:15:39 +02:00
utils.h Removed unnecesary define 2018-05-08 23:04:13 +02:00