Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 503 Bytes

File metadata and controls

24 lines (20 loc) · 503 Bytes

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

    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