Skip to content

p5.(gen)Zine is a free and friendly library created by Munus Shih and Iley Cao for anyone curious about creative code and zine-making.

License

Notifications You must be signed in to change notification settings

munusshih/p5.genzine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

p5.(gen)Zine is an open-sourced and friendly library created by Munus Shih and Iley Cao for anyone curious about creative code and zine-making.

The starter code for p5.genzine on the p5 editor. It is interactive and uses the webcam to generate content.

It utilizes the p5.js library to experiment with collaborative zine-coding, forking, remixing and explore what generative coded zine can do to contribute to community building.

CURRENT STATUS: v1.2 is in beta. Please feel free to send issues or pull request us!

Getting Started

A series of p5.genzines workshop hosted at different locations.

Easily import the p5.js and p5.genzine library and start making your own zine!

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.6.0/p5.js"></script>
<script src="https://munusshih.github.io/p5.genzine/p5.(gen)zine.js"></script>
<script src="sketch.js"></script>

We will put the below starter code below in our sketch.js so we have something in our code.

const zine = {
  title: "Insert Title Here",
  author: "Your Beautiful Name",
  description: "Your first p5.genzine!"
}

function setupPage() {
// This replaces the old p5 setup()
}

function drawPage() {
// This replaces the old p5 draw()
}

See the Quick start guide for more details.

Other Tutorials & Resources

A series of p5.genzines workshop hosted at different locations.

  • You can play with this interactive documentation in OpenProcessing (not finished!)
  • You can find the recording of a workshop we taught at 2022's Virtual Creative Coding Festival here.
  • This is the link to our slides we used to teach function and p5.gen(zine) at POWRPLNT.
  • There is the link to the talk that Munus gave at 2023's Open Source Art Contributor's Conference.

About

p5.(gen)Zine is a free and friendly library created by Munus Shih and Iley Cao for anyone curious about creative code and zine-making.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages