• Stars
    star
    1
  • Language
    C++
  • Created about 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This is a framework for making games easier to parallelize. It uses the “Active Objects” paradigm and also two copies of state to allow for non-blocking deterministic parallelism. A simple game will be written to test out the framework.