Skip to content

Commit

Permalink
docs: README
Browse files Browse the repository at this point in the history
  • Loading branch information
yohamta committed Mar 31, 2024
1 parent ce2bc07 commit 457906a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ It aims to be a feature rich and high-performance [ECS](https://en.wikipedia.org
- [Transform](#transform)
- [Events](#events)
- [Projects Using Donburi](#projects-using-donburi)
- [Games](#games)
- [Libraries](#libraries)
- [Architecture](#architecture)
- [How to contribute?](#how-to-contribute)
- [Contributors](#contributors)
Expand Down Expand Up @@ -457,10 +459,16 @@ func UpdateScore(w donburi.World, event EnemyKilled) {
```

## Projects Using Donburi

### Games

- [airplanes](https://github.com/m110/airplanes) - A 2D shoot 'em up game by [m110](https://github.com/m110)
- [goingo](https://github.com/joelschutz/goingo) - Go game implemented in the Go language by [joelschutz](https://github.com/joelschutz)
- [revdriller](https://github.com/yohamta/revdriller) - An action puzzle game by yohamta

### Libraries
- [necs](https://github.com/leap-fish/necs) - Networked Entity Component System; a networking layer for donburi by [gin](https://github.com/imthatgin)

## Architecture

![arch](assets/architecture.png)
Expand Down

0 comments on commit 457906a

Please sign in to comment.