Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAD Content (Publishing)

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.

===

Ometeotl

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.

TODO

Features

Core

  • Fast building (Pug templates?)
  • Fast styling (SCSS support)
  • Organized js classes
  • 3D engines support (three.js)
  • Import/manage glsl files (#require, #pragma?)

Nice to have's

  • 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)

Setup (borrowed from Three.js Journey)

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

About

A compilation of layouts meant to showcase experiments done by artists of RAD Collective.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

Generated from AndrewAlva/Ometeotl