preyneyv / lol-skin-explorer

An online League of Legends skin splash art viewer.
https://www.skinexplorer.lol
Other
20 stars 3 forks source link

In-Game Model Viewer #1

Open preyneyv opened 2 years ago

preyneyv commented 2 years ago

https://www.reddit.com/r/leagueoflegends/comments/r7c0ir/i_made_skin_explorer_an_online_skin_splash_art/hmzkp8m/

preyneyv commented 2 years ago

Resources dump:

https://github.com/Jochem-W/LeagueBulkConvert/releases/tag/v2.2.0 https://gltf-viewer.donmccurdy.com/ https://modelviewer.dev/ https://docs.pmnd.rs/react-three-fiber/tutorials/loading-models

preyneyv commented 2 years ago

https://github.com/Crauzer/lol2gltf

preyneyv commented 2 years ago

The progress on https://github.com/Jochem-W/LeagueConvert should make this a lot more feasible in the not-so-far future. Still need to explore the issues of CDN and hosting, as well as automating rebuilds only on changed models.

preyneyv commented 1 year ago

This is close to success. Using gltfpack, we can lossy compress models down to ~3MB without animations. It should be possible to lazy-load animations. This feature would be expensive to run (15-20x the current running cost) but it feels worth it.

The current alternative, Teemo.GG is riddled with ads and doesn't seem like it's updated anymore.