I have played around with this for a while now and there are a few things that I miss
I would like access/functionality from these Defold libaries:
http: Would like way to do http requestsvmath: For doing calculations (don’t have an idea where this is needed yet but I bet someone will eventually)json: Pure lua implementations of json tends to be slow, if we am to parse thousands of files then we need something faster.sys: Would be nice to be able to get.projectvalues. Would also like to have asys.get_project_pathso I wouldn’t need to rely oncwdall the time.- (parts of)
sound: For playing a sound on complete or button click or w/e zlib: Eventually we will want to pack unpack stufftimer: Will need to wait for something at some point.
Lua/other libraries: