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

https://github.com/gimploo/poglib

A header only C11 library for game and desktop development.
https://github.com/gimploo/poglib

Last synced: 3 months ago
JSON representation

A header only C11 library for game and desktop development.

Awesome Lists containing this project

README

          

# Poglib
* A header only C11 library for game and desktop development.
* Multiplatorm i.e Windows and Unix

## NOTE
Check dev branch for latest build

# Requirements
For windows: msvc compiler
For unix: gcc / clang

# Usage
```bash
ease --init helloworld --target win64
cd helloworld
forge run
```

# Dependencies
SDL2 / GLFW :platform code
OpenGL :graphics api
cglm :math
stb_image :image processing
freetype :text processing