jupyter-widgets / pythreejs

A Jupyter - Three.js bridge
https://pythreejs.readthedocs.io
Other
951 stars 188 forks source link

Refactor enums to store enum strings in named arrays #59

Closed abelnation closed 7 years ago

abelnation commented 8 years ago

@jasongrout @SylvainCorlay Isolating this change from other pull requests to ease reviewing.

Store enum string names in named arrays for easy referencing in py trait constructors.

jasongrout commented 7 years ago

Thanks! Sorry for the long delay.