Radovan Bast ce1340fa9d clippy fix
2026-01-19 16:01:02 +01:00
2025-07-03 12:56:51 +02:00
2025-11-13 14:33:21 +01:00
2026-01-19 16:01:02 +01:00
2025-11-05 09:27:07 +01:00
2025-12-16 08:21:12 +01:00
2025-09-02 12:05:24 +00:00

makai - Create and edit meshes and polygons in your browser

Served at https://makai.dev.oceanbox.io

Documentation

Running the web server locally during development

  1. Clone the code from https://gitlab.com/oceanbox/makai/.
  2. Run nix-shell and start the web page locally:
$ git clone https://gitlab.com/oceanbox/makai.git
$ cd makai
$ nix-shell
$ trunk serve --release
  1. View it at http://localhost:8080/. Trunk will rebuild the site automatically if you edit the project.

Alternative to above: If you use rustup

Install the required target:

$ rustup target add wasm32-unknown-unknown

Install Trunk:

$ cargo install --locked trunk

Build and serve the project:

$ trunk serve --release

Checklist when upgrading dependencies

$ cargo upgrade
$ nix-build -A packages.makai
$ nix-build -A containers.makai
Description
Create and edit meshes and polygons in your browser: https://makai.dev.oceanbox.io
Readme 6.7 MiB
Languages
Rust 96%
Nix 2.6%
HTML 1.3%
JavaScript 0.1%