Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 615 Bytes

File metadata and controls

19 lines (17 loc) · 615 Bytes

oage

Open Async Game Engine - Asynchronous event-based game engine

roadmap

  • Implement multi queue threadpool (WIP)
  • Implement graph of events dependencies (not started)
  • Implement continuous scheduler (not started)
  • Implement priority scheduler (not started)
  • Implement random scheduler (not started)
  • Implement async allocator (not started)
  • Implement clock timer, frame rate timer(not started)
  • Implement event logic (not started)
  • Implement runtime scripts throw cling (not started)
  • Etc...

Unit-tests

  • Event exec (mostly done)
  • Thread guard test exec (mostly done)
  • Exec threadpool (WIP)