| View previous topic :: View next topic |
| Author |
Message |
KaL
Joined: 03 Apr 2005 Posts: 41
|
Posted: Fri Aug 12, 2005 8:18 am Post subject: Regarding pspgl... |
|
|
I was telling myself : "It would be more practical to use libGU & libGUM functions to write an OpenGL wrapper"
Why does the author use directly the sendCommand thing ? At least, it would be clearer to write / debug to use libGU. (But dunno if the speed would be reduced so much)
Does somebody know how to contact the author ?
It's not software request. I could work on it.
Thx. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Fri Aug 12, 2005 1:25 pm Post subject: |
|
|
libgu and pspgl are two very similiar interfaces to the same hardware. It wouldn't make sense to write pspgl on top of libgu because you'd be adding a layer of abstraction for no good reason (and no performance gain).
Look at the source if you need to figure out why. |
|
| Back to top |
|
 |
chp
Joined: 23 Jun 2004 Posts: 313
|
Posted: Fri Aug 12, 2005 5:27 pm Post subject: |
|
|
Indeed, PSPGL is operating at the same level as GU so wrapping it ontop of each other doesn't really make sense, and it allows for more flexibility in the way that it deals with the hardware registers, instead of jumping through hoops just to deal with it the GU-way. _________________ GE Dominator |
|
| Back to top |
|
 |
webjeff
Joined: 05 May 2005 Posts: 66
|
Posted: Sat Aug 13, 2005 1:05 am Post subject: |
|
|
Hmm,
So which one is better? I'm using GU, is there no more dev on that, should I start using PSPGL? I'd rather use whichever is going to continue being worked on or at least what everyone else is going to be using.
JK |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Sat Aug 13, 2005 4:14 am Post subject: |
|
|
| Both are being worked on. Use whichever one you feel comfortable using. |
|
| Back to top |
|
 |
chp
Joined: 23 Jun 2004 Posts: 313
|
Posted: Sat Aug 13, 2005 5:58 am Post subject: |
|
|
| webjeff wrote: | Hmm,
So which one is better? I'm using GU, is there no more dev on that, should I start using PSPGL? I'd rather use whichever is going to continue being worked on or at least what everyone else is going to be using.
JK |
I'm working actively on GU. Last night I submitted a separate library to allow a matrix stack for transforms, and I'm not done yet. There's still more to figure out. But you are of course welcome to use whatever you like, it's nice when there's more than one choice available. :) _________________ GE Dominator |
|
| Back to top |
|
 |
|