https://github.com/brean/brick_math
Python library to make calculation with bricks easier
https://github.com/brean/brick_math
Last synced: 7 months ago
JSON representation
Python library to make calculation with bricks easier
- Host: GitHub
- URL: https://github.com/brean/brick_math
- Owner: brean
- License: bsd-3-clause
- Created: 2025-03-04T20:14:58.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T21:31:38.000Z (7 months ago)
- Last Synced: 2025-03-04T22:24:34.292Z (7 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# brick_math
Python library to make calculation with bricks easier## Ideas
- check, if bricks connect correctly at the studs (save stud positions and center, assure the stud dimensions fit)
- connect bricks next to/ontop of each other as wall
- assure that all bricks of a wall are connected
- connect to part ids
- create brick-figures from complex shapes (arches, maybe based on splines)
- create landscapes from perlin noise (similar to minecraft)
- hollow-out objects
- visualize (pyscript in monaco-editor on one side, threlte and the parts ldparts-library as preview on the other side, similar to https://brean.github.io/svelte-pyscript-pathfinding/)
- connector types (TECHNIC-connectors are different from studs)