LPlot
- 3 Devlogs
- 6 Total hours
A simple tool to design and manage Lighting Plots for any sized productions.
A simple tool to design and manage Lighting Plots for any sized productions.
Devlog #3:
I really don’t want to pay for web hosting so I figured out how to start up a local GitHub Runner for actions. I wrote a basic workflow to deploy LPlot to my domain and it works! My next task is to create a dashboard for creating and viewing your lighting plots. For anyone interested in following my progress, you can find the site here: https://lplot.dodoseal.com
(note that account creation is disabled until the project is stable)
Devlog #2:
I finally implemented account creation and login! I decided to use Firebase for account management for its user-friendliness and simplicity. Currently accounts use email/password, but soon Discord and GitHub OAuth will work too!
This is my first time using Svelte and it’s been amazing! 😁 LPlot is like VectorWorks, a simple 2D sketch software for designing lighting plots for theatrical productions. In my 3 hours of work, I have become comfortable working with Svelte, designed login and account creation, and started building backend data management.