mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
raylib basic folders structure and some files... ;)
This commit is contained in:
22
ROADMAP
Normal file
22
ROADMAP
Normal file
@ -0,0 +1,22 @@
|
||||
roadmap
|
||||
=======
|
||||
|
||||
First version of raylib is quite complete and functional but there is still a lot of things I would like to improve.
|
||||
Here it is a list of features I would like to add and functions to improve.
|
||||
|
||||
Around the source code there are some TODO points with pending revisions/bugs and ere it is a list of features I would like to add.
|
||||
|
||||
raylib v1.x
|
||||
|
||||
- Review Billboard Drawing functions
|
||||
- Review Heightmap Loading and Drawing functions
|
||||
- Lighting support (only 3d mode) - CreateLight()
|
||||
- Simple Collision Detection functions - CheckCollisionRects(), CheckCollisionCircles()
|
||||
- Default scene Camera controls (zoom, pan, rotate)
|
||||
- Basic Procedural Texture / Image generation (Gradient, Checked, Spot, Noise, Cellular)
|
||||
- Software mipmapping generation and POT conversion (custom implementation)
|
||||
- Comments / Functions translation (?)
|
||||
|
||||
Any feature missing? Do you have a request? [Let me know!][raysan5]
|
||||
|
||||
[raysan5]: mailto:raysan@raysanweb.com "Ramon Santamaria - Ray San"
|
||||
Reference in New Issue
Block a user