Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/girogio/sdlrenderer
A WIP 3D Engine written in SDL and OpenGL.
https://github.com/girogio/sdlrenderer
graphics opengl sdl
Last synced: about 2 months ago
JSON representation
A WIP 3D Engine written in SDL and OpenGL.
- Host: GitHub
- URL: https://github.com/girogio/sdlrenderer
- Owner: girogio
- Created: 2024-12-17T00:06:09.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-12-24T17:31:27.000Z (about 2 months ago)
- Last Synced: 2024-12-24T17:32:16.544Z (about 2 months ago)
- Topics: graphics, opengl, sdl
- Language: C++
- Homepage:
- Size: 34.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDLRenderer
A cross-platform 3D multipurpose graphics / audio engine using SDL2, OpenGL and OpenAL.
## Dependencies
### Linux (Debian/Ubuntu)
```bash
sudo apt-get install libsdl2-dev libglew-dev libglm-dev libassimp-dev libopenal-dev libsndfile1-dev
```### macOS
```bash
brew install glew glm assimp openal-soft libsndfile
```## Windows
```powershell
vcpkg integrate install
vcpkg add port sdl2 glew glm assimp openal-soft libsndfile
vcpkg install
```