Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 505d1de

Browse filesBrowse files
authored
N20: Planck ECS (rust-gamedev#545)
1 parent 8ba661c commit 505d1de
Copy full SHA for 505d1de

File tree

Expand file treeCollapse file tree

2 files changed

+31
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+31
-0
lines changed

‎content/posts/newsletter-020/index.md

Copy file name to clipboardExpand all lines: content/posts/newsletter-020/index.md
+31Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,37 @@ https://github.com/stevebob/mos6502/blob/master/tetris-hard-drop-patcher/src/mai
295295

296296
## Library & Tooling Updates
297297

298+
### [Planck ECS]
299+
300+
![planck logo](planck_ecs.png)
301+
302+
[Planck ECS] ([GitHub][Planck ECS], [Blog][planck_blog],
303+
[Patreon][planck_patreon]) by [@jojolepro]
304+
is a brand new minimalist and safe ECS library.
305+
306+
The 1.0 release happened in the past month, featuring: various fixes,
307+
quality of life improvements, removal of unsafe code and completion of tests and
308+
documentation.
309+
310+
The library is currently considered completed, which means that all planned
311+
features are implemented, tested and benchmarked. Future updates will focus on
312+
performance improvements and usability improvements.
313+
314+
[Planck ECS] is also used in [Shotcaller][planck_shotcaller] which is featured in
315+
this newsletter too.
316+
317+
You can read more about the library on the [Blog][planck_blog] and on
318+
[GitHub][Planck ECS].
319+
320+
_Discussions: [/r/rust][planck_reddit], Discord: jojolepro#8057_
321+
322+
[@jojolepro]: https://github.com/jojolepro
323+
[Planck ECS]: https://github.com/jojolepro/planck_ecs
324+
[planck_shotcaller]: https://github.com/amethyst/shotcaller
325+
[planck_blog]: https://jojolepro.com/blog/2021-01-13_planck_ecs/
326+
[planck_patreon]: https://patreon.com/jojolepro
327+
[planck_reddit]: https://www.reddit.com/r/rust/comments/m73ema/yet_another_ecs_library_except_much_safer/
328+
298329
### [wgpu]
299330

300331
![voxel bunny on wgpu](wgpu-conservative-bunny.png)
161 KB
Loading

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.