/spark

It's a game engine in C++

Primary LanguageCGNU General Public License v2.0GPL-2.0


SPARK

By ComfyKernel

What is it?

Spark is a game engine written in C++ that uses GLFW and OpenGL

What does it do?

Currently it does :

  • Basic window creation
  • Class wrappers for opengl
  • Error reporting in a window (ooh fancy)
  • Controllable objects
  • Scripted objects

What are other things that seem totally uninteresting to normal people?

  • Templated classes like the (typename)2d classes ex. uint2d & float2d
  • Initializer list buffers