Chair Generator
A downloadable tool
Procedural chair generator.
This tool creates completely manifold + non intersecting meshes, with an impractically high poly count, and therefore is almost completely impractical for use in games.
Since ProcJam, I have added a raytracer, and made a twitter bot based on this generator: https://twitter.com/furniture_gen
Source code: https://bitbucket.org/joe_warren/furniture-generator
Based on my pet CSG framework: https://bitbucket.org/joe_warren/csg-haskell
Status | Released |
Category | Tool |
Author | Hungry Joe |
Tags | Procedural Generation, PROCJAM |
Download
Install instructions
On any platform with both git and haskell-stack installed:
git clone https://bitbucket.org/joe_warren/csg-haskell.git
git clone https://joe_warren@bitbucket.org/joe_warren/furniture-generator.git
cd furniture-generator
stack build
stack exec furniture-generator-exe -- --random --mesh
Comments
Log in with itch.io to leave a comment.
Awesome!