deccer

Results 85 issues of deccer

Excuse the amount of tickets but I am either too stupid to use this library, or just dont know how to use this library. After I cant use relative paths...

Hi, I have been using relative paths whenever I write something, because it feels very natural and nobody is interfering with any path so far, but SharpGLTF tries to be...

bug

### Purpose of this PR While trying to get local unit-tests going, I noticed OpenTK being unable to load the right glfw3.dll `GLFWNative.cs` looks for `glfw3.dll` only, but that file...

5.x

### Purpose of this PR We should not just unit-test if Vector3s can be added together, but also the rest of the library. This PR will introduces a new UnitTest...

tests
5.x

**Problem:** Currently `ClassicUO\shaders\compile_shaders.bat` is looking into `C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\` to find `fxc.exe` to compile the few .fx shader effect files we have. This should be fixed since not everyone...

help wanted
good first issue

All examples from Chapter1 work. All examples from Chapter2 do not work. No output visible besides the teal background. Not sure yet what exactly changed. Tried transposing matrices here and...

The current README is empty and doesn't explain anything for people who stumble upon this project. Let's come up with some text and possibly a bit of pics which explain...

documentation
good first issue

Shaders can be compiled from file using D3D11Compile... but also from Visual Studio itself, that should be showed, Learning how your IDE works and what it provides is a useful...

documentation
appendix

Jkr suggests that the elements should be explained in more detail

documentation

Show how to load a model using assimp, which we are probably going to abstract away already, and not show raw at first

documentation