Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/programmingrainbow/beginners-guide-to-sdl2-in-odin
An in-depth guide to getting started with SDL2 in the Odin Language.
https://github.com/programmingrainbow/beginners-guide-to-sdl2-in-odin
Last synced: 4 days ago
JSON representation
An in-depth guide to getting started with SDL2 in the Odin Language.
- Host: GitHub
- URL: https://github.com/programmingrainbow/beginners-guide-to-sdl2-in-odin
- Owner: ProgrammingRainbow
- Created: 2024-08-23T15:10:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T00:25:49.000Z (5 months ago)
- Last Synced: 2024-08-26T17:25:08.623Z (5 months ago)
- Language: Odin
- Homepage:
- Size: 718 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot](screenshot.png)
# An in-depth guide to getting started with SDL2 in the Go Language.
https://www.youtube.com/playlist?list=PLO02jwa2ZaiDY7kVImqZUHDiuomsl7OdA## Build and Run
You will need Odin installed.
```
cd
git clone https://aur.archlinux.org/odin.git
cd odin
makepkg -i
```
Build and Run.
```
cd
git clone https://github.com/ProgrammingRainbow/Beginners-Guide-to-SDL2-in-Odin
cd Beginners-Guide-to-SDL2-in-Odin
odin run main.odin -file
```
## Controls
Escape - Close. \
Space - Change Background color and play Odin Sound. \
m - Toggle Music.