Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rpmtw/era-connect
https://github.com/rpmtw/era-connect
flutter minecraft minecraft-launcher rust
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rpmtw/era-connect
- Owner: RPMTW
- License: gpl-3.0
- Created: 2023-06-27T14:51:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-14T09:58:57.000Z (4 months ago)
- Last Synced: 2024-09-14T20:34:26.616Z (4 months ago)
- Topics: flutter, minecraft, minecraft-launcher, rust
- Language: Dart
- Homepage:
- Size: 36.7 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Era Connect (WIP)
## 📖 Introduction
## 🎉 How To Use
### Download the installer
- Windows: WIP
- macOS: WIP
- Linux: WIP## ⚙️ Getting Started For Developers
To begin, ensure that you have a working installation of the following items:
- [Flutter SDK](https://docs.flutter.dev/get-started/install)
- [Rust language](https://rustup.rs/)
- [System dependencies (For Non-Debian Linux)](https://cjycode.com/flutter_rust_bridge/integrate/deps.html#system-dependencies)```bash
cargo install just # https://crates.io/crates/just
```### Generate binding for Rust <-> Dart
```bash
just default
```If you are using an Arch Linux machine, please execute the following command before generating the bindings:
```bash
export CPATH="$(clang -v 2>&1 | grep "Selected GCC installation" | rev | cut -d' ' -f1 | rev)/include"
```## 🎓 LICENSE
The source code of this application is released under the [GNU General Public License v3.0 (GPL-3.0)](https://www.gnu.org/licenses/gpl-3.0.html). For more details, please refer to the [LICENSE](LICENSE) file.The fonts used in this project are licensed under the [SIL Open Font License (version 1.1)](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL). Please refer to the [license file](app/assets/fonts/SIL_Open_Font_License_1.1.txt) for the complete terms and conditions.
---
NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG.