Download
It is strongly recommended to build CEMCL from the latest source code.
Release
v0.2.3
This is an alpha version which hasn't been fully tested.
Change Log
- Support installing forge
- Partially support fabric
- Fix some errors when launching forge versions
- UI improvements
- Minor bug fixes
Download Links: Linux | macOS | Windows
GitHub CI
Get it in GitHub Actions.
Build
- Install Rust and Qt if you want a Qt backend
- Clone this repositorysh
git clone https://github.com/constant-e/CEMCL.git - Buildsh
# Build Debug cargo build # Build Release cargo build --release