More...
Forum
ThorPy's forum is the place where you can find help and share your projects and ideas.
Real games
You can see some real applications examples on the "Full application example" section of this page.
Other projects
Other projects of the author:
- Procedural terrain generation: a simple theoretical model that provides an algorithm slightly faster than Perlin noise for generating coherent noise. The article is available at https://arxiv.org/abs/1610.03525 and a simple C implementation can be found on http://cui.unige.ch/~thorimby/exampleCode/. The game The Torus uses this algorithm in a optimized way in Python.
- Codexplain: mini javascript site for creating schemes of your code/concepts.
- Dem2Stl: converter from terrain elevation model files to stl files.