51 lines
1.5 KiB
XML
51 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>io.github.HakanSeven12.H7CAD</id>
|
|
|
|
<name>H7CAD</name>
|
|
<summary>A CAD application for 2D/3D drawing and design</summary>
|
|
|
|
<metadata_license>MIT</metadata_license>
|
|
<project_license>GPL-3.0-only</project_license>
|
|
|
|
<description>
|
|
<p>
|
|
H7CAD is a computer-aided design (CAD) application built with Rust.
|
|
It supports 2D drafting and 3D modeling with GPU-accelerated rendering,
|
|
and can open and work with DXF files.
|
|
</p>
|
|
<ul>
|
|
<li>2D and 3D drawing tools</li>
|
|
<li>DXF file import/export</li>
|
|
<li>GPU-accelerated rendering via WebGPU</li>
|
|
<li>Snap and annotation tools</li>
|
|
</ul>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">io.github.HakanSeven12.H7CAD.desktop</launchable>
|
|
|
|
<url type="homepage">https://github.com/HakanSeven12/H7CAD</url>
|
|
<url type="bugtracker">https://github.com/HakanSeven12/H7CAD/issues</url>
|
|
<url type="vcs-browser">https://github.com/HakanSeven12/H7CAD</url>
|
|
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<caption>Main application window</caption>
|
|
<image>https://github.com/user-attachments/assets/25bc2bb2-c35c-477d-a3e9-45c86690b5c9</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
|
|
<releases>
|
|
<release version="0.1.0" date="2026-03-22">
|
|
<description>
|
|
<p>Initial release of H7CAD.</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
|
|
<content_rating type="oars-1.1" />
|
|
|
|
<developer id="io.github.hakanseven12">
|
|
<name>Hakan Seven</name>
|
|
</developer>
|
|
</component>
|