Skip to content

unitycoder/Unity.Mathematics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity.Mathematics

A prototype of a C# math library providing vector types and math functions with a shader like syntax. Used by burst.

Building

Open the src\Unity.Mathematics.sln under Visual Studio 2015 or MonoDevelop and compile in Debug\Release.

Tasks TODO

  • Add NUnit tests
  • Complete the library (quaternions, matrices...etc.)

Contributing

The project is using editorconfig to keep files correctly formatted for EOL and spaces.

We assume that your IDE has support for editorconfig, you can download the following extensions if your IDE is listed:

Licensing

Copyright Unity Technologies - All rights reserved

About

The C# math library used in Unity providing vector types and math functions with a shader like syntax

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 99.9%
  • Python 0.1%