All Projects → mikechambers → CreativeCoding

mikechambers / CreativeCoding

Licence: MIT license
Repository for generative art projects by Mike Chambers.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
RPC
45 projects
Makefile
30231 projects
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language

CreativeCoding

Mike Chambers
http://www.mikechambers.com
[email protected]

This is a repository of my generative art / creative coding projects, all released under an MIT license. You can view examples of images and videos created with the code on my instagram account.

Code is in various states of quality and usability (some bits may no longer compile / run). I am sharing as there may be useful bits that others can re-use and / or learn from.

These are my personal projects, and generally were not created for sharing, and thus have various levels of documentation and support.

Most of the projects are built around re-usable libraries that I created, and this is where you will probably find some of the most useful bits.

Projects

Projects are organized by frameworks which they leverage.

openframeworks

Projects using the openFrameworks C++ library. All of my projects were compiled using XCode on Mac.

Look in lib/mesh/ for reusable library code.

paperjs

Browser based projects leveraging Paper.js.

Couple of notes:

  • In general, projects run on Chrome browser and may leverage Chrome specific features.
  • Most need to be loaded via http and wont work when loaded directly from the filesystem.
  • Some may require that specific flags be set in Chrome, although this may not be documented well.

Projects are created by copying _projecttemplate to a new folder and then editing the _scripts/main.js file. Reusable libraries can be found in the _scripts/mesh folder.

Some of the projects also use chroma.js which is included.

processing

Desktop based projects using the Processing runtime and language.

Almost all of these examples require my fork of Processing which adds support for file includes. You can find more info on the fork in my (rejected) pull request.

Reusable libraries are found in the includes/ folder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].