Conception - OxyWare/stork.cxx GitHub Wiki

Canvas - drawing context

Canvas 是我们绘图的“上下文/语境(当前环境设置)”

Canvas is the context on which we draw the lines, shapes.

Surface

Surface 是所有可绘制表面的抽象,可以是GPU(OpenGL/DirectX/Vulkan)或者是像素图。

Surface is an abstraction of renderable surfaces, it could be on GPU or an pixel map.

Path

Path 是一系列连接起来的直线和曲线 Path is a sequence of connected lines and curves