Skip to content
/ poglib Public

A header only C11 library for game and desktop development.

Notifications You must be signed in to change notification settings

gimploo/poglib

Repository files navigation

Poglib

  • A header only C11 library for game and desktop development.
  • Multiplatorm i.e Windows and Unix (Android soon)

Requirements

For windows:    msvc compiler
For unix:       gcc

Usage

    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

About

A header only C11 library for game and desktop development.

Resources

Stars

Watchers

Forks