Search found 4 matches

by YTN
Sun Jan 22, 2017 12:53 am
Forum: Questions and Help
Topic: Can't include Bepu into Monogame UWP project
Replies: 5
Views: 5078

Re: Can't include Bepu into Monogame UWP project

Heh... looks like I have the same problem trying to include Bepu into an Android project. Will try the same exercise there i.e. rebuilding for an Android target....
by YTN
Sun Jan 22, 2017 12:41 am
Forum: Questions and Help
Topic: Can't include Bepu into Monogame UWP project
Replies: 5
Views: 5078

Re: Can't include Bepu into Monogame UWP project

So I managed to create a new Bepu project targeted at .net core (.netstandard 1.4) and with some changes, I got it to compile DLLs which can be included in a UWP project. The changes I had to make are as follows: There is no longer a Thread class (I believe it's being added back in .net standard 2.0...
by YTN
Sat Jan 21, 2017 9:35 pm
Forum: Questions and Help
Topic: Can't include Bepu into Monogame UWP project
Replies: 5
Views: 5078

Re: Can't include Bepu into Monogame UWP project

Hi Norbo, Thanks for the response. I am actually targeting multiple platforms (Windows OpenGL, Android, Linux, MacOS and UWP). I do have my project working on all platforms currently. The reason I specifically asked about UWP was because that was the only one that complained when I tried including B...
by YTN
Sat Jan 21, 2017 5:51 pm
Forum: Questions and Help
Topic: Can't include Bepu into Monogame UWP project
Replies: 5
Views: 5078

Can't include Bepu into Monogame UWP project

Hi, I am a first time Bepu user, and also fairly new to Monogame / C# in general (I am primarily a Java developer). I am trying to include Bepu into a Monogame Universal Windows Project application and am running into a problem. I get the following error: Package BEPUphysics 1.5.0 is not compatible ...