Re: [GD-General] Games using off-the-shelf scripting languages other than Python or Lua?
Brought to you by:
vexxed72
From: mike w. <mi...@ge...> - 2004-08-21 05:26:49
|
Zach Baker wrote: > Are you actually using it under the terms of the LGPL? The LGPL is a > pretty demanding license to attach to a scripting language and in > particular to a language that might otherwise be suitable for being > embedded in a commercial game. what about the lgpl do you think would cause problems for a commercial game? you don't have to provide your scripts, you don't have to provide the code for the application you created with simkin, you just have to provide any changes you make to simkin itself - which in our case has been almost zero. in any case, the game engine itself is open-source under an mit license so it the source is always available online anyways. not sure what the problem here would be, the source has been released properly, we have commercial teams using the engine and for most requirements, you wouldn't need to modify the simkin portions of the code even if you wanted to add new scripting commands or modify the gameshell itself... mike w www.realityfactory.ca |