Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed May 9, 2023
1 parent 32cc9f6 commit a470a85
Show file tree
Hide file tree
Showing 26 changed files with 1,183 additions and 640 deletions.
212 changes: 123 additions & 89 deletions examples/python/api_demo/main.py

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions examples/python/minimal/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

rr.init("minimal", spawn=True)

print(rr.get_active_data_stream().is_enabled())

positions = np.vstack([xyz.ravel() for xyz in np.mgrid[3 * [slice(-5, 5, 10j)]]]).T
colors = np.vstack([rgb.ravel() for rgb in np.mgrid[3 * [slice(0, 255, 10j)]]]).astype(np.uint8).T

Expand Down
Loading

0 comments on commit a470a85

Please sign in to comment.