remove extra clone

This commit is contained in:
Reid 2023-10-09 16:36:41 -07:00
parent 6b7683a143
commit 52f7164aa0
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
5 changed files with 43 additions and 40 deletions

View file

@ -42,6 +42,7 @@ Provide your `GJ_GameSheet02-uhd`, `GJ_GameSheetGlow-uhd`, `Robot_AnimDesc2`, an
## Todo
- Add examples to the repo.
- Swap to a custom `plist` parser. Current one is **SLOW**.
- Swap to a custom `plist` parser. Current one is kinda slow.
- Stop the fucking cloning. Majority of speed lost from cloning is @ [`./src/renderer.rs:178`](./src/renderer.rs)
- Trim extra alpha space on the final result.
- I think theres some weird shifting and offsets going on, please investigate 🥺. Really big on `spider_16` for some reason?? Related issue on the inspired project [here](https://github.com/oatmealine/gd-icon-renderer/issues/2).