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.
- Host: GitHub
- URL: https://github.com/gimploo/poglib
- Owner: gimploo
- Created: 2021-07-02T09:34:34.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T01:28:15.000Z (over 2 years ago)
- Last Synced: 2024-12-27T04:24:53.690Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 50.2 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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