giawa / opengl4csharp

OpenGL 4 Bindings (partially based on OpenTK) for C#
Other
234 stars 61 forks source link

Add test project from master to the dotnetcore branch #17

Closed TheAIBot closed 5 years ago

TheAIBot commented 5 years ago

Didn't add any tests at this point. Just copied the test project into the dotnetcore branch. not sure if i will add tests to any existing classes but i will be sure to add it to any new classes.

giawa commented 5 years ago

.vs and Packages should be added to gitignore. Commit 2a9788f3375df10004acf387c8bd89e1090662aa contains many extra files that shouldn't really be in source control.

TheAIBot commented 5 years ago

Updated gitignore and removed the offending files.

giawa commented 5 years ago

Looks good! Looking forward to checking out the Matrix2 stuff!