canvas-sketch
canvas-sketch copied to clipboard
project manager
Hey 👋 ,
I really like the project but was wondering if there has been any talk about adding a GUI to view projects without having to restart the server. I have used https://github.com/chiunhau/p5-manager and I think that I can whip something like it but I wasn't sure if there are plans for it already underway. Ideally the user would also be able to keep the server running and build either the project manager and your projects or just the stand alone project.
Any thoughts?
Hey! Thanks, I think it would be a great addition. :smile: I'm not sure its such an easy task, though, as you'd have to dive pretty deep into the development server in order to get it working smoothly and correctly.
😅 Without really looking at the issue, it seems like it should just be a matter rendering additional ui to list and navigate through the projects and for the server to server all the files within a /projects (or w/e name) directory. I'm thinking that the list of projects will either be user maintained and/or updated by the CLI when creating new projects.