File: io.github.f3d_app.f3d.metainfo.xml

package info (click to toggle)
f3d 1.3.1%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20,420 kB
  • sloc: cpp: 28,581; sh: 306; xml: 155; python: 65; makefile: 21; javascript: 17
file content (46 lines) | stat: -rw-r--r-- 1,886 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
    <id>io.github.f3d_app.f3d</id>
    <launchable type="desktop-id">f3d.desktop</launchable>
    <name>F3D</name>
    <summary>A fast and minimalist 3D viewer</summary>
    <metadata_license>CC0-1.0</metadata_license>
    <project_license>BSD-3-Clause</project_license>
    <description>
        <p>
            A VTK-based 3D viewer following the KISS principle, so it is minimalist,
            efficient, has no GUI, has simple interaction mechanisms and is fully
            controllable using arguments in the command line.
        </p>
    </description>
    <url type="homepage">https://f3d-app.github.io/f3d/</url>
    <url type="help">https://f3d-app.github.io/f3d/docs/</url>
    <url type="bugtracker">https://github.com/f3d-app/f3d/issues</url>
    <screenshots>
        <screenshot type="default">
            <image>https://f3d-app.github.io/f3d/gallery/04-f3d.png</image>
        </screenshot>
        <screenshot>
            <image>https://f3d-app.github.io/f3d/gallery/directScalars.png</image>
        </screenshot>
        <screenshot>
            <image>https://f3d-app.github.io/f3d/gallery/01-f3d.png</image>
        </screenshot>
        <screenshot>
            <image>https://f3d-app.github.io/f3d/gallery/02-f3d.png</image>
        </screenshot>
        <screenshot>
            <image>https://f3d-app.github.io/f3d/gallery/03-f3d.png</image>
        </screenshot>
        <screenshot>
            <image>https://f3d-app.github.io/f3d/gallery/05-f3d.png</image>
        </screenshot>
        <screenshot>
            <image>https://f3d-app.github.io/f3d/gallery/07-f3d.png</image>
        </screenshot>
        <screenshot>
            <image>https://f3d-app.github.io/f3d/gallery/08-f3d.png</image>
        </screenshot>
    </screenshots>
    <content_rating type="oars-1.1"/>
</component>