A personal playground repo for learning and experimenting with different technologies
A Django-based web application for maybe learning some web dev
A project to explore Rust. Currently toying around with pointclouds, using Rerun for viz
To get rerun working on WSL2 (unfortunately CPU only so far), run:
export WGPU_BACKEND=Vulkan
Rerun troubleshooting site recommends these, but not convinced they help:
export MESA_D3D12_DEFAULT_ADAPTER_NAME=NVIDIA
unset WAYLAND_DISPLAY
To play around with python and/or ML models
TODO:
- Add instructions for repo dev setup
- Eg. Install precommit via pipx and run
bash pre-commit install
before trying to commit
- Eg. Install precommit via pipx and run