JackDotJS / minecraft-asset-extractor

A dead-simple web application for extracting (Java Edition) Minecraft's built-in game assets.
MIT License
4 stars 0 forks source link

Find some way to use native file browsers (ALL PLATFORMS) #6

Closed JackDotJS closed 1 year ago

JackDotJS commented 3 years ago

java's built-in file browser is disgusting and ugly and only "does the job." native file browsers are infinitely better in every way. in early development of this app, i was using javaFX to accomplish native file browsing but this meant nearly tripling the app's size and increasing the minimum required java version to 11.

REQUIRED:

OPTIONAL BONUS:

JackDotJS commented 1 year ago

no longer applicable with upcoming rewrite