Skip to content

Latest commit

 

History

History
executable file
·
27 lines (18 loc) · 466 Bytes

README.md

File metadata and controls

executable file
·
27 lines (18 loc) · 466 Bytes

Luabsge

Small "game engine" that integrates Lua with OpenGL.

screenshot

dependencies

  • glm
  • glfw
  • freetype2
  • imgui
  • assimp
  • sol2

compilation

run ./run.sh test to run the test project

note: LuaBSGE is only tested on Linux right now

todo

  • Create a universal class constructor
  • Make creating new classes easier
  • Text rendering has really weird positioning
  • Text rendering cuts off with high scale