2013-11-19 02:38:44 +04:00
|
|
|
changelog
|
|
|
|
---------
|
|
|
|
|
|
|
|
Current: raylib 1.0 (November 2013)
|
|
|
|
|
|
|
|
|
2013-11-19 03:04:42 +04:00
|
|
|
-----------------------------------------------
|
2013-11-19 02:38:44 +04:00
|
|
|
Release: raylib 1.0.0 (18 November 2013)
|
2013-11-19 03:04:42 +04:00
|
|
|
-----------------------------------------------
|
2013-11-19 02:38:44 +04:00
|
|
|
* Initial version
|
|
|
|
* 6 Modules provided:
|
|
|
|
- core: basic window/context creation functions, input management, timming functions
|
|
|
|
- shapes: basic shapes drawing functions
|
|
|
|
- textures: image data loading and conversion to OpenGL textures
|
|
|
|
- text: text drawing, sprite fonts loading, default font loading
|
|
|
|
- models: basic 3d shapes drawing, OBJ models loading and drawing
|
2013-11-19 03:04:42 +04:00
|
|
|
- audio: audio device initialization, WAV files loading and playing
|