RolandKoenig / SeeingSharp

Seeing# is a library that focuses on 3D-Rendering using Direct3D 11. 2D-Rendering, video and sound are also supported. You can use this library for desktop apps (Win.Forms or WPf), WindowsStoreApps or games for XBox One
Other
12 stars 1 forks source link

Is HoloLens support incomplete? #1

Open Noemata opened 6 years ago

Noemata commented 6 years ago

When running the HoloLens3DTest, the app dies here:

    public RenderLoop RenderLoop
    {
        get
        {
            throw new NotImplementedException();
        }
    }

Presumably because this really hasn't been implemented?

Is this work in progress?

RolandKoenig commented 6 years ago

No, it's not implemented and currently not in progress because of my master study. Sorry