Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```