aboutsummaryrefslogtreecommitdiff
path: root/ROADMAP.md
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2013-11-18 23:58:36 +0100
committerRay <raysan5@gmail.com>2013-11-18 23:58:36 +0100
commit3521193bbf388bdfe090dea00345e505890a9b85 (patch)
tree36e17c3d6a1fc26df4e89bb21b0fb92f7bbe497c /ROADMAP.md
parent62b5ea113160643c26f1be8909262a59cda49b5e (diff)
downloadraylib-3521193bbf388bdfe090dea00345e505890a9b85.tar.gz
raylib-3521193bbf388bdfe090dea00345e505890a9b85.zip
Updated text files to support markup
Diffstat (limited to 'ROADMAP.md')
-rw-r--r--ROADMAP.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
new file mode 100644
index 00000000..dc22e564
--- /dev/null
+++ b/ROADMAP.md
@@ -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" \ No newline at end of file