好玩的js

1、p5.js

get started | p5.jshttps://p5js.org/get-started/

画2d图的js,看网站上说是设计用。

2、three.js

Three.js中文网http://www.webgl3d.cn/

Three.js – JavaScript 3D Libraryhttps://threejs.org/

画3d图且能做动画和游戏的js。学过一段时间,没有彻底弄懂/(ㄒoㄒ)/~~

3、mock.js

Mock.jshttp://mockjs.com/

模拟请求数据的js,需要做接口请求的拦截,获得请求后返回模拟的数据。

4、tweenmax

TweenMax中文手册_TweenMax中文网TweenMax中文帮助手册,TweenLite中文帮助手册,Tweenmax.js中文说明文档,TweenMax中文手册与参数说明https://www.tweenmax.com.cn/api/tweenmax/

js动画库

5、GreenSock

GreenSockhttps://greensock.com

动画库,tweenmax说是greensock的动画平台中的核心动画工具……有些GreenSock能实现的效果使用tweenmax没弄出来……比如页面滚动监听,tweenmax没这个扩展。

6、echarts

Apache EChartshttps://echarts.apache.org/zh/index.html图表制作

7、lodash

Lodash 简介 | Lodash 中文文档 | Lodash 中文网https://www.lodashjs.com/js工具库

8、ramda

Ramda Documentationhttps://ramda.cn/

函数式编程风格js工具库

9、partickes

https://github.com/VincentGarreau/particles.js/https://github.com/VincentGarreau/particles.js/

粒子背景,视觉效果

10、voca

Voca: The JavaScript string libraryVoca provides functions to manipulate strings in JavaScript: change case, trim, pad, slugifly, latinise, sprintf, truncate, escape and morehttps://vocajs.com/字符串处理,纯英文文档

11、hammer

Hammer.JS - Hammer.jsAdd multi-touch gestures to your webpage.https://hammerjs.github.io/识别触摸

12、Leaflet

Leaflet - a JavaScript library for interactive mapshttps://leafletjs.com/交互式地图插件,没用过,不了解和百度地图等差别何在

13、slick

slick.js 中文网 | 基于jQuery的响应触摸式幻灯片插件slick是一个基于jQuery的响应触摸式幻灯片插件,动态添加、删除、过滤,循环,左右控制,桌面浏览器鼠标拖动,自动播放、圆点、箭头、回调等等,移动设备滑动,浏览器支持 CSS3 时,则使用 CSS3 过度/动画,响应式https://www.slickjs.cn/轮播

14、socket

Socket.IO好玩的js_第1张图片https://socket.io/套接字通信,这个使用过需要服务器用node搭建。搭建方便,使用方便,比后端语言搭建方便很多。

15、巴比伦 babylonjs

Babylon.js: Powerful, Beautiful, Simple, Open - Web-Based 3D At Its Besthttps://www.babylonjs.com/        做web渲染,全英文文档

16、DOCZ

DoczIt has never been so easy to document your things好玩的js_第2张图片https://www.docz.site/文档管理,全英文文档

17、vue2  editor

Vue2EditorYour Vue.js editor for rich text editing built with Vue.js and Quill.jsicon-default.png?t=M85Bhttps://www.vue2editor.com/富文本框,介意样式的可能需要自己改css,文件上传可以自己做监听,但是上传的图片不能改大小,没有百度富文本框好排版。

——————

以后再更新 ヾ(•ω•`)o

你可能感兴趣的:(学习,学习,javascript)