SFML community forums

General => Feature requests => Topic started by: leiradel on September 24, 2009, 08:13:02 pm

Title: Stream classes
Post by: leiradel on September 24, 2009, 08:13:02 pm
Hi,

One feature that I miss is a set of Stream classes much like SDL's SDL_RWops structure.

The problem is, I want to load resources directly from a package format. Right now I have to unpack the resource to disk or memory and then load it.

Thanks,

Andre
Title: Stream classes
Post by: Laurent on September 24, 2009, 10:04:37 pm
http://www.sfml-dev.org/todo/index.php?do=details&task_id=83
Title: Stream classes
Post by: leiradel on September 24, 2009, 11:53:00 pm
Fantastic!

Thanks for your efforts on SFML.

Cheers,

Andre