aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2016-01-07Added collision check between ray and boxvictorfisac
- Added CheckCollisionRayBox() function. - Updated and improved core 3d picking example (currently working as expected).
2016-01-04Added functionality: Storage valuesraysan5
Two new functions added to save/load values as binary data: - StorageSaveValue() - StorageLoadValue()
2016-01-03Fixed little bug in lighting blinn phong examplevictorfisac
2016-01-03Added rigidbody force example imagevictorfisac
2016-01-03Added new physics examplevictorfisac
New physics example to see AddForceAtPosition() behaviour applied to 5 rigidbodies.
2016-01-03Fixed physics basic example example namevictorfisac
2016-01-02Small code tweaksraysan5
2015-12-31Updated makefilesraysan5
2015-12-30Update lighting_blinn_phong.cRay
2015-12-21Added physics engine-module and examplevictorfisac
- Added new physics engine-module with four new data types: Physics, Transform, Rigidbody and Collider. This library contains functions to apply physics calculations to a position vector calculating collisions automatically. - Fixed some writing mistakes of lighting module.
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-10-26Corrected minor bugsraysan5
2015-09-02Corrected model filenamesraysan5
2015-09-02Added example: box collisionsraysan5
2015-09-02Reviewed examplesraysan5
2015-09-02Added shaders examples resourcesraysan5
2015-09-01Added new examples: SHADERSraysan5
2015-09-01Added some comments to examplesraysan5
2015-08-30Updates some examplesraysan5
2015-08-29New textures loading examplesraysan5
2015-08-28New examples addedraysan5
2015-08-28Changed mail address by twitter userraysan5
Probably more useful...
2015-08-28Remove crappy exampleraysan5
2015-08-28Removed resourcesraysan5
2015-08-28New examples added (with some resources)raysan5
2015-08-28Remove fileraysan5
2015-08-27Examples reviewedraysan5
2015-08-27Replaced 3d model example resourcesraysan5
Cat replaced by dwarf
2015-07-18Updated examples for next raylib versionraysan5
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-25Fixes for makefiles, GLFW 3.1 library for LinuxConstantine Tarasenkov
2015-01-18Updated makefiles for templatesraysan5
Now support multiple platforms
2015-01-10Uploaded basic window example for webraysan5
2015-01-08Improved support for mac.David Gallardo
Reference to libglfw dylib fixed
2015-01-08Reorganized external folders by platformraysan5
Improved makefiles!
2015-01-04Review build system for Android and RPI1.2.2raysan5
2015-01-02makefiles reorganizationraysan5
Edited to better accomodate to multiple platforms
2015-01-02Examples review...raysan5
2015-01-02Rename models_cubesmap.c to models_cubicmap.cRay
2015-01-02Integrated ratalaika pull-requestraysan5
Added first version of OS X compilation support Some conflicts manually resolved...
2014-12-31Updated exampleraysan5
2014-12-31Prepare examples makefile to support emscriptenraysan5
2014-11-22Added first version of OS X compilation supportratalaika
2014-11-09Renamed the PLATFORM_LINUX_DESKTOP into PLATFORM_DESKTOP_LINUX.Miguel Lechón
2014-11-09Small fixes to support a Debian/GNU Linux distro. Hopefully Ubuntu too.Miguel Lechón
2014-09-30Added required linker libsRay
2014-09-30Updated example filenameraysan5
2014-09-29Code cleaning, removed useless spacesraysan5
2014-09-28Updated example screenshotraysan5
2014-09-28Update makefileRay