-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi, this project looks really cool! I found it through your youtube video.
I had a few issues trying to get it setup.
-
doesn't work on windows - no problem, but should be mentioned in the readme. I got it running fine with WSL after figuring it out.
-
serve script would be nice - I know you say you use an addon for vscode, but for other devs it might be nice to include http-server, which can be launched with a script like
"server": "http-server . -p 5500" -
i couldn't figure out how to get it to launch in english, both dev and prod seem to be in german (maybe build should just build the js file for all the locales?)
-
the requisite for the webp module isnt listed anywhere, took me a little to figure out how to install it. maybe theres a version that works with npm? also seems strange that the packer is a separate package, is there a reason it cant just be combined into the main package?
I did eventually get it working (Aside from the language), but this might make it easier for others to contribute.
I was thinking of making you some custom textures so you aren't stuck with minecraft's.
It's inspired by the barebones texture pack, which is based off the simple art style of minecraft's launcher. I though this art style would work especially well for minicraft, since there's far less detail/noise (especially single pixels) which don't read well at low resolution, and make far off blocks very noisy (though if you rendered blocks farther than ~16 blocks away with flat colors, that would also help a lot). This style also is much more compressible if that matters to you, it brought the webp down from 3.75kb to 958b.
If you like this style I can finish it and push my changes, but if you'd like to take it in a different direction I can do that too.
