Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 488 Bytes

MIMEK engine

TODOS

I'm right now only concerned with C++ implementation. I'm building simple UI elements to work with. For now I have layout that holds buttons.

TASKS

  • Add text rendering
  • Create label for buttons.
  • Add more button to layout.
  • Create a debug messages to display in engine.

TIPS

Check vcvars.bat file and setup for your used compiler. This engine has implementations in C++(using SDL), C# and Jai. Because it is a learning project.