Re: Jake2 JOGL2 Port ..
Posted by
Sven Gothel on
Apr 26, 2013; 12:52pm
URL: https://forum.jogamp.org/Jake2-JOGL2-Port-tp4026412p4029048.html
On 04/26/2013 02:45 PM, gouessej [via jogamp] wrote:
> Sven Gothel wrote
> - IO Assets usage for all Jake2 files ..
>
> What do you mean exactly?
An Android application (Activity ..) is limited to deploy and
access data. Data to be deployed has to be stored in the APK's
subfolder 'assets'.
JogAmp unifies IO for normal Java applications and Android
via IOUtils, which uses the 'assets' folder as mentioned above.
IOUtils also unifies access to a unique 'temp' directory,
which could be used to store streamed or otherwise processed data.
The above can be seen in detail w/ our Android demos within JOGL,
as well w/ the GlueGen's IOUtil class.
~Sven