Christian Freitag
Christian Freitag
Hello, I'm using this project as a standalone library. For that I've extended the install process to install also the library and not only the generated header. Further more I've...
Hello I'm using echoes in browser and in a server application. While playing a bit around I discovered that 60 fps in browser lead to delta time of update calls...
Hello, how can we achieve to add extraParams.hxml parsing? I'm using following library at the moment, which uses a macro that extends the class path, since I'm referencing a submodule...
Hello, I'm working on a larger project with shared code with structure like this: |- thirdparty |- backend/gameserver/source |- backend/gameserver/source/thirdparty ( symlink to thirdparty ) |- backend/frontend/source |- backend/frontend/source/thirdparty (...
Good morning, I tried to use packed asset library on native target (android). It works in html5 target, but on native target when executing `lime test android -debug -verbose` build...
Good morning, I'm using packed asset library for my project. I discovered, that the usage of PackedAssetLibrary doesn't update my custom preloader so it shows everytime 0 percent until all...