Interactive 3D visualization of cubical type theory concepts using Svelte and Three.js.
This project aims to provide an interactive way to understand cubical type theory through 3D visualizations. Based on the paper "Cubical Type Theory: a constructive interpretation of the univalence axiom" and the Cubical Agda implementation.
# Install dependencies
bun install
# Start dev server
bun run dev
# Build for production
bun run build
# Preview production build
bun run preview
This project is configured to automatically deploy to GitHub Pages when pushed to the main branch.
cubical-viz)https://yourusername.github.io/cubical-viz/# Build the project
bun run build
# The dist/ folder contains the static site ready for deployment
MIT