mirror of
https://github.com/yeslayla/golang-game-framework.git
synced 2025-01-18 12:53:17 +01:00
Update
This commit is contained in:
parent
9ccd2cf2cb
commit
b1dd2b71d8
14
ReadMe.md
14
ReadMe.md
@ -7,3 +7,17 @@ Currently, only basic rendering has been implemented.
|
|||||||
For an example on how to use it, see `game/game.go` and make your own changes!
|
For an example on how to use it, see `game/game.go` and make your own changes!
|
||||||
|
|
||||||
I have a strong desire to make this into a more flexible and feature complete system, but I cannot give any guarantees. Hopefully at minimum, this project can be seen as a reference for others!
|
I have a strong desire to make this into a more flexible and feature complete system, but I cannot give any guarantees. Hopefully at minimum, this project can be seen as a reference for others!
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
Fedora:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo dnf install -y golang SDL2{,_image,_mixer,_ttf,_gfx}-devel
|
||||||
|
```
|
||||||
|
|
||||||
|
Ubuntu:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install -y golang-go libsdl2{,-image,-mixer,-ttf,-gfx}-dev
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user