Windows only project (at least, for now) to play with Skia.
- Space - change the background (Raster/OpenGL)
- Tab - change the current layer
- Create a new class that implements ILayer interface
- Add it to the Application
- Build:
run build [debug|release]
- Build VSProject:
run genproj
- Update Skia:
- [1] Update submosule:
run skia update
- [2] Update DLLs:
run skia build
- [1] Update submosule:
Check the folowing branch for examples: example branch