Skip to content

Generates Discrete Vector 'line paths' using noise-based 3D vectors in Processing and animates their construction

Notifications You must be signed in to change notification settings

Forge-Media/discrete-vectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discrete Vectors

Processing 3.0 Project

This project was made possible by solub!

Discrete_Vectors

Discrete Vectors


vGroup Options

  // New vGroup (#Lines, #Points, Factor, Offset, Spacing)
  vGroups.add(new vGroup(100, 400, 0.05, 1, 5));

vLine Construct Options

  // Construct New vLines  (Max Height (z), Min Height (z), Colour (HSB (H - Value)))
  vGroups.get(0).construct(100, -100, 0);

Animation

  for (vGroup v : vGroups) {
    // Animate (grow) lines from origin
    v.animate();
    // Show completed lines from origin
    // v.show();
  }

Development


Please do report the bugs you encounter! If you'd like to improve this project feel free to start a pull request, it will be reviewed as fast as possible.

By Jeremy Paton


Copyright © Jeremy Paton 2018

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

About

Generates Discrete Vector 'line paths' using noise-based 3D vectors in Processing and animates their construction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published