Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stynh/b2engine
A fun side project, making Pure-ECS with only C and following DoD.
https://github.com/stynh/b2engine
c data-oriented-architecture data-oriented-design ecs entity-component-system game-development game-engine
Last synced: about 2 months ago
JSON representation
A fun side project, making Pure-ECS with only C and following DoD.
- Host: GitHub
- URL: https://github.com/stynh/b2engine
- Owner: StynH
- License: mit
- Created: 2019-11-29T22:14:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-01T14:27:21.000Z (over 3 years ago)
- Last Synced: 2023-11-27T06:41:14.691Z (about 1 year ago)
- Topics: c, data-oriented-architecture, data-oriented-design, ecs, entity-component-system, game-development, game-engine
- Language: C
- Homepage:
- Size: 70.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# B2Engine (Back 2 ECS)
[![CodeFactor](https://www.codefactor.io/repository/github/stynvandehaterd/b2engine/badge)](https://www.codefactor.io/repository/github/stynvandehaterd/b2engine)
![GitHub](https://img.shields.io/github/license/stynvandehaterd/b2engine)
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/stynvandehaterd/b2engine)Hands on ECS with Object Oriented Design/Programming.
![Image of current state](https://i.imgur.com/JN7tbUA.png)