Posted: 4th Oct 2011 20:38
I noticed a very large difference when i compile,run and broadcast my project now?

Anyone else noticed this?

Edited.......
Seams to be the compiling part that is extremely slow now?

Edited.........

After some more tests so does it seam that there is an bugg ?
If you load you project with the help of an saved workspace so does it compile very slowly, until you make any changes to any other files then the one that is opened with the workspace?

Extremely weird.

An issue for the bugg board......................
Posted: 5th Oct 2011 0:00
Doesn't seem any different to me...
Posted: 5th Oct 2011 0:28
Do you work on the 3d engine with AppGameKit now?
Posted: 5th Oct 2011 0:37
Doesn't seem any different to me...

It only happens if i do it like this!

Start up agk.

It boots up with my last saved workspace.

And if i only make changes to the file that agk opens up in front and compile and run it.

Takes ages for it to compile and run.

But if i click on any of the other files and also change some lines on it.

takes seconds to run and compile.

Iam confused!
I noticed this by mistake as i didt have so much time today to code, and only made some small changes on the file that whas opened up in front.

But now when i know so is it not that big problem.


But the weird thing is that i know tryed to recreate the problem and it always runs in seconds ?

Must have bin some kind of conflict somewhere?

Do you work on the 3d engine with AppGameKit now?

No! iam still learning the basics with agk and it still have some flaws and buggs.
The first attempts make it seam like alot more complicated in the agk?
But at the same time so is the agk alot faster.
Hopefully sometime in the future?
Posted: 5th Oct 2011 10:52
I'll try following those steps when I get the chance but I would log it anyway if it's reproducible.
Posted: 8th Oct 2011 10:40
I am also finding AppGameKit slow, especially when running the examples, the games are sluggish and thats after doing a fresh PC install. I have a Packard Bell pentium 4 with ATI RADDEON 9550 graphics card and running XP and W7 and it seems example games run slow on both.

Maybe I need a new faster PC.
Posted: 8th Oct 2011 10:57
aybe I need a new faster PC.

I only had the problem for a short while when compiling the code.
It works fine again.

Have you checked how much internal memory your computer uses for task in the background?

Or have very little free space on your harddrive?

Could be some parts of the problem?
Posted: 8th Oct 2011 11:40
Have you checked how much internal memory your computer uses for task in the background?


I need to look into this, this could be the problem. I have 2GB installed memory, but it could be the services or processes slowing things down.

Or have very little free space on your harddrive?


I definitely don't think it's disk space I have 215GB free.

Thanks for your help
Posted: 8th Oct 2011 12:05
hanks for your help

I have noticed that if you have an 500 gb hd and use 250 gb so will windows slow things up alot.

Its not the free space but how much data you have on your hard drive.

just some thoughts
Posted: 9th Oct 2011 5:49
The primary reason you would get sub-60fps sluggish performance is your graphics system (card or driver). AppGameKit uses OpenGL and it requires a decent hardware accelerated card to get the best results. I have seen AppGameKit on older systems which use AGP and shared video memory, and on these systems you do get a slowdown from the lack of decent hardware acceleration. What kind of 3D games have you run at 30fps on your system, as this is usually a good indicator of general graphics performance?
Posted: 9th Oct 2011 11:11
What kind of 3D games have you run at 30fps on your system, as this is usually a good indicator of general graphics performance?


Generally, although I'm not sure of the FPS rate, I have played games such as Halo2, Far Cry at a fairly decent speed. However, newer games I am unable to play because of my graphucs card (I don't have a hardware accelerated card).

So, as you say, it must be that I need an up-to-date graphics card.

On the up side, I can still develop and deploy my apps/games to whatever device where the speed will be dramatically noticeable.

Thanks Lee and Cliff Mellangard 3DEGS for your help.

[Update: 15thOct2011] :

Ok, it now runs extremely fast as I found out the underlying problem. I stopped the Media Center services etc within msconfig which was hogging a lot of process time.
I have now been working some ideas within AppGameKit and they work well.
This is a top product. I hope there will be Blackberry support some time in the future.