I also recently shipped 🚢 a stained glass procedural generator called Voronoi Glass w/ Python :python: for #C0BMPAY9NK0 (tryna grind)! It procedurally generates stained glass, but not just plain ones! It comes with:
• Chromatic Aberration
• Fractional Brownian Motion (frosted glass look)
• Cell Vignette
• Cell Borders
• ... more coming soon (hopefully)
Check it out @ github.com/koala-koder/voronoi-glass and download the executable (MacOS only) @ github.com/koala-koder/voronoi-glass/…/1.0.1NOTE: For MacOS users, you may need to open your terminal and enter `chmod +x <pathtofile>` to allow the executable to run!
🚢Hey guys :yayayayayay: ! I recently launched a procedural map 🌎 generator I built w/ python :python: for #C0BMPAY9NK0! It not only creates 2D maps, but also renders them in an interactive 3D viewport with full XYZ terrain! There is an executable (MacOS only :sad-pf:) that you can download at github.com/koala-koder/procedural-map/releases/tag/head ! Below I have added a 2D map, but when it runs, it will also open the 3D viewport!
NOTE: For MacOS users, if it isn't working, go to your terminal and type `chmod +x <pathtoexecutable>`! That should give it permission to run!