Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bingkui/miniprogramresource

小程序演示项目,各种效果的演示。
https://github.com/bingkui/miniprogramresource

canvas miniprogram wechat

Last synced: 16 days ago
JSON representation

小程序演示项目,各种效果的演示。

Awesome Lists containing this project

README

        

# MiniProgramResource
小程序演示项目,各种效果的演示。

本项目主要整理,自己再开发中的一下动画实现、小游戏、新奇效果的源码。

代码亲测可用,可以放心的拷贝并根据自己的业务需求进行修改。

## 项目说明

**2048**

> 2048 游戏

![2048](/images/2048.gif)

**canvasRain**

> 下雨天气动画

![rain](/images/rain.gif)

**flotage**

> 漂浮物

![rain](/images/flotage.gif)

## 开源协议

MIT License

Copyright (c) 2018 康兵奎

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.