Tatix - JS Text Matrix
- 3 Devlogs
- 3 Total hours
Tatrix will be a fun, interactive, text based ripple matrix. From the mouse, text characters will change (- / \ | etc) to make a fun ripple. It will have some modes, and ways to config it.
Tatrix will be a fun, interactive, text based ripple matrix. From the mouse, text characters will change (- / \ | etc) to make a fun ripple. It will have some modes, and ways to config it.
Restructured the formatConfig() function do be easier to debug, understand, and hopefully expand.
Redid the structure of the class so that now future expansion will be much easier. Fixed static and dynamic values being dealt with in same function, got the rendering of initial grid to work, and made it much easier to understand and debug. Annoyingly, I lost all my work from yesterday (didn’t push I guess), so I had to redo it. Thankfully it was not much, and I was able to improve a lot too.
Set up the class so I can start making the logic later! Still have to add default style injector too though, that may be annoying if user passes styled container.