Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmwright/selector_synthesis
Collection of methods for synthesizing CadQuery selectors for faces, edges and vertices.
https://github.com/jmwright/selector_synthesis
Last synced: 2 months ago
JSON representation
Collection of methods for synthesizing CadQuery selectors for faces, edges and vertices.
- Host: GitHub
- URL: https://github.com/jmwright/selector_synthesis
- Owner: jmwright
- License: apache-2.0
- Created: 2022-01-26T01:16:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T20:53:26.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T22:37:57.642Z (5 months ago)
- Language: Python
- Size: 68.4 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cadquery - selector_synthesis - Collection of methods for synthesizing CadQuery selectors for faces, edges and vertices. ![Tests](https://github.com/jmwright/selector-synthesis/actions/workflows/run_tests.yml/badge.svg) (Miscellaneous)
README
# selector_synthesis
![Tests](https://github.com/jmwright/selector-synthesis/actions/workflows/run_tests.yml/badge.svg)
Collection of methods for synthesizing CadQuery selectors for faces, edges and vertices.
Research has already been done on selector synthesis via a decision tree method, and some of the materials from that research is outlined below.
* [Original paper](https://diglib.eg.org/bitstream/handle/10.1111/cgf14046/v39i6pp408-425.pdf?sequence=1&isAllowed=y)
* [Codebase for original paper](https://gitlab.mpi-sws.org/mathur/ipcad)
* [Video covering the original paper](https://www.youtube.com/watch?v=IZtSshkwHRc)
* [First presentation video on research](https://www.youtube.com/watch?v=GyEUjV6oJOQ)
* [Second presentation video on research](https://www.youtube.com/watch?v=xF8arSFKI1k)