Target Platform: Windows XP high school computers
Libraries Required: SFML, GLEW, ODE, Python (for embedding)
Planned Features that lead me to believe I may need multi-threading:
- Up to a hundred robots all interpreting python scripts in real time.
- All robots and their components in physical simulation with their environment.
- A detailed environment is generated in large sections around the player.
- May need to write files to hard drive while the game runs.
- (In addition to these features, the target platform worries me)
Do I need multi-threading for this project?