summaryrefslogtreecommitdiff
path: root/media-gfx/solvespace/metadata.xml
blob: b332c7ef66f68b098d08fdcfc5be9d7f6ea314f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
    <maintainer type="person">
        <email>matthew@gentoo.org</email>
        <name>Matthew Smith</name>
    </maintainer>
    <longdescription lang="en">
    Solvespace is a parametric 2D/3D CAD tool. Applications include:
    - modeling 3d parts — draw with extrudes, revolves, and Boolean (union / difference) operations
    - modeling 2d parts — draw the part as a single section, and export DXF, PDF, SVG; use 3d assembly to verify fit
    - 3d-printed parts — export the STL or other triangle mesh expected by most 3d printers
    - preparing CAM data — export 2d vector art for a waterjet machine or laser cutter;
      or generate STEP or STL, for import into third-party CAM software for machining
    - mechanism design — use the constraint solver to simulate planar or spatial linkages, with pin, ball, or slide joints
    - plane and solid geometry — replace hand-solved trigonometry and spreadsheets with a live dimensioned drawing
    </longdescription>
    <use>
        <flag name="system-mimalloc">Use system <pkg>dev-libs/mimalloc</pkg> instead of vendored library</flag>
    </use>
</pkgmetadata>