VL.StandardLibs
VL.StandardLibs copied to clipboard
[VL.ImGui.Stride.Viewports]
PR Details
Viewports support for VL.Imgui.Stride
Description
This is an attempt to support ImGui viewports in VL.
It already works quite well, there are a few small things that do not work satisfactorily yet.
IssueTracker: https://github.com/kopffarben/VL.StandardLibs/issues
The previous features should all still work. Not 100 percent sure.
The problem with the Skia input should also be fixed. I think Kairos is still working, but I'm not quite sure as I don't know exactly how it should behave.
In general, it could be cleaned up again, I'm also not completely satisfied with the naming of some classes ... but in principle it's good for now. I'm also not quite sure if this is the best solution for some things.
I would be very happy about a code review.
Types of changes
- [ ] Docs change / refactoring / dependency upgrade
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)