p.d-wiki/content/docs/gamedev/engines.md

36 lines
864 B
Markdown

---
BookMenuBundle: '/menu/gamedev'
---
# 🏗️ Engines & Frameworks
A list of game engines and frameworks
## Godot
A free open source game engine for making 2D or 3D games.
| | |
| --- | --- |
| Languages | GDScript or C# |
| Site | https://godotengine.org/ |
| Microblog | https://mastodon.gamedev.place/@godotengine |
| Community | https://programming.dev/c/godot |
| Source Code | https://github.com/godotengine/godot |
### Popular Games
Casette Beasts
![](/cassette-beasts-header.jpg)
Brotato
![](/brotato-header.jpg)
Dome Keeper
![](/dome-keeper-header.jpg)
## Bevy
An open source data-driven game engine built in Rust.
| | |
| --- | --- |
| Language | Rust |
| Site | https://bevyengine.org/ |
| Microblog | https://mastodon.social/@bevy |
| Community | https://programming.dev/c/bevy |
| Source Code | https://github.com/bevyengine/bevy |