mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Updated with progresses
This commit is contained in:
parent
fd05d3e353
commit
de7bddb8df
13
ROADMAP.md
13
ROADMAP.md
@ -8,14 +8,17 @@ Around the source code there are multiple TODO points with pending revisions/bug
|
|||||||
|
|
||||||
raylib v1.4
|
raylib v1.4
|
||||||
|
|
||||||
- TTF fonts support (using stb_truetype)
|
[DONE] TTF fonts support (using stb_truetype)
|
||||||
- Raycast system for 3D picking (including collisions detection)
|
[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?)
|
- 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 image procedural generation (spot, gradient, noise...)
|
||||||
- Basic GPU stats sytem (memory, draws, time...)
|
- 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!
|
Check [GITHUB ISSUES][issues] for further details on implementation status for this features!
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user