Leadwerks Engine and PureBasic
Looks really nice.
I'll be interested in it in the future if it has support for Purebasic entirely even though Ogre3D is coming.
Any way to get compiled demos without downloading the trial. I'd like to test a demo game made with it.
Keep up the good work.
I'll be interested in it in the future if it has support for Purebasic entirely even though Ogre3D is coming.

Any way to get compiled demos without downloading the trial. I'd like to test a demo game made with it.

Keep up the good work.
Proud registered Purebasic user.
Because programming should be fun.
Because programming should be fun.
I thought it was the ENGINE trial not a DEMO GAME trial.
Thanks anyway. I'll dowload it.
EDIT: the only thing could see about testing as a runtime was the Demo Launcher link. It shows a window to choose a resolution and then changes it and then quits. The Example.exe in the main folder also doesn'r work. Sorry, none of the examples I've tried work in my PC.
My video card is Gefore 8800 GT
Thanks anyway. I'll dowload it.
EDIT: the only thing could see about testing as a runtime was the Demo Launcher link. It shows a window to choose a resolution and then changes it and then quits. The Example.exe in the main folder also doesn'r work. Sorry, none of the examples I've tried work in my PC.
My video card is Gefore 8800 GT
Proud registered Purebasic user.
Because programming should be fun.
Because programming should be fun.
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
byo: Update your drivers or your graphics card won't ever accelerate OpenGL applications.
Here I have a GeForce 8600 GT and it works. But just the island demo. After walking to the first corner with that barrels in the underground demo it crashes (Hangs up in a endless loop).
[EDIT]
Well its all the time I go to barells, I just didn't find them in the island.
Here I have a GeForce 8600 GT and it works. But just the island demo. After walking to the first corner with that barrels in the underground demo it crashes (Hangs up in a endless loop).
[EDIT]
Well its all the time I go to barells, I just didn't find them in the island.
bye,
Daniel
Daniel
I made a mistake due to something with sound I added right at the last minute...I will have version 2.1.1 out soon, along with a patch for the demo and a new installer. Sorry about that!
Other than this sound error I brilliantly introduced right before release and AMD's driver error, everything seems pretty good.
We work closely with NVidia and AMD to fix drivers. About 6 months ago NVidia had a very bad bug that would cause crashing if a window was minimized for a few moments. I suspect this might be why Doom 3 and Quake Wars disable the Windows key. I sent them a simple app that demonstrated the error and they fixed it. The point is, drivers are far from perfect, and we have to send reports to AMD and NVidia all the time to get stuff fixed.

Other than this sound error I brilliantly introduced right before release and AMD's driver error, everything seems pretty good.

We work closely with NVidia and AMD to fix drivers. About 6 months ago NVidia had a very bad bug that would cause crashing if a window was minimized for a few moments. I suspect this might be why Doom 3 and Quake Wars disable the Windows key. I sent them a simple app that demonstrated the error and they fixed it. The point is, drivers are far from perfect, and we have to send reports to AMD and NVidia all the time to get stuff fixed.
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Yes, but that's not a problem because most of the people who are playing games do it. Just klickibunti users aren't able to update their drivers. Otherwise you'll never reach hardware acceleration and you bought your graphicscard for nothing more than ignoring it.byo wrote:Thanks, DD. I guess there's not other way.
Which makes me wonder: If I create an OpenGL game do I need to tell all of my users to update their drivers?
@Leadwerks:

bye,
Daniel
Daniel
-
- Addict
- Posts: 2344
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Graphics drivers are very complicated nowadays, and developing them is an ongoing process.
Also bear in mind a lot of our technology is pretty new. Crysis and STALKER are the only engines I know of that do similar things, and they both have been released for less than a year. Because we are sort of trailblazing, we tend to find errors that might not get discovered otherwise. STALKER is the only other deferred renderer I know of, and it uses DirectX, so ours is the only OpenGL deferred renderer I know of. Before you ask "why use deferred rendering?" read why it is so awesome here:
http://www.leadwerks.com/ccount/click.php?id=50
I've already got the sound fixed. I just want to take a couple days to make sure everything else is okay before packaging up version 2.1.1.
Also bear in mind a lot of our technology is pretty new. Crysis and STALKER are the only engines I know of that do similar things, and they both have been released for less than a year. Because we are sort of trailblazing, we tend to find errors that might not get discovered otherwise. STALKER is the only other deferred renderer I know of, and it uses DirectX, so ours is the only OpenGL deferred renderer I know of. Before you ask "why use deferred rendering?" read why it is so awesome here:
http://www.leadwerks.com/ccount/click.php?id=50
I've already got the sound fixed. I just want to take a couple days to make sure everything else is okay before packaging up version 2.1.1.
Last edited by Leadwerks on Fri Sep 12, 2008 4:28 pm, edited 1 time in total.