ZealousProgramming / Liver

A 2D pixel-art game framework built in C++.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Liver

A 2D pixel-art game framework built in C++.

DISCLAIMER

I do NOT recommend using this framework as its existence has been purely for educational purposes. The code that you see is poorly optimized and completely novice.

Dependencies

  • GLFW (Window and Input)
  • GLAD (OpenGL Helper)
  • OpenGL (GAPI)
  • stb_image (Image Loading)

Feature TODOs

  • [] Sprite
  • [] Batch Rendering
  • [] Font Rendering
  • [] Animations
  • [] Audio

About

A 2D pixel-art game framework built in C++.


Languages

Language:C++ 94.0%Language:CMake 4.9%Language:C 0.9%Language:GLSL 0.2%