#Rust
Product Configurator
2023-11-14
..
2023-12-01
delamat.se
2023-09-04
..
ongoing
A sideproject where the plan is to make a website where users can share recipes and shopinglists. The main purpose of this sideproject is learning how to use htmx and axum in practice. Repo. Webbsite: Not yet deployed.
halfedge lib
2023-05-24
..
ongoing
I have been frustrated with available libraries for rust and python for boolean operations on 3D-models. Therefore I started this project that aims to provide an opensoruce rust library with python bindings. The ambition is to provide robust boolean operations on halfedge datastructres. The project is heavly inspired by the white paper: Exact, robust, and efficient regularized Booleans on general 3D meshes. Repo.
WASM Web App
2023-01-01
..
2023-01-10
Implemented Conway's Game of Life as a webb app using rust. Repo
Desktop CAD App
2022-08-01
..
ongoing
Created an application for CerInvent that allows the user to generate molds for manufacturing dental crowns. Started as a python project, but is now manly relying on rust.
Embedded Rust
2022-07-01
..
2022-10-01
I made simple data acquisition firmware using rust for stm32 and nrf52 development boards. As a compliment I also made a desktop app to plot values from the devices.
The Rust Book
2022-05-01
..
2022-07-01
Taught myself rust using the Book and fell in love.