Author Topic: Open Source  (Read 6401 times)

Offline kevglass

  • byte
  • *
  • Posts: 13
    • View Profile
Open Source
« on: October 29, 2009, 08:07:25 pm »
I'm sure this has been asked, but I can't find a definitive statement. Is there any reason JPCT doesn't open it's source? I'd really like to extend some bits but I'm finding myself a little hampered.

It doesn't matter too much to me, but I'm sure some folks could extend/help make it an even greater tool.

Kev

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Open Source
« Reply #1 on: October 30, 2009, 03:12:29 pm »
Well, we've had this discussion one or two times before. The short version is: Because i don't want it to be OS. I'm not against OS...not at all. I've open sourced all my stuff (and got almost no feedback on that...) except for jPCT itself. I like the continuity of jPCT and i think it's easier to maintain this in a closed source project. OS doesn't prevent a project from dying or at least suffering...Xith, JME and OpenMind (anybody remembers that one...?) are great examples of this. All OS, all going down once the main developer(s) left and all including some functionality that worked once and got broken after the initial developer left and nobody took over to fix it.

There are several ways one can contribute to jPCT. It's possible to write demos for it (closed source, open source...i don't care), it's possible to add functionality like new loaders, some nifty shaders, cool post processing effects...jPCT provides enough hooks into its internals to do this IMHO...yet virtually nobody does. Maybe because the project itself isn't OS, but to me, this is just a cheap excuse if one really feels the urge to contribute.

To my experience, people do a lot of talk and often fail to deliver anything after that except for some dubios "code cleanup"-work that usually means to break the existing API for the benefit of a better gut feeling of this one person. I think that i can spend my time better by developing the engine itself than taking care of this.

And last but not least, i've sold two (IIRC) commercial licenses with the sources included.

If i'll ever lose interest in the engine, i'll OS it. However, this isn't the case right now.

Offline kevglass

  • byte
  • *
  • Posts: 13
    • View Profile
Re: Open Source
« Reply #2 on: October 30, 2009, 05:23:59 pm »
Thats probably the best reasoning I've heard :)

I'm thinking about loaders mostly atm, so if you say the hooks are there I'll jump in that way.

Cheers!

Kev

Offline .jayderyu

  • long
  • ***
  • Posts: 116
    • View Profile
Re: Open Source
« Reply #3 on: November 14, 2009, 03:17:11 pm »
aww, I now feel bad not posting my IVertexControler for the water drop demo :(
I just thought it sucked too much to bother with :\ Same with my JBox 2d demos. Nothing is as good as the JBullet demo on the demo page :)

Offline zammbi

  • float
  • ****
  • Posts: 361
    • View Profile
Re: Open Source
« Reply #4 on: March 03, 2010, 06:39:35 am »
Quote
And last but not least, i've sold two (IIRC) commercial licenses with the sources included.
Maybe should advertise that you can buy commercial licenses on the website? Money is always good right?

Quote
OS doesn't prevent a project from dying or at least suffering.
Agreed, there's other open sourced projects if they really need it open. Had lots of requests to open source PWO, which I would never do, basically same reasons you said.