aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2017-04-23Review Makefiles default raylib pathraysan5
2017-04-23Review game examples Makefilesraysan5
2017-04-22Renamed function for lib consistencyraysan5
LoadSpriteFontTTF() --> LoadSpriteFontEx()
2017-04-21Small tweakRay
2017-04-20Turn transparent pixels to blackRay
2017-04-20Update some filesRay
2017-04-18Delete some old data...Ray
- Removed raylib_demo (outdated) - Removed some old examples
2017-04-17Added physac examples to webraysan5
Some tweaks on original src files
2017-04-17Review and recompile web examplesraysan5
2017-04-16Working on examples...raysan5
- Removed rbmf font example - Reviewed physac examples
2017-04-14new example: shapes_lines_bezierraysan5
2017-04-14new example: text_input_boxraysan5
2017-04-14Replaced some images and updated examplesraysan5
2017-04-12PLATFORM_WEB cleanupRDR8
2017-04-12Added _DEFAULT_SOURCE to CFLAGS for C99 compatibilityRDR8
2017-04-08Working on examples...Ray
2017-04-08Support generic target compilationRay
2017-04-07Redesigned textures_rectangle exampleRay
2017-04-05Working on web examplesRay
2017-04-05Improve vr support and simulatorRay
2017-04-04Reorganize examples folderRay
2017-03-29Fine-tuning PLATFORM_WEB CFLAGSRDR8
2017-03-29Edit examples/Makefile PLATFORM_WEB CFLAGS to match src/MakefileRDR8
2017-03-29Restore inadvertant changes to MakefilesRDR8
2017-03-24Strip trailing spacesRDR8
2017-03-24Automate compiler flags selection.RDR8
2017-03-24c99 fix, some linux housekeepingRDR8
2017-03-19Review contact informationraysan5
2017-03-14Remove Oculus support from coderaysan5
Moved to custom example, now raylib only supports simulated VR rendering. Oculus code was too device dependant... waiting for OpenXR.
2017-03-06Update physac source and examples with new changesvictorfisac
2017-03-05Revert test code...raysan5
2017-03-05Added function: DrawLineEx()raysan5
Supports line thickness
2017-02-28Update MakefileRay
2017-02-23Examples Linux Physics FixOdnetninI
According to Man Pages, timespec with std=c99 needs "_POSIX_C_SOURCE 199309L". Due a some kind of bug, "#define _POSIX_C_SOURCE 199309L" doesn't work, so we must use "-D_POSIX_C_SOURCE=199309L" in compiler options.
2017-02-11Corrected issue with OpenAL being 'keg only' on OSXraysan5
Also reviewed issue with stdbool when compiling with clang
2017-02-05Remove rlua from raylib main reporaysan5
Moved to own repo at https://github.com/raysan5/raylib-lua
2017-02-05Refactor SpriteFont structraysan5
Now it uses CharInfo data, this way, it's better aligned with the future RRES file format data layout for sprite font characters.
2017-01-27Move lighting system out of raylibRay
Lighting is implemented as a raylib example now
2017-01-22Upload wave collector - GGJ17 gameRay
2017-01-05Lattest PR reviewraysan5
Function names, code formatting...
2017-01-02Added RaycastMesh function and example test caseJoel Davis
2016-12-31Added RaycastGround and ray picking exampleJoel Davis
2016-12-26Added some comments to sampleraysan5
Some work still required...
2016-12-26Improved FLAC audio supportraysan5
2016-12-25Complete review of audio moduleraysan5
2016-12-22Fix building audio_standalone example on linuxSaggi Mizrahi
Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc>
2016-12-22Fix bad call to oculus APISaggi Mizrahi
Missing passing of &camera Signed-off-by: Saggi Mizrahi <saggi@mizrahi.cc>
2016-11-26Corrected path slash separatorRay
2016-11-24Updated background colorRay
2016-11-22Added physics samples to makefileRay