jupyter-widgets / pythreejs

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

Organize python into sub-sections to be consistent with three.js organization #52

Closed abelnation closed 8 years ago

abelnation commented 8 years ago

This is an initial clean-up of the python code to separate it out into files. In the future, I'd like to take this further by:

No classes were modified in this PR. They were simply moved to separate files. Necessary imports were added to each sub-file.

@jasongrout @SylvainCorlay

abelnation commented 8 years ago

Closing this PR, as I think this organization would change with auto-generation.