skulpin icon indicating copy to clipboard operation
skulpin copied to clipboard

Skia + Vulkan = Skulpin

Results 7 skulpin issues
Sort by recently updated
recently updated
newest added

I've been looking forward to using this library as it's extremely useful Just wanted to know if it's possible to upgrade its dependencies: - [skia-safe 0.60.0](https://github.com/rust-skia/rust-skia/releases/tag/0.60.0) - [winit 0.28.3](https://github.com/rust-windowing/winit/releases/tag/v0.28.3) Thanks

These changes allow skulpin to run on macOS systems without relying on MoltenVK. The `skia_support` module in `skulpin-renderer` has been split to create Vulkan- and Metal-specific versions of the `SkiaContext`...

Skia has support for using Metal. It looks like Flutter will be switching to using this, and it may be worth doing that for this project as well. This would...

Idea

This library would ideally handle multiple windows easily. Some structural changes may be necessary to handle this, and an example should be added to demonstrate how to do it.

enhancement

Add support for iOS and Android

Idea

There are a number of TODOs in the code. Either: * Remove them if they are no longer relevant * Fix them * Or categorize/group them, add issues for them,...

Vulkan is supported fairly widely at this point, but there are older machines with no discrete GPU that might not be able to support Vulkan. (For example CPUs with intel...

Idea