Skip to content

artursapek/isometric-cubes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 7, 2025
6154ab7 · Jan 7, 2025

History

9 Commits
Jan 7, 2025
Jan 7, 2025
Jan 7, 2025
Nov 30, 2023
Nov 30, 2023
Nov 30, 2023
Jan 7, 2025
Nov 9, 2023

Repository files navigation

Preview

Isometric cube home page

This is a little Rust WASM toy I wrote for fun recently. It renders a bunch of cubes which spell my name. They can be dragged around and push each other.

The isometric "physics" was written from scratch; it's very simple and not a full physics engine by any means.

It's written using web_sys, and geo for basic geometric operations.

Try it live here: https://art.cx

Setup

The website is a tiny axum server, which as of now just serves some static assets.

To build the full server locally:

bash build.sh

Then to run it:

cd dist
./server

This should run the server at localhost:80.

Alternatively, you can run only the cube page with auto recompiling:

cd cubes
npm run dev

This should run a webpack dev server on localhost:8080 or similar.

About

A fun home page I wrote with Rust + WASM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published