Skip to content

Welcome to Kiso Engine

Kiso is a 3d and 2d game engine for python.

Tip

No performance, no beautiful graphics, just for fun.

Roadmap

Board on Trello

Rendering

  • Basic OpenGL rendering

3D Rendering

  • 3D model rendering: obj

2D Rendering

  • Text rendering

  • GUI rendering

Engine

  • Basic scene management

  • Basic actor-component architecture

    • Transform component
    • Mesh component
    • Camera component
    • CameraInput component
  • Basic resource management

  • Basic camera movement/rotation control

  • Basic input event system

Script

  • Script system

Audio

  • Audio system.

Tools:

  • Profiler: Realtime profiling tool for python