Kai O'Reilly
Kai O'Reilly
Also, we need to support bundling Vulkan with mac apps.
We still need to support windows installers, RPM linux packages, and automatic icon backgrounds.
And we need to figure out our approach to app icons for Windows.
I implemented automatic embedding of the app icon into apps in 38aa8396ad05f42ffdad4f36822320252c0012cf and the commits after it, meaning that icons are now automatically set on Windows.
The `core` tool is now fully functional, and any future improvements to it can be filed as separate issues.
Yes, we have a `SetCursorEnabled` function on `system.Window` that you can use to disable the cursor and also to enable raw mouse motion. We will probably add a nicer API...
The other issue is that macOS automatically rescales the cursor image we pass it on Retina displays to be twice as large (rescaled by DevicePixelRatio), thereby making it look somewhat...
Also, there are a lot of things like dialogs and snackbars missing in the main demo.
The documentation on the Cogent Core website is in a good state now, and any future improvements to it can be filed as separate issues.
Web support has been implemented, but we still need WebGPU support for 3D. This will likely not be done in time for v2 because 3D on web is a relatively...