Just found a good procedural texture creator (also java-based). Have a look here:
NeoTextureEdit - Procedural Texture Editor
Maybe it would be even a nice thing to integrate it into the jMonkeyPlatform. (well, ok it is GPL so I think that would collide with our BSD-License)
Just for info…
Yeah we wouldn't be able to include it in jMP but it can certainly be a gem for those looking to create textures… That's quite nice!
(Sorry about the two month old post, but I'm curious about the JME people's opinion on GPL3 vs BSD)
I thought someone could "run time link" a compiled GPL3 project into a BSD / closed source application, provided that they distributed / didn't modify the source for the GPL3 code?
grigorii.pechorin said:
(Sorry about the two month old post, but I'm curious about the JME people's opinion on GPL3 vs BSD)
I thought someone could "run time link" a compiled GPL3 project into a BSD / closed source application, provided that they distributed / didn't modify the source for the GPL3 code?
Linking with NewBSD would have been fine for GPL2, but AFAIK it is not compatible with GPL3. I believe it needs to be LGPL to be used/distributed at this point..
Wow, thanks OP, this tool is awesome! Something else to waste endless amounts of time on.
sbook said:
grigorii.pechorin said:
(Sorry about the two month old post, but I'm curious about the JME people's opinion on GPL3 vs BSD)
I thought someone could "run time link" a compiled GPL3 project into a BSD / closed source application, provided that they distributed / didn't modify the source for the GPL3 code?
Linking with NewBSD would have been fine for GPL2, but AFAIK it is not compatible with GPL3. I believe it needs to be LGPL to be used/distributed at this point..
neosparks has changed the license to LGPL!
Uh, we could add this to jMP, no problem. The jMP code is BSD, anything else can be anything else, the NetBeans Platform is also not BSD. jMP is not the thing that the users want to sell, its the games created with it and jme3
I will see what I can do.
Cheers,
Normen