Has anyone ever heard of the Chrome Web Store? It's at https://chrome.google.com/webstore, and I really think you should consider making the Life applet an app that runs in full screen.
Also, I think you should implement pasting in codes instead of having to save them as files and load them in the applet. That would be really useful.
Something else you could do is create a button on the code box (the one that looks
Well, the life applet is really mostly just a simple demonstration of sorts; it's mostly so new people can get a taste of how things work and look like. For people who want to spend more than a few minutes on it, it's almost always better to just download a standalone life application (Golly is the most commonly used here).
That about the code box gave me an idea. What if Golly accepted its own URI scheme for patterns? Something like the data URI scheme (Wikipedia). Then, a button could be added on the code block to open the pattern on Golly.
It could also be extended to install .table, .tree, .colors and .icons files automatically.
ebcube wrote:That about the code box gave me an idea. What if Golly accepted its own URI scheme for patterns? Something like the data URI scheme (Wikipedia). Then, a button could be added on the code block to open the pattern on Golly.
It could also be extended to install .table, .tree, .colors and .icons files automatically.
This could be done, but it's rather pointless. There are more pressing features to be added; if Golly goes into a development lull (probably not happening for a while), adding it could be reasonable.