GameVision SDK

Advanced game related topics
freewilli
New User
New User
Posts: 6
Joined: Wed Nov 26, 2003 5:59 am

GameVision SDK

Post by freewilli »

This is a very nice DirectX 9 2d Game Engine that does not use Com for access. It has a pretty extensive API.

[http://software.jarroddavis.com/content/view/12/43/]

On the message board, the author expressed interest in creating a binding for PureBasic if there was enough interest.

If people are interested, go to thier messageboards and bump the request.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

it's interesting... but what are 'bindings'?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
aaron
Enthusiast
Enthusiast
Posts: 267
Joined: Mon Apr 19, 2004 3:04 am
Location: Canada
Contact:

Post by aaron »

Looks interesting, and the price is definitely right. The lack of documentation causes problems of course. :roll: Without the documentation, I'm not sure what it offers the base functionality of purebasic, other than dx9?

Of course, at under $15US, I suppose that it wouldn't be that costly to find out. :wink:
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

i think sound stuff, as that is seriously lacking in pb
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
MadMax
Enthusiast
Enthusiast
Posts: 237
Joined: Mon Oct 06, 2003 11:56 am

Post by MadMax »

Can't realy think of anything that offers, that couldn't be done with PB.
Brice Manuel

Post by Brice Manuel »

PB natively supports 2D. This product you linked to does not support 2D. It uses DX9. 2D has not existed since DX7. DX8 and DX9 emulate 2D via 3D methods. You would be better off sticking with PB (best around for 2D) and using a third party sound engine like FMOD or Audiere.
jarroddavis
New User
New User
Posts: 7
Joined: Sat May 22, 2004 1:24 pm
Location: USA
Contact:

Post by jarroddavis »

I've manage to convert the TestBed demo in the SDK to PB. You can find it here:

http://www.jarroddavis.com/priv/gv_pb_testbed.rar

I still have a fair amount of the API to convert, but this demo should show what you can do with GV and PB. The source is included.

For info here:
viewtopic.php?t=10984

blueznl:
Bindings are the interface for a particular language that allows it to work with the GV.DLL. For PB its the GameVision.pbi file that you include and gets compiled with your app. It makes avail to PB, the API exposed by the GV.DLL
Jarrod Davis,
Owner/Lead Developer
Jarrod Davis Software
http://www.jarroddavis.com
Post Reply