aboutsummaryrefslogtreecommitdiff
path: root/examples/resources
AgeCommit message (Collapse)Author
2016-02-20Updated image to POTraysan5
2016-02-11Added 6 new examplesraysan5
2016-01-29Fix shader versionsConstantine Tarasenkov
2016-01-25Move Light struct to exampleraysan5
2016-01-16Review literals typeraysan5
2016-01-13Vertex shaders optimizationraysan5
2015-12-21Added lighting engine modulevictorfisac
- New lighting engine module which contains new data types Light and Material. These data types and functions facilitates making a basic 3D iluminated program with a light and a model. - Added lighting engine module example (currently included in raylib.h; it might be compiled by separate and include lighting.h in game source C file). - Corrected some opengl defines control structures and added some TODO to fix raylib-opengl 1.1 source build (note: now source can be compiled without errors, but rlglReadPixels() won't work properly). Note: most of functions of phong version 330 shader are not in v100 shaders, so I couldn't write a version 100 phong shader. These functions are included from version 150.
2015-09-02Added shaders examples resourcesraysan5
2015-08-29New textures loading examplesraysan5
2015-08-28New examples addedraysan5
2015-08-28Removed resourcesraysan5
2015-08-28New examples added (with some resources)raysan5
2015-08-27Replaced 3d model example resourcesraysan5
Cat replaced by dwarf
2015-05-04Big batch of changes, check description:raysan5
- Camera system moved to a separate module [camera.c] - WIP: Added customization functions for camera controls - Added custom shaders support on batch drawing - Complete redesign of textures module to support multiple texture formats (compressed and uncompressed)
2015-01-02Examples review...raysan5
2014-09-21Examples renaming and test examples mergeraysan5
Examples have been renamed for coherence with raylib modules and test examples have been merged into examples folder.
2013-12-20Updated examples ex02b and ex04braysan5
2013-12-19Update to version 1.0.3raysan5
View CHANGELOG for full list of changes
2013-12-01Audio issues solved... Audio Works!raysan5
2013-11-24Added some examplesraysan5
2013-11-18raylib basic folders structure and some files... ;)Ray