-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
49 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[Desktop Entry] | ||
Type=Application | ||
Name=Bow Simulator | ||
Exec=bow-simulator | ||
Icon=${SNAP}/meta/gui/icon.png | ||
Comment=Bow and arrow physics simulation | ||
Categories=Education;Science;NumericalAnalysis;Physics;Engineering;Qt | ||
MimeType=application/json |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: bow-simulator | ||
version: 0.1.0 | ||
summary: Bow and arrow physics simulation | ||
description: Bow Simulator allows you to create virtual bow designs and simulate their performance. It calculates a wide range of static and dynamic bow characteristics such as the draw curve, material stresses, arrow velocity and degree of efficiency. It can be used for evaluating and optimising bow designs before actually building them. | ||
|
||
grade: stable | ||
confinement: strict | ||
|
||
apps: | ||
bow-simulator: | ||
command: desktop-launch bow-simulator | ||
plugs: [platform, unity7, x11, home] | ||
|
||
parts: | ||
bow-simulator: | ||
plugin: qmake | ||
qt-version: qt5 | ||
options: [CONFIG += release] | ||
source: ../../ | ||
after: [desktop-ubuntu-app-platform] | ||
|
||
plugs: | ||
platform: | ||
interface: content | ||
content: ubuntu-app-platform1 | ||
target: ubuntu-app-platform | ||
default-provider: ubuntu-app-platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters