Skip to content
/ wip Public

Game engine using OpenGL

License

Notifications You must be signed in to change notification settings

jovanlanik/wip

Repository files navigation

WIP

image This is a work-in-progress game engine using OpenGL and a game called Dungeon implemented in it.

Dependencies

Build tools

  • GCC or Clang
  • Meson
  • Python 3

Libraries

  • GLFW, SDL2 or OSMesa
  • libconfig
  • LuaJIT or Lua5.1

Building

$ meson setup builddir
$ meson compile -C builddir