leoschur / p5js

p5js_playground

Home Page:https://leoschur.github.io/p5js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

p5.js Playground

About

I am a student, this is my space to learn and experience p5.js.
Be aware that this rep probably doesn´t follow any conventions and probably contains lots of mistakes. However feel free to use the code I publish here for your own purposes whatever they may be.
If there are any question ill try to awnser them but I´m only an expert yet to become ;-).

Disclaimer

  • Do not trust me
  • Do not run the code if you dont know what you doing

Introduction

In order for you to be able to orientate yourself in my code and to practice my .md-skills I´m giving a bit of insight how my files are structured:

  1. index.html is the main site which you would want to run to see the sketches
  2. The sketches themself are placed in the folder sketches. If the sketch is small its 2 files ([projektname].html, [projektname].js), else im placing the [projektname].js with the related .js files in an extra folder
  3. The sketches aren´t directly embedded in the index.html but in the [projektname].html which is embedded in the index.html over an iframe. The source from the iframe gets changed to the selected [projektname].html by a small JS function.

Etc

Have fun coding.
Suggetions and feedback are welcome.
Yes the website itself looks crappy atm. I´m working on it ;)

CoffeeCup

About

p5js_playground

https://leoschur.github.io/p5js/


Languages

Language:JavaScript 99.8%Language:HTML 0.1%Language:CSS 0.1%