myou-engine/libs
Alberto Torres f898f0b7d8 Rework texture loading and caching system:
* Create a cache module to query and load cached files without having to load or
download the original file, as well as comparing changed time and size.
* Change `loadUri` to allow fetching the modification time and size of a file.
* Change `onload` of `loadable` to have a single `FetchResult` objects instead
  of many arguments (ok, err, data, time, size).
* Removed Pixie support.
* Added a buffer copy to simplify potentially problematic code.
* Add cache_key to newTexture when loading from buffer.
* For packed images, use the name of the blend file and the image as cache_key.
2025-01-25 14:25:26 +01:00
..
arr_ref SliceMem: change newSliceMem(ptr, len...) to match an example, add another. 2024-09-10 00:52:39 +02:00
astc Add libraries: astc and stb_image_resize. 2024-09-03 15:31:00 +02:00
bc7enc Use quality settings for BCn formats in texture_optimize. 2024-09-10 00:50:33 +02:00
dds_ktx Add CacheSettings for automatically saving and loading compressed textures. 2024-09-06 01:14:35 +02:00
float16
glfm Android: Add 5 more myouAndroidGet* for JNI VM, app context, and EGL handles. 2025-01-21 13:05:10 +01:00
loadable Rework texture loading and caching system: 2025-01-25 14:25:26 +01:00
nglfw@4ffed95fde
nim_zstd@feeac7b693
packages Add all missing files in the packages directory. 2024-09-11 12:10:54 +02:00
quickhull Create quickhull.nim with quickhull and quickhull_points functions. 2024-09-11 12:10:54 +02:00
stb_image_nim@57212e9dcc
stb_image_resize Add libraries: astc and stb_image_resize. 2024-09-03 15:31:00 +02:00
tinyexr
tinyre@77469f5891
vmath@2ddb51917c