Rob Loach

Results 829 comments of Rob Loach

If anything, I believe using a .tar to compress all the assets will make loading slower, because it would have to decompress the assets. XMB is rather graphic intense. You...

This issue is about loading performance on XMB. Tar won't help loading performance, since it would still load the same amount of data from the disc. XMB is pretty hefty,...

Another promising implementation is [PortableGL](https://github.com/rswinkle/PortableGL) from @rswinkle.

Same goes for `gp_time_stamp()`

That's really cool. Thanks so much. So depending on which time implementation we're looking for, it would use its own gp_time_stamp() definition. Good thinking.

Able to reproduce a similar issue with the `audio_music_stream` example if you delete `resources/country.mp3`. ``` WARNING: FILEIO: [resources/country.mp3] Music file could not be opened INFO: TIMER: Target time per frame:...

I think that's out of scope of Nuklear. Perhaps handle that in your renderer? Or change the image you're using?

Would really appreciate a pull request for this!

Try compiling one of the SDL examples