https://github.com/michaelstott/barn
Personal Rust game framework
https://github.com/michaelstott/barn
Last synced: about 1 year ago
JSON representation
Personal Rust game framework
- Host: GitHub
- URL: https://github.com/michaelstott/barn
- Owner: MichaelStott
- Created: 2021-05-09T01:05:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T03:38:35.000Z (over 2 years ago)
- Last Synced: 2025-02-10T13:44:13.359Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barn
Retro 2D game development framework. Heavily inspired by XNA/LibGDX.
This is a personal project not intended for widespread use, but feel free to poke around.
### SDL2
SDL2 will need to be installed locally to run any projects using this framework. Instructions for doing so can be found [here](https://wiki.libsdl.org/Installation).