shafinmalik / equinox

Metal Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

equinox engine

A GLFW based rendering engine

  • To compile, either use:
    • make
  • or manually use:
    • g++ core.cpp graphics/window.cpp utilities/init_ui.cpp -lGLEW -lglfw -lGLU -lGL

About

Metal Game Engine

License:GNU General Public License v3.0


Languages

Language:C++ 94.8%Language:Makefile 4.9%Language:C 0.3%