Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kristianhasselknippe/zig-game-engine

Learning zig through game engine
https://github.com/kristianhasselknippe/zig-game-engine

Last synced: 23 days ago
JSON representation

Learning zig through game engine

Awesome Lists containing this project

README

        

# Dependencies

- epoxy - https://github.com/anholt/libepoxy
- glfw - https://github.com/glfw/glfw
- assimp - https://github.com/assimp/assimp

## Ubuntu

- unwind
```
sudo apt install libunwind-dev
```

# To get it to run on macos

```
ln -s "$(xcrun --sdk macosx --show-sdk-path)/System/Library/Frameworks/OpenGL.framework/Headers" /usr/local/include/OpenGL
```