Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 517 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 517 Bytes

Lightweight Kotlin Game Library (early development stage)

Inspired in lwjgl, but this library aims Kotlin Native.

Requirementes

MacOS

brew install glfw glew

Ubuntu

Not tested

sudo apt-get install libglfw3 libglfw3-dev libglew-dev

TODO

  • GLFW wrapper
  • GLEW wrapper
  • OpenGL Kotlin friendly wrapper (WIP)
  • STB wrapper (WIP)
  • Math library (maybe a port of GLM)