Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 566 Bytes

ImPeriodicTable

Simple periodic table for dear imgui.

image

image

Created as a background element for a game I'm writing in my spare time.

If you want to use it:

  1. Add ImPeriodicTable.cpp to your project.
  2. Add the declaration extern void ShowPeriodicTable(); to a file where you want to use it.
  3. Call ShowPeriodicTable(); function.