A beautiful WebGL demo featuring a 3D GLTF model rendered with React Three Fiber and post-processed into an animated ASCII art effect using custom shaders. webgl-ascii-hero/ ├── app/ │ ├── layout.tsx ...
cp .env.example .env APP_NAME=webgl_viewer APP_ENV=local DB_CONNECTION=mysql DB_HOST=mysql DB_PORT=3306 DB_DATABASE=webgl_viewer DB_USERNAME= DB_PASSWORD= SESSION ...