This repository has been archived by the owner on Nov 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Physics2D and Physics3D samples ported to new project templates from …
…Wave Engine v2.5
- Loading branch information
Showing
269 changed files
with
4,732 additions
and
2,670 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 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
4 changes: 2 additions & 2 deletions
4
...ysics2D/VehiclePhysics2D_MacOSProfile.sln → ...s2D/BasicPhysic2D/BasicPhysic2D_MacOS.sln
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
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
Binary file not shown.
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,19 @@ | ||
using System; | ||
|
||
namespace BasicPhysic2D | ||
{ | ||
static class Program | ||
{ | ||
/// <summary> | ||
/// The main entry point for the application. | ||
/// </summary> | ||
static void Main(string[] args) | ||
{ | ||
using (App game = new App()) | ||
{ | ||
game.Run(); | ||
} | ||
} | ||
} | ||
} | ||
|
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
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,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<packages> | ||
<package id="WaveEngine.Adapter" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
<package id="WaveEngine.Common" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
<package id="WaveEngine.Components" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
<package id="WaveEngine.Box2D" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
<package id="WaveEngine.Bullet" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
<package id="WaveEngine.Framework" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
<package id="WaveEngine.Materials" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
<package id="WaveEngine.ImageEffects" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
<package id="WaveEngine" version="2.5.1-alpha-20180620-662" targetFramework="Mono" /> | ||
</packages> |
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
Oops, something went wrong.