This is a compilation of layouts meant to showcase experiments done by artists of RAD Collective. Combining editorial and motion design, potentially could live as websites on their own.
===
Framework to build visual-oriented websites allowing 3D and 2D animations. Meant to speed up frontend development, take care of the repetitive setup and make it easy and enjoyable to display animations and graphics.
- Fast building (Pug templates?)
- Fast styling (SCSS support)
- Organized js classes
- 3D engines support (three.js)
- Import/manage glsl files (#require, #pragma?)
- Dynamic page transitions (AJAX / Taxi.js?)
- Lazy loading for images
- Fast first content visible (split js files?)
- DOM-GL (sync between HTML DOM tree and WebGL)
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