Giter Club home page Giter Club logo

drawing-board's Introduction

Drawing-board

微信小程序实现的画板(手绘板)

更新

  • 更新基础库,使用canvs 2d
  • 修复图片导入大小问题
  • 修复多次重绘canvas问题
  • 新增仿PS调色板
  • 新增画圆形,新增画填充的图形(矩形,圆形)
  • 新增橡皮透明度
  • 新增笔刷,可画出特别的图形

PS: canvas 2d暂时不支持真机调试

参考

拖拽参考https://github.com/wxa-component/wxa-comp-canvas-drag

调色板参考如何实现一个颜色选择器

笔刷参考canvas笔触魔法师


令人头秃= = 被微信小程序的canvas层级问题折磨了一整个上午orz

解决方案:参考网上的方法保存一个状态控制canvas的位置和假canvasx图片的显示和隐藏,不断通过canvas生成图片,然后重绘图片到canvas上

基础功能

  1. 菜单:新建画布;导入本地图片;保存到本地
  2. 工具:画笔;橡皮;吸色器;画矩形;画圆形;加文字;填充图形颜色;
  3. 画笔:修改画笔大小
  4. 色盘:支持修改rgb和手动输入色值修改颜色;支持修改画笔透明度
  5. 橡皮:修改橡皮大小和透明度
  6. 隐藏工具栏

View

启动页

工具

image

image

色盘

image

image

附上我的灵魂画作

image

drawing-board's People

Contributors

aartemida avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.