Skip to content

ZealousProgramming/Liver

Repository files navigation

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++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages