Skip to content

A p5js library for customized Rastering and Color Separation process

Notifications You must be signed in to change notification settings

rbottura/p5-RCS

 
 

Repository files navigation

p5-RCS (RASTERING and COLOR SEPARATION)

Project of using what was done with p5.riso to explore new ways and tools combinations to process images with rasterizing functions and color separation (not only focused on the Risograph printers), in an attempt to help graphics designers managing their virtual workspaces.

Project Information Flow

Below is a step-by-step flow of how files and information move through the project in a Vue + Vite setup.

Navigation.vue, OtherComponent.vue, etc.  <--- Define reusable components
           │
           ▼
         App.vue   <--- Root component, imports and combines all components
           │
           ▼
         main.js  <--- Entry point, mounts App.vue to index.html
           │
           ▼
        index.html <--- Main HTML template (contains <div id="app"></div>)
           │
           ▼
          Vite    <--- Development server and build tool for bundling
           │
           ▼
        Browser   <--- Final rendering of HTML, CSS, and JavaScript

About

A p5js library for customized Rastering and Color Separation process

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 1.6%
  • Other 0.7%