processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

Support of relative paths in script tag #180

Closed b-g closed 8 years ago

b-g commented 8 years ago

At the moment you can't use the p5-release/empty-example in the p5 app ... as the dependency to p5.js is defined relative:

<script language="javascript" type="text/javascript" src="../p5.js"></script>

It is kind of hard to explain in a workshop why the shipped "sketch template" is not working in the offical p5 editor :)

PS. Many thanks for all the great work! We are keen to port the entire Generative Design Code Package to p5.js!

lmccart commented 8 years ago

great point, will update in the next release

b-g commented 8 years ago

Mega! 👍