Determinist // Devlog 6 // 2026.08.10
Pretty big milestone: V1 is finally working on the website!
Additions
- Added the V1 generation algorithm
- Added the customization options to the interface
The Generator
V1 is complete and works perfectly! I had to figure out a way to enter objects, and it was quite difficult. See, JavaScript doesn’t really have a dictionary type like Python does, so I had to use an object, which is similar enough and I can look for keys with in, just like in Python. The tricky part was creating such an object from the user’s input. I chose the most user friendly way I could think of, and made separate inputs for the key and value, and you can dynamically add more with an “Add Character Pair” button. I really wish there was an easier way and maybe there is a template out there, but I didn’t consider it until writing this very sentence. Anyways, tomorrow I’ll spend more time refining V1, the inputs and I’ll start working on V2.
To Do
- Refining the generator and inputs
- Creating V2
- Desgining the UI
- Adding the preset system
- Generating the static site
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.