Upgrade sdl version, implement embed rendering, and more!

This commit is contained in:
2022-11-13 10:34:59 -05:00
parent b1dd2b71d8
commit db57432d41
14 changed files with 429 additions and 257 deletions

View File

@@ -10,13 +10,19 @@ I have a strong desire to make this into a more flexible and feature complete sy
## Requirements
Fedora:
### Fedora
```bash
sudo dnf install -y golang SDL2{,_image,_mixer,_ttf,_gfx}-devel
```
Ubuntu:
For static compilation:
```bash
sudo dnf install -y alsa-lib-devel libXext-devel libXcursor-devel libXi-devel libXrandr-devel libXxf86vm-devel libXScrnSaver-devel
```
#### Ubuntu:
```bash
sudo apt install -y golang-go libsdl2{,-image,-mixer,-ttf,-gfx}-dev