python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use Vispy to draw different types of line by different times?
I want to draw different types of lines, such as, white lane, yellow lane, white long lane and so on, but when I call visual.Line() eachtime, it can only keep the last draw-event , just only one type ...
Leslie Liu
Votes: 0
Answers: 1
How to have a Vispy.app.Canvas running directly in Vispy.app AND as a QWidget inside a QMainWindow
I would like to know how I can make the self.show() instruction at the end of my Vispy.app.Canvas init() dependant on the fact the canvas is basically run in a Vispy app or as a QWidget in a QMainWind...
GregVDS
Votes: 0
Answers: 1