Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Pyzview

Requirements

You'll need to install ziew stanalon app, You can grab it from:

https://github.com/ohadmen/zview/releases/latest

Installation

pip install pyzview
  • pybind 2.2 is required!

Usage example

from pyzview import Pyzview

import numpy as np

zv = Pyzview()

n = 400

pts = np.ones((n,6))*np.nan

zv.remove_shape(-1)

i=0

while True:

    pts[i%n]=np.cos(np.array([15,13,11,7,2,1])*i*0.005/np.pi)**2

    i=i+1
    
    k = zv.add_points("demo", pts) if 'k' not in locals() else zv.update_points(k, pts)

About

zview python bindings

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages