Page 1 of 1

PocketFrog Framework Documentation Update

PostPosted: Jun 21, 2002 @ 7:50am
by Kzinti
The PocketFrog Framework Documentation has been updated. Here is the link:

http://frog.flipcode.com/PocketFrog/docs_framework.html

Thanks for the docs

PostPosted: Jun 21, 2002 @ 8:13am
by Conan
Now wasn't that much more fun than playing Wolfenstein ?
I'm half way through my 3rd article on input & output. Things I still need to understand myself are:-
Clipping rectangle
Custom pixel shaders
Save any surface (including the back buffer) to a file (BMP)

I also don't know what the memory files are for.

PostPosted: Jun 21, 2002 @ 8:31am
by Kzinti

clipping etc

PostPosted: Jun 21, 2002 @ 9:06am
by Conan

PostPosted: Jun 21, 2002 @ 4:48pm
by Kzinti
Forget to answer you about MemoryFile...

It is under the "Internal" namespace. Anything under "Internal" should not be used, will not be documented, and will not be supported. This namespace is used for implementation details and to experiment with new features when I don't like the interface.

Basically, MemoryFile is used internally to load files... But you should not use it as it will most probably change/disappear in the futur.