New category request.
New category request.
Wasn’t sure where to put this but this section seems to be the best spot. This is a request to the admins for a new forum category for LTE. I think it would be very helpful to filter all questions regarding LTE into one spot, both to LTE users as well as Irrlicht users. The gap between the modified Irrlicht 1.0 and current Irrlicht is quite large, and a separate category may help prevent frustration on both ends.
Cheers
Cheers
LTE is based on Irrlicht, but is an independent project. It's not even using the same license as Irrlicht so code from LTE can't be copied back into Irrlicht (though I'm glad to see that they have at least opensourced it now). So it would make more sense if you ask the LTE Studios to create a forum for their engine.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
There should be no practical problem with copying anything from LTE into Irrlicht, since as I've mentioned before, LTE must either be dual licensed (zlib + LGPL), or it is violating Niko's copyrights, since just about the only thing that the zlib license prohibits is removing it.
Two wrongs don't make a right, but two violations make an effective defence against action. People who play lawyers on Slashdot are welcome to disagree.
Two wrongs don't make a right, but two violations make an effective defence against action. People who play lawyers on Slashdot are welcome to disagree.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
The zlib does not cover changes.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
LTE request
A very reasonable suggestion and one worth pursuing to be sure, that said... I have now made a formal request to the project leader of LTE, for a User Forum. I will let you know the results.
Cheers
Cheers
This projects' license confuses me somewhat. Irrlicht's headers have been replaced with LGPL. One header I saw said BSD. ???rogerborg wrote:There should be no practical problem with copying anything from LTE into Irrlicht, since as I've mentioned before, LTE must either be dual licensed (zlib + LGPL), or it is violating Niko's copyrights, since just about the only thing that the zlib license prohibits is removing it.
Two wrongs don't make a right, but two violations make an effective defence against action. People who play lawyers on Slashdot are welcome to disagree.
One thing: if this project is for the PSP (PlayStation Portable) then I may be able to port it to Playstation3. Releasing it may be tricky, but I myself would be interested in seeing some of my own Irrlicht stuff running on a PS3.
Irrlicht Demos: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781
I also thought the zlib license doesn't cover changes. The original code is covered by the zlib license but the additions are released as LGPL, which affects the original code virally.
Either way it sucks, the LTE guys made an effort to change the engine enough to make reintegration almost impossible. It would have made much more sense to submit their changes as patches then stick their game engine and build system on top as an external wrapper. Not only would they be up to date with all the latest features and bug fixes, we would have supported their game studio with free advertising and increased their user base. Also their additions would have given us a head start for other OpenGL ES(que?) platforms like Nokia Symbian, iPhone and one day OpenMoko.
Oh well, I suppose it's never too late.
Either way it sucks, the LTE guys made an effort to change the engine enough to make reintegration almost impossible. It would have made much more sense to submit their changes as patches then stick their game engine and build system on top as an external wrapper. Not only would they be up to date with all the latest features and bug fixes, we would have supported their game studio with free advertising and increased their user base. Also their additions would have given us a head start for other OpenGL ES(que?) platforms like Nokia Symbian, iPhone and one day OpenMoko.
Oh well, I suppose it's never too late.
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
And if they'd chosen to license just their changes under the LGPL, that would be fine and dandy.CuteAlien wrote:The zlib does not cover changes.
However, in removing the zlib license from the original source, they are violating Niko's copyrights. Swiping their source would be just as 'bad', but might serve as a piquant lesson in why you should respect others rights if you want them to respect yours.
Not that I'm advocating doing it, but it really does hack me off when zealots insist on stealing something which was given to them (very nearly) freely.
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Have you done any PSP dev? It uses a SCE graphics library which seems pretty similar to OpenGL but i guess you'd just have to basically write a driver using the different function names...sio2 wrote: One thing: if this project is for the PSP (PlayStation Portable) then I may be able to port it to Playstation3.
Hmmm. May be easier to just target Irrlicht's OpenGL driver via PSGL.JP wrote:Have you done any PSP dev? It uses a SCE graphics library which seems pretty similar to OpenGL but i guess you'd just have to basically write a driver using the different function names...sio2 wrote: One thing: if this project is for the PSP (PlayStation Portable) then I may be able to port it to Playstation3.
I haven't done any PSP stuff. Doing AAA PS3 stuff is enough to keep me occupied.
Irrlicht Demos: http://irrlicht.sourceforge.net/forum/viewtopic.php?f=6&t=45781