Commit graph

8 commits

Author SHA1 Message Date
080d9bcc67 Loadable: add registerLogUriHandler() to get a log of loaded URIs. 2024-11-29 13:32:46 +01:00
6212b816f0 Loadable: Add registerCustomProtocol() for e.g. reading assets in mobile. 2024-11-29 13:30:32 +01:00
5b588fddf1 Allow compilation with threads off. 2024-09-13 02:15:32 +02:00
83011ea344 Add use_threads option to loadUri. 2024-09-05 16:48:35 +02:00
d784dd3a52 Replace the use of pointer/len and "done()" by SliceMem and destructors. 2024-08-31 00:40:02 +02:00
78cafe6566 Add threading support to LoadableResource. 2024-08-29 00:19:52 +02:00
e748831f3a Fix crash with loadables in Android. Warn if done() is being called twice. 2024-08-29 00:13:37 +02:00
9af1322937 First commit.
* Incomplete port of myou-engine-js to nimskull, after many months of work, and
  a few extra features that weren't exactly necessary for a "first commit" to
  work. Excuse the lack of commit history up to this point.
* Bare bones structure of the documentation and the process to update it.
* Restructure of the whole project to have a more sensible organization.
* Making submodules of forks of larger libraries.
* README, licenses, AUTHORS.md.
2024-08-20 13:08:19 +02:00