Просмотр исходного кода

Slightly better organized roadmap doc

BearishSun 9 лет назад
Родитель
Сommit
31e9a47887
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      Documentation/GitHub/roadmap.md

+ 6 - 0
Documentation/GitHub/roadmap.md

@@ -2,6 +2,8 @@
 
 **Current version: v0.2**
 
+---------------------------------------------------
+
 Banshee is currently in development, and the focus right now is to finish the most important high level systems so that people can start using it to create games as soon as possible. These systems are:
  - Physics (colliders, triggers, rigidbodies, joints, character controller)
  - Animation (skeletal, blend shapes, generic script variables)
@@ -9,6 +11,8 @@ Banshee is currently in development, and the focus right now is to finish the mo
  
 The plan is to finish these roughly around mid-2016.
 
+---------------------------------------------------
+
 Quickly to follow will be:
  - Ports for Linux & Mac
  - Vulkan (and possibly DX12) implementation
@@ -17,6 +21,8 @@ Quickly to follow will be:
  
 These are planned for an early 2017 release.
 
+---------------------------------------------------
+
 There are many more features planned, but these are without a specific timeline or order:
  - Mobile render API (likely Vulkan, possibly Metal for iOS)
  - Android/iOS/WP ports