We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › Final Project - Demoscene Inspired
Page Index Toggle Pages: 1
Final Project - Demoscene Inspired (Read 2130 times)
Final Project - Demoscene Inspired
May 10th, 2008, 3:28am
 
Final Project for my "Programming for Interactivity" class at NYU
http://luis.net/projects/processing/final

some effects that are showcased:

wormhole - A downward rotating spiral that looks like a black hole.
http://luis.net/projects/processing/wormhole/

firecube - rotating cube on fire
http://luis.net/projects/processing/firecube

vortex - 2D effect made to look 3D
http://luis.net/projects/processing/tunnel

plasma - Cycles of changing colours gives an illusion of liquid, organic movement.
http://luis.net/projects/processing/plasma

infinite sprites - objects drawn on screen moving simultaneously with no slowdown
http://luis.net/projects/processing/sprites

+ many more (full source code included)

Luis
Re: Final Project - Demoscene Inspired
Reply #1 - May 12th, 2008, 3:53pm
 
Great stuff! I especially liked your plasma and metaballs effects. Thanks for sharing them.
Re: Final Project - Demoscene Inspired
Reply #2 - Jun 6th, 2008, 12:57am
 
Great work!  Hope you got a good grade.  Looks like you put a lot of time into those!
Re: Final Project - Demoscene Inspired
Reply #3 - Jun 20th, 2008, 9:13am
 
I'm glad you liked it.  The version presented in class was displayed using the fullscreen API on a projected screen and had a sync'ed techno music soundtrack.

Graphics, Music, MP3s, and Reference files included here: (4MB) http://luis.net/projects/processing/final/finalProject.zip

I couldnt find a MOD audio processing library, so I streamed an MP3 instead. There is a JAVA FMOD Library available which means a processing version isn't that far away.  It would have made the audio portion occupy 60K instead of 3MB. MOD Audio was a key component in demoscene productions. It was the only portion of my project I wish I could have done the same.

http://jerome.jouvie.free.fr/Fmod/Tutorials.php

FYI:
MOD files are like MIDI files with the waveform instruments embedded into the file. Creating them was comparable to programming back in the day (creating patterns, looping).

http://en.wikipedia.org/wiki/MOD_%28file_format%29
Re: Final Project - Demoscene Inspired
Reply #4 - Jun 21st, 2008, 4:47am
 
This is a great collection. I think it would be great to add them to the Processing examples for web and distribution. Are you up for that?

Casey
Re: Final Project - Demoscene Inspired
Reply #5 - Jun 22nd, 2008, 7:19pm
 
Sure. Feel free to include anything. That would be awesome.
Page Index Toggle Pages: 1