chongxi / playground

Low-latency interactive multi-stream Behavior Platform: a control console that integrate Jovian (Virtual Reality Platform) and FPGA&Spiketag (Real-time Ephys) and other sensor streams
Other
3 stars 0 forks source link

Run playground GUI from ipython #43

Open chongxi opened 2 years ago

chongxi commented 2 years ago
from playground import NAV_GUI

gui = NAV_GUI()
gui.show()

Then play with it while being able to access gui.nav_view

chongxi commented 2 years ago

to interact, for example: type enter to load maze type alt+2 to select a cue and check gui.nav_view.cues and gui.nav_view._selected_cue then right click to move the selected cue and check gui.nav_view.cues[gui.nav_view._selected_cue].pos