mortbopet / VSRTL

Visual Simulation of Register Transfer Logic
MIT License
87 stars 17 forks source link

Make vsrtl::ComponentGraphic and vsrtl::wireGraphic return accurate Shape's #32

Closed mortbopet closed 4 years ago

mortbopet commented 5 years ago

for future algorithms regarding place and route, these will require investigating the current state of the scene, to identify whether certain items or paths collide.

In these cases, the components within the view should provide accurate collision detection feedback, by returning proper Shape's - whether this is a QRect or a PainterPath.