Skip to content

Commit bfdad14

Browse files
committed
Adjust readme
1 parent eadbbab commit bfdad14

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# pythreejs
22

3+
A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.
4+
5+
![Screencast](/screencast.gif)
36

47
## Getting Started
58

@@ -30,7 +33,7 @@ conda install -c conda-forge pythreejs
3033

3134
## Developers
3235

33-
### Autogen
36+
### Autogen update
3437

3538
This is a _significant_ re-work of the pythreejs extension that introduces an "autogen" script that generates the majority of the ipython-widget code to wrap each of three.js's types. It also takes a different view towards the pythreejs API. Whereas pythreejs adds custom functionality to the classes, sometimes renaming, etc., this approach attempts to mimic the low-level three.js API as closely as possible, opening up the possibility for others to build utility libraries on top of this.
3639

0 commit comments

Comments
 (0)