File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
33and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
44
5- ## * [ 0.3.0] - 2019-09-02 * ( ** Unreleased ** )
5+ ## [ 0.3.0] - 2020-05-22
66### Added
77- Basic Scene API with an entity component system (entt)
88- Basic Camera class
@@ -78,6 +78,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7878- Direct3D 9 tutorial 2 - 5
7979- Navigate with the left and right arrow keys between the test cases
8080
81- [ 0.3.0 ] : https://github.com/juli27/basaltcpp/compare/ v0.2.0...HEAD
81+ [ 0.3.0 ] : https://github.com/juli27/basaltcpp/releases/tag/ v0.3.0
8282[ 0.2.0 ] : https://github.com/juli27/basaltcpp/releases/tag/v0.2.0
8383[ 0.1.0 ] : https://github.com/juli27/basaltcpp/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11# Roadmap
2- ## v0.3.0
3- * Dear ImGui integration ([ #7 ] ( https://github.com/juli27/basaltcpp/issues/7 ) )
4- * Very basic scene abstraction
5- * refactor gfx backend creation ([ #8 ] ( https://github.com/juli27/basaltcpp/issues/8 ) )
6- * turn the platform projects into executables which statically link the
7- application project ([ #9 ] ( https://github.com/juli27/basaltcpp/issues/9 ) )
8- * CMake build support ([ #10 ] ( https://github.com/juli27/basaltcpp/issues/10 ) )
9-
102## v0.4.0
113* First draft of the architecture
124 * which sub projects: runtime, framework, platform launcher, ...
4234* Vulkan 1.0 renderer
4335* audio support
4436* controller support
45- * entity component system
4637* animation
4738* physics
4839* editor
You can’t perform that action at this time.
0 commit comments