summaryrefslogtreecommitdiffhomepage
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorRay <[email protected]>2016-02-20 01:09:47 +0100
committerRay <[email protected]>2016-02-20 01:09:47 +0100
commit4b6e6d4dd45fc3a47b82af7eeb60871140a7eccf (patch)
treed9ee679c3b0bc5d4a20b31930994deb0e4c37948 /ROADMAP.md
parentf582ab06add085594f2579ee6e7d625212abd204 (diff)
parent954ced21a42eb489ad382b4c00406a28778fee41 (diff)
downloadraylib-4b6e6d4dd45fc3a47b82af7eeb60871140a7eccf.tar.gz
raylib-4b6e6d4dd45fc3a47b82af7eeb60871140a7eccf.zip
Merge pull request #83 from raysan5/develop
Develop branch integration
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 324f4614..e0d0c825 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -8,14 +8,17 @@ Around the source code there are multiple TODO points with pending revisions/bug
raylib v1.4
- - TTF fonts support (using stb_truetype)
- - Raycast system for 3D picking (including collisions detection)
+ [DONE] TTF fonts support (using stb_truetype)
+ [DONE] Raycast system for 3D picking (including collisions detection)
+ [DONE] Floyd-Steinberg dithering on 16bit image format conversion
+ [DONE] Basic image manipulation functions (crop, resize, draw...)
+ [DONE] Storage load/save data functionality
+ [DONE] Physics module
+ [IN PROGRESS] LUA scripting support (wrapper to lua lib)
- Remove GLEW dependency (use another solution... glad?)
- - Floyd-Steinberg dithering on 16bit image format conversion
- - Basic image manipulation functions (crop, resize, draw...)
- Basic image procedural generation (spot, gradient, noise...)
- Basic GPU stats sytem (memory, draws, time...)
- - LUA scripting support (wrapper to lua lib)
+
Check [GITHUB ISSUES][issues] for further details on implementation status for this features!