MaLiang icon indicating copy to clipboard operation
MaLiang copied to clipboard

iOS painting and drawing library based on Metal. 神笔马良有一支神笔(基于 Metal 的涂鸦绘图库)

Results 52 MaLiang issues
Sort by recently updated
recently updated
newest added

下载demo,使用ChartletBrush绘制-保存-Data loading,重新打开,显示空白

When drawing a zig-zag line using glowing brush, it was not smooth enough. If I modify "makeLine" method like this way in "GlowingBrush.swift", it will give a smooth glowing line...

Hi, I tried to set canvas.backgroundColor in your example code to a color different to .clear (.white, .red..), but on Simulator and on the iPhone is always black the background....

Hello, What is the recommended way to fill entire canvas with brush texture? Thanks, Vincent

我有两个方案,一个是多个Canvas叠加,一个是使用Z轴来实现,请问哪个方案好些?

可滚动画板取图只能取出当前屏幕范围内的的绘制内容,DEMO示例也有这个问题 scale&scroll 滚一下在四个角分别画上内容 点击右上角取图 只有左上角的图被保留了下来

ChartletBrush 只提供了一个通过 imageName 的方式来创建,这样不够灵活。实际只是需要一个 image 对象就行,可以从本地文件,网络等方式创建

Hi @Harley-xk. Hope you are doing well. This is a good library. I found an issue. When I use white draw color and erase drawing, it wasn't erased fully. Please...

Hello there, After iOS 14 update, when using scrollable view, when zoom some lines start blinking. Can you fix this issue? And what a reason of this? Did Apple change...