I made a small, simple node system in openFrameworks today.
Its essentially just an array of ofNode objects, with lines in between them, randomly placed on screen.
Next I'll try creating my own node class, and add some animation.
EDIT:
I finished animating it. Unfortunately the openFrameworks ofNode class doesnt have an inbuilt velocity or acceleration. So I built my own in by making 3 arrays the same size as the number of nodes, filling the arrays with random values between -0.1 and 0.1 and then ofNode.move(); ing them using those values.
Not the most elegant solution, but hey... It works.
Next I think I will Perlin the shit out of their movement.
First video of animation
Second video of animation
Labels
digital
(36)
art
(23)
tech
(22)
programming
(21)
graphic
(17)
processing
(11)
openFrameworks
(10)
photography
(9)
gigapixel
(8)
fire
(7)
foundationstudies
(7)
internet
(7)
visionandperception
(7)
image processing
(6)
music
(6)
advertising
(5)
animation
(5)
python
(5)
film
(4)
school
(4)
3D
(3)
carpentry
(3)
final cut pro
(3)
writing
(3)
CMS
(2)
bed
(2)
git
(2)
jQuery
(2)
knots
(2)
ofxMSAPhysics
(2)
ofxPostProcessing
(2)
projection
(2)
research
(2)
supercollider
(2)
touchdesigner
(2)
video
(2)
web development
(2)
FFT
(1)
John Mackey
(1)
Mou
(1)
PHP
(1)
Skrollr
(1)
administration
(1)
bitcoin
(1)
controlP5
(1)
drawing
(1)
jazz
(1)
linux
(1)
markdown
(1)
maya
(1)
nic
(1)
notetoself
(1)
oscP5
(1)
oursociallubricant
(1)
raspberry pi
(1)
resume
(1)
server
(1)
sound
(1)
stippling
(1)
theory
(1)
unix
(1)
Saturday, 24 August 2013
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment