NeziheSozen / Polos

An ongoing game engine project in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polos

WIP project.

Roadmap can be found in this link.

To Build

For Windows:

  • Configure the build_polos.bat file with your needs, and just run it.

For Linux:

  • Configure the build_polos.sh file with your needs, and just run it from the command line with:
./build_polos.sh

Current Features:

  • Logging system
  • Memory management
  • Event Bus (raising events and subscribing / unsubscribing to them)
  • A crude window system
  • Platform detection
  • GUI

Soon:

  • Rendering API
  • Different graphics API supports (Vulkan, DirectX)

About

An ongoing game engine project in C++

License:MIT License


Languages

Language:C++ 77.3%Language:C 18.1%Language:CMake 3.8%Language:Batchfile 0.4%Language:Shell 0.3%Language:GLSL 0.2%