@@ -89,17 +89,21 @@ Listen and subscribe from the following platforms:
89
89
90
90
![ teki preview] ( teki.gif )
91
91
92
- [ Teki] [ teki ] is a free and open-source fangame of the [ Tōhō] ( https://en.wikipedia.org/wiki/Touhou_Project )
93
- series using [ SDL2] ( https://github.com/Rust-SDL2/rust-sdl2 ) and [ Legion] ( https://crates.io/crates/legion )
94
- for ECS. Thanks to WebAssembly - via [ wasm-pack] ( https://rustwasm.github.io/wasm-pack/ )
95
- -, teki can be played [ online] ( https://o2sh.github.io/teki/ ) .
92
+ [ Teki] [ teki ] is a free and open-source fangame of the [ Tōhō] series
93
+ using [ SDL2] and [ Legion] for ECS. Thanks to WebAssembly - via [ wasm-pack]
94
+ \- , teki can be played [ online] [ teki-online ] .
96
95
97
96
It is aimed to be a shoot ’em up game with "lots of bullets"
98
97
a.k.a danmaku 弾幕 - literally "barrage" or "bullet curtain" in japanese.
99
98
100
99
The project is still at a “very” early stage of development (Dec. 2020).
101
100
102
101
[ teki ] : https://github.com/o2sh/teki
102
+ [ teki-online ] : https://o2sh.github.io/teki
103
+ [ Tōhō ] : https://en.wikipedia.org/wiki/Touhou_Project
104
+ [ SDL2 ] : https://github.com/Rust-SDL2/rust-sdl2
105
+ [ Legion ] : https://crates.io/crates/legion
106
+ [ wasm-pack ] : https://rustwasm.github.io/wasm-pack
103
107
104
108
### [ Antorum]
105
109
@@ -129,10 +133,10 @@ bringing more interesting crafting scenarios into the game.
129
133
[ Tetra] is a simple 2D game framework, inspired by XNA and Raylib. This month,
130
134
versions 0.5.7 and 0.5.8 were released, with various changes:
131
135
132
- - Basic multisampled anti-aliasing support (with further improvements to come)
133
- - Functions for generating primitive shape meshes
134
- - A more flexible ` Rectangle ` type
135
- - Lots of bug fixes and docs improvements
136
+ - Basic multisampled anti-aliasing support (with further improvements to come).
137
+ - Functions for generating primitive shape meshes.
138
+ - A more flexible ` Rectangle ` type.
139
+ - Lots of bug fixes and docs improvements.
136
140
137
141
For full details, see the [ changelog] [ tetra-changelog ] .
138
142
@@ -153,15 +157,15 @@ FlatBuffers and Cap'n Proto and can be used for data storage and messaging.
153
157
Version 0.3 was released this month and brought some highly-requested features:
154
158
155
159
- A new hashmap implementation using perfect hashing to decrease memory usage
156
- and fix portability issues
160
+ and fix portability issues.
157
161
- The ` Unarchive ` trait to enable more traditional data deserialization for
158
- archived types
159
- - Improved validation performance
160
- - Better error messages and API ergonomics
162
+ archived types.
163
+ - Improved validation performance.
164
+ - Better error messages and API ergonomics.
161
165
- A [ book] [ rkyv-book ] with more narrative documentation on architecture and
162
- internals
166
+ internals.
163
167
- More tests and realistic benchmarks against other popular serialization
164
- frameworks
168
+ frameworks.
165
169
166
170
The next update will be [ v0.4] [ rkyv-v0.4 ] and is on the way soon with a release
167
171
date around mid-February.
0 commit comments