rh12503 / triangula

Generate high-quality triangulated and polygonal art from images.
MIT License
3.85k stars 123 forks source link

[Feature Request] Add settings about 'max generations' to automatically pause or stop. #15

Open zombie110year opened 3 years ago

zombie110year commented 3 years ago

On my weak machine, the GUI application uses a lot of resources, works out of control and unstoppable. Even I can't save the generated result.

Would you like to add a settings about "max generation in one turn" to limit generating in one click on "Start"? If the generation match max value, it will automatically pause and waits for next "Start".

rh12503 commented 3 years ago

I've had a related issue to this before (#5). Does changing your time per frame option to 2,500 or 10,000 resolve the issue? Alternatively, you might want to try using the CLI which should be better suited for slower machines.

plynml-c commented 3 years ago

I've had a related issue to this before (#5). Does changing your time per frame option to 2,500 or 10,000 resolve the issue? Alternatively, you might want to try using the CLI which should be better suited for slower machines.

To answer this question here also (#5) you can go hog wild with the points (10,000+), if time per frame = 2,500 or 10,000 (The default is 250). The program will not hang with that. Whereas with default settings and 3,000 points the program would be unresponsive, as long as the Time Per Frame setting is increased, a weak computer can handle more points.

I think OP may have been asking something else. Hope this helps

lihuong commented 3 years ago

Nice