Welcome! I've always wanted to create a portfolio showcasing my skills with GLSL shaders and Three.js, along with a platform to display all my side projects and experiments. This portfolio serves as a showcase of my journey as a 3D developer and a place to explore my various side projects, including video games. I've included elements that reflect my personal interests, such as my favorite video games, an interactive Rubik's cube, and an arcade machine.
You can now explore it here.
Download Node.js. Run this followed commands:
# Install dependencies (only the first time)
npm install
# Run the local server at localhost:8080
npm run dev
# Build for production in the dist/ directory
npm run build