Git Product home page Git Product logo

Comments (7)

BluePrintRandom avatar BluePrintRandom commented on May 30, 2024

Ok I looked at it, and it looks like no matter how it is coded, it would be a derivative.

from upbge.

panzergame avatar panzergame commented on May 30, 2024

@BluePrintRandom : Indeed the GPL is a big issue. All things using a code in GPL is GPL, it's why they created the LGPL. So since the BGE use blender (and it will be forever) it will be in GPL.

from upbge.

BluePrintRandom avatar BluePrintRandom commented on May 30, 2024

Ok , I have been talking to Ton, Lawyers, etc,

it is 'import bge' that causes a project to be infected with gpl,

Loading a game engine project does not infect the game with GPL ->
importing a GPL module does,

I have asked Ton to help me get a list of sources for the bge module and
mathutils module, to get their licences only, converted to LGPL. It is a
massive undertaking, but will remove a large barrier to any commercial use
of the bge.

On Mon, Jan 11, 2016 at 2:34 AM, panzergame [email protected]
wrote:

@BluePrintRandom https://github.com/BluePrintRandom : Indeed the GPL is
a big issue. All things using a code in GPL is GPL, it's why they created
the LGPL. So since the BGE use blender (and it will be forever) it will be
in GPL.


Reply to this email directly or view it on GitHub
#15 (comment).

from upbge.

Akira1San avatar Akira1San commented on May 30, 2024

Sounds good, but why LGPL? Why not BSD or MIT?

from upbge.

panzergame avatar panzergame commented on May 30, 2024

I don't see how can we make the UPBGE API under LGPL.

from upbge.

BluePrintRandom avatar BluePrintRandom commented on May 30, 2024

OK!

I think I have a work around, when a blend is opened by blender or by standalone player, build a scene list, and a object list per scene, and store it as a database , and any added objects/removed objects update this data base, also which controller calls a python script needs to be stored in some sort of table as well (per instance of the script)

so the user can call a alternative to getCurrentController and scene.objects,
and avoid calling import BGE at all,

for mathutils / Vector -> you can mutate a object.worldPosition.copy() to build a vector,
and never invoke GPL !

from upbge.

panzergame avatar panzergame commented on May 30, 2024

the alternative getCurrentController will use the same C/C++ internal source which are in GPL too.
There's no more activity on this topic since a long time, i close it, fell free to reopen if any news.

from upbge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.