Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 928 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 928 Bytes

Phlox Engine

A C++ game engine built with OpenGL and GLFW. Attempting to keep it as similar to HaxeFlixel as possible.

This is all being done by one person so development may be slow.

The required libraries are already included because I don't wanna keep redownloading them whenever I decide to reinstall Windows.

Building

See BUILDING.md for more information.

Bugs

  • x64 builds don't work.

TODO

  • Sprites
  • Text
  • Spritesheets (png and xml (Sparrow V2))
  • States and Substates
  • Input
  • Groups
  • Events
  • GUI (Thinking about using imgui for this.)

Projects made with Phlox Engine:

REQUIREMENTS