Skip to content

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

  1. Support installing forge
  2. Partially support fabric
  3. Fix some errors when launching forge versions
  4. UI improvements
  5. Minor bug fixes

Download Links: Linux | macOS | Windows

GitHub CI

Get it in GitHub Actions.

Build

  1. Install Rust and Qt if you want a Qt backend
  2. Clone this repository
    sh
    git clone https://github.com/constant-e/CEMCL.git
  3. Build
    sh
    # Build Debug
    cargo build
    # Build Release
    cargo build --release