Misaki
4757c0c91a
Replace Magick.NET with stb_image; refactor asset pipeline
- Switched image loading/saving from Magick.NET to native stb_image (Ghost.StbI), removing Magick.NET dependency.
- Added Ghost.StbI project with native DLL, P/Invoke bindings, and wrapper.
- Refactored TextureAssetHandler and TextureProcessor for stb_image, memory-mapped IO, and HDR/16-bit support.
- Split IAssetHandler into IImportableAssetHandler and IPackableAssetHandler; updated interfaces to use FileStream.
- Added shader and mesh asset handlers (GraphicsShaderAssetHandler, ComputeShaderAssetHandler, FBXAssetHandler).
- Improved asset registry/catalog path handling and naming consistency.
- Updated asset import pipeline to use new interfaces and trigger engine reimport.
- Enhanced UI toolbar button styles and EditPage layout.
- Added StbIBindingTest, DisableRuntimeMarshalling, and native wrapper attributes.
- Updated wrapper generator for regex derivesFrom; added stbi.json config.
- Removed Magick.NET reference; added Ghost.StbI and Ghost.Ufbx references.
- Miscellaneous bugfixes and code cleanup.
2026-04-24 00:40:27 +09:00
..
2026-04-21 23:20:29 +09:00
2026-04-13 23:07:52 +09:00
2026-03-21 22:10:28 +09:00
2026-02-18 00:52:18 +09:00
2026-02-18 00:52:18 +09:00
2026-02-18 00:52:18 +09:00
2026-04-22 15:36:49 +09:00
2026-02-25 19:08:54 +09:00
2026-04-14 17:56:23 +09:00
2026-04-22 15:36:49 +09:00
2026-04-07 23:50:55 +09:00
2026-02-18 00:52:18 +09:00
2026-04-20 01:09:59 +09:00
2026-04-24 00:40:27 +09:00
2026-04-21 23:20:29 +09:00
2026-04-11 00:45:46 +09:00
2026-04-24 00:40:27 +09:00
2026-04-08 23:08:02 +09:00
2026-04-20 01:09:59 +09:00
2026-04-24 00:40:27 +09:00