Xtreme3D OpenGL 3D Engine

Developed or developing a new product in PureBasic? Tell the world about it.
Xception
New User
New User
Posts: 6
Joined: Thu Oct 14, 2004 11:31 pm
Contact:

Xtreme3D OpenGL 3D Engine

Post by Xception »

It's an OpenGL 3D engine with nice effects, some example programs and a bad documentation at the moment.
download:
http://home.tiscalinet.de/xception/dlls.htm
Moonshine
Enthusiast
Enthusiast
Posts: 263
Joined: Tue May 25, 2004 12:13 am
Location: UK

Post by Moonshine »

I get POLINK: fatal error: Corrupt library: '..\PureLibraries\Windows\Libraries\Xtreme3D.lib'.
Mark my words, when you least expect it, your uppance will come...
Xception
New User
New User
Posts: 6
Joined: Thu Oct 14, 2004 11:31 pm
Contact:

Post by Xception »

Strange, maybe it's because I use PB 3.90 and 3.91 needs another library format?
Here's the pbl file so that you can make your own lib file with dllimport:
http://home.tiscalinet.de/xception/Xtreme3D.pbl
gilles_k
New User
New User
Posts: 9
Joined: Thu May 15, 2003 7:38 am

Post by gilles_k »

I get POLINK: fatal error: Corrupt library: '..\PureLibraries\Windows\Libraries\Xtreme3D.lib'.
Same thing here.
Rebuild a lib for 3.91, work fine now.

Nice engine Xception.
Moonshine
Enthusiast
Enthusiast
Posts: 263
Joined: Tue May 25, 2004 12:13 am
Location: UK

Post by Moonshine »

Yes, rebuilt the lib and now it works perfectly. Very very interesting, how far are you planning to develop this project? It seems very solid and I'd be interested in using it if it was mature.

Cheers :)
Mark my words, when you least expect it, your uppance will come...
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Anything to do with glscene?
User avatar
J. Baker
Addict
Addict
Posts: 2181
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Post by J. Baker »

I've been watching this ever since you first made it for GameMaker. Nice to see you ported it to PureBasic. :D
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef


Even the vine knows it surroundings but the man with eyes does not.
kns
User
User
Posts: 54
Joined: Sat Apr 26, 2003 2:06 am

Post by kns »

How do I rebuild the import library?
Xception
New User
New User
Posts: 6
Joined: Thu Oct 14, 2004 11:31 pm
Contact:

Post by Xception »

Anything to do with glscene?
From my documentation:
Xtreme 3D is an OpenGL 3D engine
programmed with Delphi 6 and GLScene: http://www.glscene.org
How do I rebuild the import library?
Use dllimport tool in the library sdk directory, select correct directories, press start and select Xtreme3D.pbl file.
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

Xtreme 3D is an OpenGL 3D engine
programmed with Delphi 6 and GLScene: http://www.glscene.org
Great addition to PB! I've been a fan of glscene for several years. What is the licencing situation?
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

Man, i only get 3 FPS max... is there any particular thing i need?


Im running a 2.40ghz Celeron with 96mb ram and a 64mb Geforce2 Mx400
dmoc
Enthusiast
Enthusiast
Posts: 739
Joined: Sat Apr 26, 2003 12:40 am

Post by dmoc »

I get more fps than that on a PIII 600, GF2. Have you checked your gfx drivers?
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

I can't run it... even with the recompiled library :(

Any ideas !?
Moonshine
Enthusiast
Enthusiast
Posts: 263
Joined: Tue May 25, 2004 12:13 am
Location: UK

Post by Moonshine »

Which version you running? 3.92? I recompiled with .91, maybe its a bug?
Mark my words, when you least expect it, your uppance will come...
gilles_k
New User
New User
Posts: 9
Joined: Thu May 15, 2003 7:38 am

Post by gilles_k »

Recompiled whith 3.92 work here.
And run program whith a 3.91 recompiled file in 3.92 PureBasic also work.

No bug for me.
Post Reply