xpenatan / gdx-teavm

Run Libgdx in a webbrowser with teavm
Apache License 2.0
108 stars 16 forks source link

File System for FileType.Local #62

Closed noblemaster closed 1 year ago

noblemaster commented 1 year ago

I'm implemented the file system for FileType.Local using "Local Storage" for small files and in-memory (temp.) storage for larger file (>= 16kb).

I'll probably try to do it via IndexedDB later as it will make more sense that way.

To see it in action (e.g. save & configuration files): https://www.ageofconquest.com/webapp/

xpenatan commented 1 year ago

Thanks !

Very nice to see a more complex game running with teavm 😃