summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
blob: 5bbc90bd0e7822d3c2cce44c6145246593c13a0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
changelog
---------

Current:	raylib 1.0 (November 2013)


-----------------------------------------------
Release: 	raylib 1.0.0 (18 November 2013)
-----------------------------------------------
* 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
	- audio:	audio device initialization, WAV files loading and playing