mortbopet / VSRTL

Visual Simulation of Register Transfer Logic
MIT License
88 stars 18 forks source link

Use reflection for transmitting Enum values to graphic component #44

Closed mortbopet closed 5 years ago

mortbopet commented 5 years ago

The graphical component should be able to display the names of enum values to the user. To create the enum => string association, we may use a library such as: https://github.com/Neargye/magic_enum

mortbopet commented 5 years ago

Added in 9ff9d6d9453bc1a4605f4620dd5152019d5bcbc1