Placeblock / BuildIT

A simple, powerful and FAST application for simulating logic gates written from scratch in pure C++ using OpenGL
0 stars 0 forks source link

Cable Management #2

Closed Placeblock closed 1 month ago

Placeblock commented 2 months ago

The data-structure must have the following features:

Placeblock commented 2 months ago

When deleting a vertex or line all neighbor vertices should be recursively put into a queue. Then the queue is processed to find the new networks. Network color = old color

Placeblock commented 2 months ago

Actions

Placeblock commented 2 months ago
Placeblock commented 2 months ago

Interactions with gates