Alexander Scheurer
Alexander Scheurer
- [ ] dotnet-format is now contained in NET6 SDK - [ ] dotnet-format needs a restore to run - [ ] restore needs to have the macos workflow installed...
- [x] Extract common functionality from Reader and Writer to a base class - [x] Reduce `string` comparisons - [x] Linearize point access - [x] Improve `FindNode()`
Current builds (0.11.1) crash with the following error on a current Macbook Pro: ``` Starting player ... 02.12.2021 14:00:38, [Info] [Player.cs] [Run():174] Fusee test scene. Use 'fusee player ' to...
- [ ] Blazor builds with latest ImageSharp on Windows
- [ ] Array of asset providers paths (relative and full paths) - [ ] Array of registered file handlers (file extensions)
- [ ] Fix Namespaces - [ ] Fix References - [ ] Update Desktop project - [ ] Update Core project - [ ] Update Android project - [...
Platforms have different requirements for shaders, by starting to support MacOS which at least needs "version 330 core" we break compatibility with Android and Blazor. We need some way to...