Page 1 of 1
					
				Nuget package?
				Posted: Sat Jan 18, 2014 3:06 pm
				by musmuris
				I can't seem to find any packages on nuget.org for Bepu physics.  I could just make an upload one, but it would be nicer to have an "official" one.  Did I miss it? Did you have any plans to make one?  (if you need someone to spend the time making one then I'd be happy to look into doing that)
			 
			
					
				Re: Nuget package?
				Posted: Sat Jan 18, 2014 8:19 pm
				by Norbo
				You didn't miss it, and I didn't have any previous plans to make it. 
But now it exists! 
 
			 
			
					
				Re: Nuget package?
				Posted: Sun Jan 19, 2014 10:48 am
				by musmuris
				Epic! thank you 

 
			 
			
					
				Re: Nuget package?
				Posted: Wed Jan 22, 2014 2:03 am
				by prollin
				Since BEPU is dependency-free, any plan to make it a PCL (Portable Class Library) so it can easily be referenced by Xamarin.iOS and Xamarin.Android projects ?
			 
			
					
				Re: Nuget package?
				Posted: Wed Jan 22, 2014 3:22 am
				by Norbo
				At some point, I'll at least make it easier to compile it for PCL, but I may or may not package up PCL binaries for release.
There should not be that many changes required. If I remember correctly, some of the built-in IParallelLooper implementations need to be removed and the custom SpinLock might need to be swapped out (or possibly just changed slightly).
I tend to lean on the community to support these sorts of specializations, at least until I get around to it 

 
			 
			
					
				Re: Nuget package?
				Posted: Sat Feb 15, 2014 7:57 pm
				by DreamWeaver
				Can this nuget-package be used for windows phone projects?
Nuget-Manager allows me to apply it only for libraries (not for the main game project).
			 
			
					
				Re: Nuget package?
				Posted: Sat Feb 15, 2014 8:57 pm
				by Norbo
				No; it was compiled with unsafe code enabled, among other things. My policy for now is to leave special cases to source. The 
XNA fork contains some projects for Xbox360/WP to make it easier to build.
 
			 
			
					
				Re: Nuget package?
				Posted: Tue Apr 14, 2015 9:48 am
				by ProBAR
				Are you planning to update the package with all the latest improvements?
			 
			
					
				Re: Nuget package?
				Posted: Tue Apr 14, 2015 5:31 pm
				by Norbo
				Yes, v1.4.0 should get packaged in the next few months. (It'll be the last snapshot before v2.0.0's big breaking changes start happening.)
			 
			
					
				Re: Nuget package?
				Posted: Tue Apr 14, 2015 10:39 pm
				by ProBAR
				That's great! Thanks for your support!!