summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
diff options
context:
space:
mode:
authorRay <[email protected]>2013-11-18 23:38:44 +0100
committerRay <[email protected]>2013-11-18 23:38:44 +0100
commit46f10b45ad181a00e8cfa3ba2540f2922e1553cd (patch)
treeda74ac29ab65c9c6fa82a36cadd796091a14d71f /CHANGELOG
parentcbbf800bb838431a626b232df8eb5db4e0a7e150 (diff)
downloadraylib-46f10b45ad181a00e8cfa3ba2540f2922e1553cd.tar.gz
raylib-46f10b45ad181a00e8cfa3ba2540f2922e1553cd.zip
raylib basic folders structure and some files... ;)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 00000000..dc47ee53
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,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 \ No newline at end of file