Texture Gallery Preview #7
Replies: 2 comments 2 replies
-
This is a very cool project you've made! I agree that the lack of gallery view and ability to search is a major weakness in the utilization of the repository that this tool effectively solves, and solves well. It also has the happy benefit of allowing one to catch errors such as the blue microchip meta-file name you mentioned; one can catch a glimpse of it between My concern with accepting a PR incorporating this into the repository is, admittedly, selfish. I worry that adding a feature like this entails or implies a commitment on my end to continue to support the feature, which is not something I'm interested in at this time as I know little about web development. I do see the remarkable potential of this project, however, and I note that I'm not the only artist offering a repository of this kind (Foreck, of Rebirth of the Night is another). Could this project be adapted to a standalone GitHub Pages site? I await your insight. As for the microchip issue, I can just rename the file on my end to save you the bother of a PR. Thank you for the report, and thank you for making this splendid project! |
Beta Was this translation helpful? Give feedback.
-
Hey, that totally makes sense that you don't want to host yourself, and as you mention, it could definitely be a useful standalone tool too, whether for viewing other projects on GitHub or even local assets on your own computer. Thanks for the idea! To that end, I've refactored a couple of things and thrown together a simple repo + github pages site for it. It has a button which allows you to input a URL to a GitHub repo, or you can choose to select a local folder too. Either way, once selected, it shows all textures contained within any of the subfolders and their animations. I've also added a couple of other niceties, such as improved search and a preview modal so you can see some files a bit bigger (really useful for e.g. entity models or GUI textures). Every It allows specifying the repo in the URL, so you can view it live for your repo here! https://oparisblue.github.io/minecraft-textures-viewer/#github/malcolmriley/unused-textures/master. If you think it might be useful to link other people there, I'd definitely be happy for you to place that link in your readme, but of course no pressure there. Great to see you solved the microchip issue, I did find another one btw when debugging my program, |
Beta Was this translation helpful? Give feedback.
-
Hey dude!
Firstly, I just wanted to say that this is amazing work!
Secondly, I found myself really wanting to preview the whole gallery, especially the animations, but there's not currently an easy way to do this.
To this end, I created a really simple (single file) web app which previews the whole gallery, and the animations. It doesn't support everything (in particular, the mcmeta interpolation feature), but overall gives a pretty good feel for your amazing collection of work I think:
recording-compressed.mp4
The
index.html
file for the tool is here: https://gist.github.com/oparisblue/3881d98aa495dcf58067f8ce32133e57I'd be more than happy to create a PR to add this into the repo if it's something you'd be interested in --- potentially you could also set up Github Pages so that people can browse your textures online when they first visit the repo.
Also, I think the
part_electronic_microchip_blue.png.mcmeta
file needs to be renamed topart_electronic_microchip_blue_2.png.mcmeta
, I'm happy to do that as part of a PR as well.Beta Was this translation helpful? Give feedback.
All reactions