Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Windows Universal Platform #5

Closed
wants to merge 5 commits into from

Conversation

kobush
Copy link

@kobush kobush commented Jul 24, 2015

Adds a PCL library project.
Changes from using own Vec3 type to new System.Numerics.Vectors type.

	modified:   .gitignore
	new file:   LibTessDotNet.PCL/LibTessDotNet.PCL.csproj
	new file:   LibTessDotNet.PCL/Properties/AssemblyInfo.cs
	new file:   LibTessDotNet.PCL/packages.config
	modified:   LibTessDotNet.sln
	modified:   LibTessDotNet/LibTessDotNet.csproj
	modified:   LibTessDotNet/Sources/Geom.cs
	modified:   LibTessDotNet/Sources/MeshUtils.cs
	modified:   LibTessDotNet/Sources/Sweep.cs
	modified:   LibTessDotNet/Sources/Tess.cs
	new file:   LibTessDotNet/Sources/Vec3.cs
	new file:   LibTessDotNet/Sources/Vector3Extensions.cs
	new file:   LibTessDotNet/packages.config
	modified:   TessBed/BenchForm.cs
	modified:   TessBed/MainForm.cs
	modified:   TessBed/Properties/Resources.Designer.cs
	modified:   TessBed/Properties/Settings.Designer.cs
	modified:   TessBed/TessBed.csproj
	new file:   TessBed/app.config
	new file:   TessBed/packages.config
@speps
Copy link
Owner

speps commented Oct 12, 2015

The AppVeyor build is failing with this PR, any way you can look at it please?

@speps
Copy link
Owner

speps commented Feb 1, 2016

This seems because AppVeyor needs a specific VM for VS2015 as described here :

http://www.appveyor.com/docs/installed-software#visual-studio-2015

I don't think those changes will enable the library to be used on Mono or Unity3D though (because of System.Numerics.Vectors) so I will close it for now but thanks for the contribution!

@speps speps closed this Feb 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants