mothfuzz / Actorspp

Actors++: lightweight C++ actor system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actors++

versatile and easy to use actor-based game engine

./scrot.png

  • keeps code simple and clean via actor framework
  • actors are automatically managed so you can focus on game logic
  • fast iteration through pseudo-ECS component system
  • python scripting support
  • includes simple 2d/3d renderer
    • auto-instancing for The Fast
    • simple normal/specular mapped lighting & shadow mapping for 3d objects
    • .obj model loading
    • draws sprites in 3d and meshes in 2d, easy integrated camera & coordinate system

About

Actors++: lightweight C++ actor system


Languages

Language:C++ 74.9%Language:Python 17.9%Language:GLSL 6.2%Language:CMake 1.1%