Simple periodic table for dear imgui.
Created as a background element for a game I'm writing in my spare time.
If you want to use it:
- Add ImPeriodicTable.cpp to your project.
- Add the declaration extern void ShowPeriodicTable(); to a file where you want to use it.
- Call ShowPeriodicTable(); function.