glederrey / camogen

Generator of random camouflage
MIT License
49 stars 16 forks source link

Streamlit app #8

Open glederrey opened 4 months ago

glederrey commented 4 months ago

If I'm motivated, I might try to improve the code to make it as a streamlit app so that everybody can access it on the internet. =)

We'll see, depending on the motivation. =)

gammalogic commented 3 months ago

Somebody using the PHP version just asked about making a standalone version? Do you think it would be worth porting camogen to JavaScript and then using Electron to make a desktop app?

glederrey commented 3 months ago

It's always worth it if you're up to it. I'm not good enough in JS to do it though ^^

gammalogic commented 3 months ago

My knowledge of JS is ok, I might try to port it when I have time. The reason I was thinking about JS was because I just added an SVG export option to the camogen PHP port and that made me think that if no image library is required to render a pattern (just the browser canvas), the code could run in JS. Maybe TypeScript is a better option?