High RAM consumption

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Prabhakar
Posts: 1
Joined: Fri Sep 04, 2015 5:03 pm

High RAM consumption

Post by Prabhakar »

I found irrlicht consuming high amount of RAM while loading some images. Someone help me.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: High RAM consumption

Post by CuteAlien »

Huge image?
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
luthyr
Posts: 69
Joined: Wed Dec 30, 2009 5:47 pm

Re: High RAM consumption

Post by luthyr »

You can save a lot of RAM by using a compressed texture format like DDS/DXT.
Post Reply