josauder / procedural_city_generation

Procedural City Generation program implemented in Python and Visualized with Blender.
Mozilla Public License 2.0
559 stars 86 forks source link

Supply downloadable Windows executables #16

Open josauder opened 8 years ago

josauder commented 8 years ago

Look into py2exe and attempt to host the download somewhere

iKlsR commented 8 years ago

https://github.com/pyinstaller/pyinstaller/ is way better from my experience. You can build for other platforms as well and push these as releases here on gh.