diff options
| author | raysan5 <raysan5@gmail.com> | 2014-04-19 16:36:49 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-04-19 16:36:49 +0200 |
| commit | f06a15ac8b3fe92d101ae795225fbf56fa670dba (patch) | |
| tree | cdfba90ee24fd078a15c89d8753ee3e11d8e229b /ROADMAP.md | |
| parent | 650a8f7f159d3ce2addb1b0fdb31c3f460005391 (diff) | |
| download | raylib-f06a15ac8b3fe92d101ae795225fbf56fa670dba.tar.gz raylib-f06a15ac8b3fe92d101ae795225fbf56fa670dba.zip | |
raylib 1.1
View CHANGELOG for a detailed list of changes
Diffstat (limited to 'ROADMAP.md')
| -rw-r--r-- | ROADMAP.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,7 +1,7 @@ roadmap ------- -First version of raylib is quite complete and functional but there is still a lot of things I would like to improve. +Current 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 here it is a list of features I would like to add. @@ -10,13 +10,13 @@ raylib v1.x - [DONE] Review Billboard Drawing functions - [DONE] Review Heightmap Loading and Drawing functions - Load Heightmap directly as a Model - - Lighting support (only 3d mode) - CreateLight() + - Lighting support (only 3d mode) - [DONE] Simple Collision Detection functions - 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 (?) + - Basic Procedural Image Generation (Gradient, Checked, Spot, Noise, Cellular) + - [DONE] Software mipmapping generation and POT conversion (custom implementation) + - TTF fonts support Any feature missing? Do you have a request? [Let me know!][raysan5] -[raysan5]: mailto:raysan@raysanweb.com "Ramon Santamaria - Ray San" +[raysan5]: mailto:raysan5@gmail.com "Ramon Santamaria - Ray San" |
