freebsd-ports/graphics/instant-meshes/files/instant-meshes.desktop
Yuri Victorovich 5070de4ffc New port: graphics/instant-meshes: Interactive field-aligned mesh generator
This application is developed by Wenzel Jakob and implements a novel
approach in managing and display of 3D meshes.

See the screenshot here:
https://github.com/wjakob/instant-meshes/raw/master/resources/screenshot.jpg

PR:		222711
Submitted by:	Greg V <greg@unrelenting.technology>
Approved by:	tcberner (mentor)
Differential Revision:	D13661
2018-01-26 23:54:45 +00:00

12 lines
372 B
Desktop File

[Desktop Entry]
Type=Application
Version=1.0
Name=Instant Meshes
GenericName=An interactive field-aligned mesh generator
Comment=An interactive field-aligned mesh generator
Icon=instant-meshes
# radeonsi_dri crash with DRI3
#Exec=env LIBGL_DRI3_DISABLE=1 "Instant Meshes"
Exec=sh -c "LIBGL_DRI3_DISABLE=1 instant-meshes"
Categories=Graphics;3DGraphics;
StartupNotify=true