This example app is a rewrite of react-three-fiber/examples
This project is a good excuse for me spend time learning some modern JS stuff and recent CLJS tools:
git clone https://github.com/binaryage/cljs-react-three-fiber.git
cd cljs-react-three-fiberyarn install
shadow-cljs watch appThen:
- wait for compilation to finish
- visit dev server at http://localhost:8080
yarn install
shadow-cljs release app
python -m http.server 8000 --directory publicThen visit server at http://localhost:8000
./scripts/report.sh