- Moved license.txt, readme.txt to root folder

- Added TODO.txt
This commit is contained in:
Mikko Mononen 2009-03-29 15:59:39 +00:00
parent f2595134a4
commit ea8fb55a46
3 changed files with 21 additions and 4 deletions

View File

@ -25,14 +25,18 @@ the regions as simple polygons.
finally converted to convex polygons which makes them perfect for
pathfinding and spatial reasoning about the level.
The toolset code is located in the Recast folder and demo application using the Recast
toolset is located in the RecastDemo folder.
The project files with this distribution can be compiled with Microsoft Visual C++ 2008
(you can download it for free) and XCode 3.1.
You can find examples how to use the library on the Examples directory.
--
Recast 1.0 Release Notes
Release Notes
----------------
* Recast 1.0
Released March 29th, 2009
This is the first release of Recast.

13
TODO.txt Normal file
View File

@ -0,0 +1,13 @@
TODO/Roadmap
Version 1.0 - Spring 2009
- Initial release
Version 1.1 - Spring/Summer 2009
- Include first version of Detour, runtime library for static navigation meshes
Version 1.2 - Summer 2009
- Add tile based processing
Version 1.3 Summer/Autumn 2009
- Add dynamic navigation mesh for Detour