And that was back when I had time to mess around with it.
And by the way bumping up the frame rate help ALOT so thank you SO much.
Now I can finally resume development.

Again thank you.
Moderator: PC Supremacists
Trufax, that is what i do for debugging mem leaks and crashes.k1net1k wrote:You need to narrow down your engine to the point where you can eliminate things causing it.
Start by removing textures, remove all characters, remove lighting, remove AI, slow down the game loop, use more debugging, etc. Keep going until you find the thing causing it, then drill down into that
<tpw_rules> LightDark: java is a consequence of inverse moore's law: every 18 months, the average program will be twice as slow. therefore, computers always run at the same percevied speed. java's invention was a monumental step
That is one option, and may work for small programs, and may even be the best option for beginners.Light-Dark wrote:Trufax, that is what i do for debugging mem leaks and crashes.k1net1k wrote:You need to narrow down your engine to the point where you can eliminate things causing it.
Start by removing textures, remove all characters, remove lighting, remove AI, slow down the game loop, use more debugging, etc. Keep going until you find the thing causing it, then drill down into that
i think you could load an OpenGL Texture from your SDL Surfaces, here:RandomDever wrote:Well besides running my game at 100 fps, is there an easy way to implement OpenGL into my 'engine' so I don't have to do that for future projects?
I think you can use SDL_ttf to generate a texture then render it with OpenGL, but usually you just use a bitmap font. I remember text in OpenGL being a pain as well.RandomDever wrote:Well that's a start but is there like an all-inclusive beginner's guide for people retooling from SDL to OpenGL because I have attempted this before and OpenGL does not like text rendering.
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches!