Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbinani/mcview
Minecraft: top-down 2D map viewer
https://github.com/kbinani/mcview
c-plus-plus cplusplus cpp juce minecraft minecraft-tool
Last synced: 8 days ago
JSON representation
Minecraft: top-down 2D map viewer
- Host: GitHub
- URL: https://github.com/kbinani/mcview
- Owner: kbinani
- License: gpl-3.0
- Created: 2019-06-16T18:54:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T18:37:55.000Z (4 months ago)
- Last Synced: 2024-07-04T07:40:49.780Z (4 months ago)
- Topics: c-plus-plus, cplusplus, cpp, juce, minecraft, minecraft-tool
- Language: C++
- Homepage:
- Size: 123 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# mcview
Minecraft: top-down 2D map viewer for Minecraft Java and Bedrock
![overworld](https://raw.githubusercontent.com/kbinani/mcview/master/image/ss1.png)
![nether](https://raw.githubusercontent.com/kbinani/mcview/master/image/ss2.png)
![the_end](https://raw.githubusercontent.com/kbinani/mcview/master/image/ss3.png)# Install
- Microsoft Store: https://www.microsoft.com/store/productId/9N91B7RLJV9F
- App Store: https://apps.apple.com/us/app/mcview/id1471176644# License
- GPLv3
# Acknowlegement
- JUCE: https://github.com/juce-framework/JUCE
- Google Material Design Icon: https://material.io/tools/icons
- colormap-shaders: https://github.com/kbinani/colormap-shaders
- je2be-core: https://github.com/kbinani/je2be-core
- libminecraft-file: https://github.com/kbinani/libminecraft-file
- Android SDK Sources: https://github.com/AndroidSDKSources/android-sdk-sources-for-api-level-28