Crates.io | mech |
lib.rs | mech |
version | |
source | src |
created_at | 2019-03-27 16:36:53.262585+00 |
updated_at | 2025-03-07 07:18:41.138004+00 |
description | Mech is a reactive programming language for building robots, games, and animations. |
homepage | https://mech-lang.org |
repository | https://github.com/mech-lang/mech |
max_upload_size | |
id | 124198 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Mech is a language for building data-driven and reactive systems like robots, games, user interfaces, and more. It simplifies composing, transforming, and distributing data, so you can focus on the core complexities of your project.
Try Mech online in your browser or stay updated through our blog.
Download the latest release for your platform here.
To build Mech from source, youβll first need to install Rust (make sure to install a recent version on the nightly release channel, currently nightly-2025-01-15
).
Then follow the instructions below to compile the Mech toolchain, bundled in a single executable called mech
:
git clone https://gitlab.com/mech-lang/mech
cd mech
cargo build --bin mech --release
New to Mech? Start with Learn Mech in Fifteen Minutes.
Comprehensive documentation is available at mech-lang.org and open-sourced on GitHub.
The Mech community stays active at a few places around the Internet:
Feel free to stop by and introduce yourself -- we're happy to meet new users and answer questions!
Mech v0.2 is currently beta status, meaning most intended features are implemented, but rough edges abound and there is a general lack of documentation. Development is focused on testing and documentation.
A Brief Roadmap:
For more details, read the ROADMAP.
A new version of Mech is released every week.
Mech should be considered unstable and therefore unfit for use in critical systems until v1.0 is released.
Licensed under Apache 2.0.