Linking classes between files outside of p5js web editor

Hi @hifilo,

Don’t see why not. Usually you have also an index.html in your vscode project. Just add your classes by adding additional script tags. Keep in mind that you eventually have to respect the order of your classes. Means if you have derived classes you need to add the parent first

Cheers
— mnse

2 Likes