The Wayback Machine - https://web.archive.org/web/20220407101824/https://github.com/topics/cad
Skip to content
#

cad

Here are 795 public repositories matching this topic...

phkahler
phkahler commented Feb 13, 2022

This may be a good issue for someone wanting to eventually get deep into the geometry code of Solvespace.

issue:

Triangulating a NURBS surface is currently O(n^2) operation, and in many cases it doesn't produce very good triangles. We should be able to have better quality in O(n*log(n)) time.

background

For surfaces with compound curvature (a torus for example) we use "grid triangul

hannobraun
hannobraun commented Apr 4, 2022

Here's what a CI workflow currently looks like, when viewed in the GitHub UI:
workflow

It's hard to see what's going on with all those Cargo actions, on first glance. It would be much better, if those jobs had names, like cargo build, cargo test, etc.

The configuration for the CI build

good first issue topic: build
vaughnbetz
vaughnbetz commented Dec 17, 2020

Tuo Xie requested the ability to visualize clocking (pins & wires I believe). We should make it easier to visualize subsets of the device routing resource and types of routing nets.

Proposed Behaviour

Add filtering to the rr_nodes displayed (ToggleRR), and to the nets displayed (ToggleNets). I think we should have an option to filter what is shown by node type, node name (segment or pin t

VPR Good First Issue
michal-josef-spacek
michal-josef-spacek commented Jul 6, 2021

dwgadd is unusable:

  • Need of "\n" at begin of first string, sic.
  • issue with initial = 1 at begin and setting to intial after initialization
  • No error message to stderr in each exit(1)
  • Missing error in stderr in dwg_add_dat (&dwgp, &dat) != 0
enhancement good first issue

Improve this page

Add a description, image, and links to the cad topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cad topic, visit your repo's landing page and select "manage topics."

Learn more