We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b1968 commit c43d691Copy full SHA for c43d691
CHANGELOG.md
@@ -0,0 +1,24 @@
1
+# Changelog
2
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
+
5
+## [0.1.0] - 2019-07-01
6
+### Added
7
+- Windows x86 build support
8
+- Polling input
9
10
+#### Platform
11
+- Basic platform abstraction
12
+- Windows API support
13
+- Main window creation
14
+- Input events
15
16
+#### Gfx
17
+- Gfx backend (renderer) abstraction
18
+- Direct3D 9 fixed function backend
19
20
+#### Sandbox
21
+- Direct3D 9 tutorial 2 - 5
22
+- Navigate with the left and right arrow keys between the test cases
23
24
+[0.1.0]: https://github.com/juli27/basaltcpp/releases/tag/v0.1.0
0 commit comments