HackerPoet / PySpace

GLSL Fractal Ray Marcher in Python
MIT License
1.16k stars 149 forks source link

Menu for choosing which fractal to view #13

Open ghost opened 5 years ago

ghost commented 5 years ago

It's very barebones, but more user-friendly than changing a line in the source code. Options are selected by pressing the 1-9 keys

walcolm1234 commented 3 years ago

One thing that would be amazing is if the creators made there own program around it so didn't need python and PySpace to run this amazing idea (though this might be to much to ask as I know nothing about programing or making programs).

rullinoiz commented 3 years ago

One thing that would be amazing is if the creators made there own program around it so didn't need python and PySpace to run this amazing idea (though this might be to much to ask as I know nothing about programing or making programs).

technically one could make an exe from a python script

ThreepE0 commented 2 years ago

why would that be amazing? They could just compile it into an exe, but then they'd just be including requirements and making it more difficult for you to experiment.