Sounds like an OpenGL issue. Have you updated your video card drivers recently?
Thankfully BMax also has support for DX7 though, so this shouldn't be a problem when you release your game.
Hi all, I've been looking into several developments languages and trawled the forums here. Blitzmax seems to have a great many number of fans, and seems quite powerful. I've also looked into Playbasic which seems interesting and good 2D performance.
Anyway, I've a fair bit of C/DBpro experience and I've just downloaded and ran a couple of Blitzmax demos and they seem to run extremely slow - and they dont seem to be doing that much! Has anyone else experience this problem?
Thanks
Sounds like an OpenGL issue. Have you updated your video card drivers recently?
Thankfully BMax also has support for DX7 though, so this shouldn't be a problem when you release your game.
Well I've tried the demos on 2 machines now - and they are both running about 3FPS!
Originally Posted by Ant
that is deffo opengl running in software mode. Are the machines you speak of fitted with a.Decent Cards and b.Proper drivers for them?
As was said - DX7 wouldn't have that problem (nor correct OGL drivers on proper hardward)
Hmm. My main machine is a 2Ghz Laptop 64Mb GeForce 440 Go gfx card. Not exactly cutting edge - but should be fast enough to push a starfield and a couple of spaceships around the screen! I've got
The drivers are the most recent I can find from NVidia website, and I've got DX9.0c installed. So is it using OpenGL instead of DX? How can I change this/
Thanks for your help
The demos are old? so probably using OGL (DX was only put in blitzmax fairly recently). Is that card an MX derivative? anyway, is could seriously just be an OGL issue rather than a "bad system". First you need to determine which ogl drivers you have and find the minimum for Bmax stuff.
In my engine it detects OGl 1.2+ and then it is accelerated, if OGL is less than 1.2 it falls into software mode. I don't know what blitz requires though.
Update your drivers.
The Demo will not fall back into DX nor does it support DX unfortunately for them as it gives some people a negative impression.
Updating drivers will allow you to evaluate it in the meantime. Honestly as someone who has apparently worked in the game industry I would have thought this was your first port of call.
Hi Ant,
We use BMAX for our development and it's a really nice platform. The issue with the demo is that it's only got OpenGL support. Our games run in OpenGl and DirectX. You know the sitedownload cBubble and see how that runs.
Tim.
My drivers on the laptop are up to date and still having performance issues, however my other machine seems to be coping with the demos after updating the drivers (my mistake, I was using old drivers).
Thanks for all your help