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
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:
- index.html is the main site which you would want to run to see the sketches
- 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
- 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.
Have fun coding.
Suggetions and feedback are welcome.
Yes the website itself looks crappy atm. I´m working on it ;)