Interactive Periodic Table
- 2 Devlogs
- 4 Total hours
This allows the user to hover over the different sections of the periodic table to learn about them
This allows the user to hover over the different sections of the periodic table to learn about them
I finished the interactive periodic table! A lot of the functionality was similar to the atom simulator, so this project took a bit less time to code than that one.
In addition to the descriptions that appear when you hover over the sections of the periodic table, I also added a switch to the top. It changes which sections of the periodic table are highlighted, letting the user learn about more groups on the right side. I initially drew each frame of the switch animation, but I eventually settled on using an animation player because I thought it looked better.
Overall, I’m really happy with how this project turned out!
I just finished making the periodic table and delimiting the different sections with unique colors.
The next step will actually be the coding part! Each section currently has an Area2d, and I’m planning to make it so that when you hover over a section, it shows a description of it. It’s similar to what I did for my previous atom simulator project.