Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Nertsal authored Sep 22, 2024
1 parent 6b4cb3f commit eb3dc47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# stecs - static compiler-checked ECS\*

[![crates.io](https://img.shields.io/crates/v/stecs.svg)](https://crates.io/crates/stecs/)
[![docs.rs](https://img.shields.io/docsrs/stecs)](https://docs.rs/stecs/latest/)
[![GitHub License](https://img.shields.io/github/license/Nertsal/stecs)](https://choosealicense.com/licenses/mit/)

This is an experimental ECS library intended to be more compiler-friendly. Archetypes are static, and queries are checked at compile-time. For an introduction into the idea, see [this blogpost](https://nertsal.github.io/blog/so-i-wrote-my-own-ecs/).

This library attempts to bridge the gap between
Expand Down

0 comments on commit eb3dc47

Please sign in to comment.