GithubHelp home page GithubHelp logo

koringz / s3 Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 407 KB

Canvas 2D framework- https://koringz.github.io/s3/index

Home Page: https://koringz.github.io/s3/index

JavaScript 84.92% HTML 12.09% CSS 2.98%
2d-game canvas canvas2d

s3's Introduction

S3.js

S3.js 只是创建一个简单的应用程序与画布Canvas,它能实现简单的游戏动画效果,目前这个库只支持绘画circle的功能,后续更新中...

S3.js sample

Usage

const Body = s3.body(s3.dom('canvas'));
Body.component('circle', { type:'Array', property: [
  {color: '#AB5EEE', x: 100, y: 100, radius: 50}
]})

Draw multiple

S3.js multi Circle

const Body = s3.body(s3.dom('canvas'));
Body.component('circle', { type:'Array', property: [
  {color: '#AB5EEE', x: 100, y: 100, radius: 50},
  {color: '#5716D9', x: 250, y: 100, radius: 50},
  {color: '#701B73', x: 400, y: 100, radius: 50}
]})

Examples

View examples ~

s3's People

Contributors

koringz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

dhilip89

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.