@sierdzio - updated Game Of Life
-
Hi, people, and especially @sierdzio!
@sierdzio, I've read your old code (from "this":http://qt-project.org/forums/viewreply/90102/ comment in "this":http://qt-project.org/forums/viewthread/18404/ thread and created my own Game Of Life. I wrote it in three hours, so it can't be really cool, but it has functionallity of your implementation.
!http://habrastorage.org/storage2/07c/1ad/cc9/07c1adcc96a539d7065bdae4e65a6b10.png(50x50)!
!http://habrastorage.org/storage2/d08/06e/fe8/d0806efe8bbe5ddf0799ae4060c5260f.png(100x100)!
!http://habrastorage.org/storage2/c1c/72e/210/c1c72e210b2fbe06cb8c39035c14ba80.png(100x100 + another color)!Source code on "GitHub":https://github.com/tucnak/conway.
P.S. My russian "post":http://habrahabr.ru/post/147208/ about it.
-
Well, I'm happy to see my code is put to some use :) I have noticed now, that I have not specified ANY license for that project... but I don't care much. Let's say it's GPLv2, but can be changed if you need it to be different :) This way you can borrow code from my project, if you want to.
Nice work, for just 3 hours it's really impressive! No Langton's Ant there, though.
Be sure to check out "Golly":http://golly.sourceforge.net/, it's powerful, too.
-
Not sure, but last time I turned it on and left for some time, and then got back, two gliders were already playing chess with each other...
-
[quote author="sierdzio" date="1341560134"]Well, I'm happy to see my code is put to some use :) I have noticed now, that I have not specified ANY license for that project... but I don't care much. Let's say it's GPLv2, but can be changed if you need it to be different :) This way you can borrow code from my project, if you want to.
Nice work, for just 3 hours it's really impressive! No Langton's Ant there, though.
Be sure to check out "Golly":http://golly.sourceforge.net/, it's powerful, too.[/quote]
Thanks for "Golly" - I will check out it. And I haven't used your code ;-) - only design concept. But AFAIK - GUI can't be protected under licenses.
-
[quote author="tucnak" date="1341659181"] And I haven't used your code ;-) - only design concept. But AFAIK - GUI can't be protected under licenses.[/quote]
Yeah I have noticed, I had a quick look into the code before writing my post. It was meant more like a declaration for the future: if you want to take any part of the code, feel free to :)
As for GUI you are right, the famous Apple-Microsoft court case has it settled (at least in USA) years ago.
-
[quote author="sierdzio" date="1341661221"][quote author="tucnak" date="1341659181"] And I haven't used your code ;-) - only design concept. But AFAIK - GUI can't be protected under licenses.[/quote]
Yeah I have noticed, I had a quick look into the code before writing my post. It was meant more like a declaration for the future: if you want to take any part of the code, feel free to :)
As for GUI you are right, the famous Apple-Microsoft court case has it settled (at least in USA) years ago.[/quote]
Thanks, if I need - I will ;)
-
There is no GUI licensing at all. The only way to protect a GUI is by using patents (or arguing fiercely for copyright in court). The code that generates the GUI, however, can have a license.