Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kbinani/je2be-desktop
Map converter for Minecraft: Available on Microsoft Store https://www.microsoft.com/store/apps/9PC9MFX9QCXS
https://github.com/kbinani/je2be-desktop
c-plus-plus cpp data-converter game gui-app juce minecraft minecraft-tool ps3 xbox360
Last synced: 8 days ago
JSON representation
Map converter for Minecraft: Available on Microsoft Store https://www.microsoft.com/store/apps/9PC9MFX9QCXS
- Host: GitHub
- URL: https://github.com/kbinani/je2be-desktop
- Owner: kbinani
- License: gpl-3.0
- Created: 2020-11-11T20:52:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T17:02:04.000Z (5 months ago)
- Last Synced: 2024-06-18T21:52:58.609Z (5 months ago)
- Topics: c-plus-plus, cpp, data-converter, game, gui-app, juce, minecraft, minecraft-tool, ps3, xbox360
- Language: C++
- Homepage:
- Size: 30.1 MB
- Stars: 28
- Watchers: 4
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# je2be-desktop
- Map converter for Minecraft
- Available on Microsoft Store https://www.microsoft.com/store/apps/9PC9MFX9QCXS
- Supported conversion modes:
- Java ▶️ Bedrock
- Bedrock ▶️ Java
- Xbox360 ▶️ Bedrock
- Xbox360 ▶️ Java
- PS3 ▶️ Bedrock
- PS3 ▶️ Java# Screenshot
![app screen shot: selecting java input](/img/ss1.png)
![app screen shot: progress window while converting](/img/ss2.png)# How to build
```sh
git clone https://github.com/kbinani/je2be-desktop.git
cd je2be-desktop
git submodule update --init --recursive
cd Builds
cmake ..
```then build with cmake to get the exe `Builds/je2be-desktop_artifacts/Release/je2be.exe` by
```
cmake --build . --target je2be-desktop --config Release --parallel
```or just open `Builds/je2be-desktop.sln` with Visual Studio
# License
GPL-3.0# Author
kbinani [@kbinani](https://twitter.com/kbinani)# SAST Tools
[PVS-Studio](https://pvs-studio.com/en/pvs-studio/?utm_source=website&utm_medium=github&utm_campaign=open_source) - static analyzer for C, C++, C#, and Java code.