Originally posted by Braffe
View Post
Announcement
Collapse
No announcement yet.
A New Open-Source Game Engine Being Released
Collapse
X
-
-
Originally posted by mrugiero View PostI don't think so. If the authors had portability in mind since the begining, they already wrote abstractions, and cleaning the console related code is just deleting a folder and taking some options out of the build system. And having support for so many platforms makes me think they did.
Originally posted by mrugiero View PostMy guess is they intended to do so since moment zero, and for some reason didn't; mostly because looking for the engine I found a lot of empty sites from years ago, all of them related to free software projects.
Comment
-
This looks rather promising. I've actually been looking at a number of engines lately and haven't decided on one to go with yet. I am mostly looking to do 2d games using 3d assets made in Blender, so this may turn out to be a good fit.
Originally posted by neuron View PostIf you dump it on github it should be a lot easier for a community to build around it than if you pack it in a zip and put it on a webpage...
Comment
-
Originally posted by Juan Linietsky View PostGPL or LGPL would make matters difficult for developers trying to distribute games for iOS or Windows 8.
Comment
-
Originally posted by GreatEmerald View PostHmm, I'm honestly curious what makes it so? I never used any iOS devices and only helped one person upgrade to Windows 8, so I don't know much about those platforms, but I also never heard of any problems with GPL software on them?
Comment
-
Originally posted by Juan Linietsky View PostThe choice for MIT license wasn't about being brave, It's pretty much the only license it could be opened as.
GPL or LGPL would make matters difficult for developers trying to distribute games for iOS or Windows 8. Even BSD forces to credit the author. I personally don't want anyone using it to have that those extra hassles.
Chances are, you can close source everything and leave(see Unigine) or retract the copyright and switch license (see Nexuiz) or get sued over patent infridgement(see FAT fs case over Android) - only GPL3/LGPL(copyleft) and Apache 2(opensource) offer any patent protection.
This vulnerabilities taken in account, MIT is not the license you are searching for, unless these are features, not vulnerabilities.
Thanks!
Comment
-
And for the Windows 8 store:
MS is ok with GPL being there, and explicitly says so; the GPL is not ok about MS placing additional restrictions.
Comment
-
Originally posted by IanS View Post
The only way when Apple ToS might come in conflict with LGPL/GPL, is when Apple Store makes modifications to this library itself and refuses to release the source of those modifications. Use of encryption to run the software is question does not change the source of the binary, GPL does not require one to publish encryption source code, if he wants to execute the code with encryption compared to non-encrypted way (in fact, FSF endorses HTTPS).
VLC landed into purge not because of GPL being incompatible, but due to the chain of events:
They used GPL2, omitting the "or later", because they explicitly wanted tivoization and being unprotected against patent threats.
They failed to start discussion with Apple on the matter.
They were as well sabotaged, in your link notice the comments of Jean-Baptiste regarding friendship.
And finally, they completely omitted the resolution I outlined above.
Comment
Comment