roadmap.md 1.6 KB

Roadmap

Current version: v0.2


Banshee is currently in development, and the current focus 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)
  • Audio (popular file format support, music, 3D audio)

The plan is to finish these roughly around mid-2016.


Quickly to follow will be:

  • Ports for Linux & Mac
  • Vulkan (and possibly DX12) implementation
  • Physically based renderer
  • Website for the community

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
  • High level networking (replication, RPCs)
  • Global illumination (+ other fancy graphics)
  • Occlussion culling
  • Terrain
  • Effects/Particle editor
  • AI support
  • Cinematics editor
  • Higher level resource streaming support (including level and texture streaming)
  • Unified shading language
  • Visual shader editor
  • More specialized 2D editor features
  • Script debugging
  • Level of detail
  • XBONE/PS4/WIIU ports
  • Much more...

A very rough estimate is about two months each for every one of these features.