DarthMike / indielib-crossplatform

IndieLib is a cross-platform Game Graphics engine. Main focus is OpenGL ES 2.0 for mobile iOS operating system, and OpenGL desktop. **NOT SUPPORTED ANYMORE**
zlib License
61 stars 27 forks source link

Manual tests should not load resources upfront #142

Open DarthMike opened 10 years ago

DarthMike commented 10 years ago

As the tests grow, I found that we load resources for tests, when class is allocated, thus startup time is insane.

Resources should be loaded and removed when test is presented and removed from screen. Need a refactor on how tests are structured for this.

DarthMike commented 10 years ago

Moved to 0.7