Skip to content

danmic/ofLittleProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openFrameworks Little Projects

The apps are inside the respective bin folder.

  • Insertion Sort Animation Simple animation of insertion sort algorithm applied to the three channels of a picture. - Video 1, Video 2

  • Particle System - Music Visualizer Example of particle systems to visualize music. The track is Gymnopedie No.1 (Lent et douloureux), by E. Satie, performed by Andreas Pfaul (source here). - Video Note: Press any key to play the track.

  • Multitrack Example Interactive app to tune the volumes of a multitrack project. The files are taken from The 'Mixing Secrets' Free Multitrack Download Library. - Video

  • One-Dimensional Cellular Automata This sketch generates 256 representations of all possible rulesets of one-dimensional cellular automata. - Video

    The cellular automata represented share these features:

    1. The grid of a single generation is toroidal.
    2. The state of every cell can be 0 (white) or 1 (black).
    3. One cell has two neighbours, the one on its left and the one on its right (according to the first feature).
  • Conway's Game of Life in a Toroidal Grid - Video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors