Webflow + ProcessingJS

Hello,
I’m want to use ProcessingJS with webflow. If you don’t know what it is, I think it might not be important. The steps to use it in a regular site should be enough to know if it’s possible or not.

  1. It requires the use of this code:

  1. it requires a couple of files (the two referenced above to be uploaded to the same directory as the page using that code.

example.pde and processing-1.0.0.min.js

Neither are conventional files.

Is this possible and has anyone successfully done it?

Thank you!

I tried uploading the .js file, however it is not an option in the asset manager.
Another way I can think of is saving that in a different location (a separate hosting from webflow), though I don’t know if that’ll work.

You cannot upload files to the designer.

Try this for the JavaScript file.

How to host text files on Github

Thank you samliew, that looks promising and might solve the javascript issue.

That would leave the Processing (.pde) file. Might the same solution work, or would it have to be hosted elsewhere?

Hi! I am trying to do the same thing. Any luck with this?