/Liver

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

Primary LanguageC++

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