1.0.61 • Published 10 months ago

cooltree v1.0.61

Weekly downloads
44
License
MIT
Repository
github
Last release
10 months ago

cooltree

What to Use cooltree for and When to Use It

This is a very cool JS open source framework, which is applicable to the development of H5 applications or H5 games (supporting wechat applets). The same project can freely switch between canvas mode and DOM mode display. It has many simple and practical UI components built in. It does not need to understand CSS, and it can also layout pages. It is compatible with all browsers except IE8 and below. At the same time, the framework supports sprite animation, bitmap fonts, external font loading, SVG graphics display, SVG graphics mask, multimedia playback, and browsing in wechat on mobile terminals.

Learn

  • Website: Find out more about cooltree on the official website
  • Docs: Get to know the cooltree API by checking out the docs.
  • All examples: Get stuck right in and play around with cooltree code and features right here.
  • Game example using cooltree here.
  • E-mail:contact me here.

Embed Html

<script type="text/javascript" src="bin/cooltree_min.js" ></script>
const {Stage,Global} = ct
//or
const stage=new ct.Stage();

NPM Install

npm i cooltree -S

Quickstart

import class

import {Stage,Global} from 'cooltree'

import library

import * as ct from 'cooltree'

const stage=new ct.Stage();

change display mode

// * true canvas mode
// * false DOM mode
Global.useCanvas=true;

(https://github.com/ouyecw/cooltree.git)

1.0.61

10 months ago

1.0.60

11 months ago

1.0.59

1 year ago

1.0.55

1 year ago

1.0.58

1 year ago

1.0.57

1 year ago

1.0.56

1 year ago

1.0.49

1 year ago

1.0.51

1 year ago

1.0.50

1 year ago

1.0.54

1 year ago

1.0.53

1 year ago

1.0.52

1 year ago

1.0.44

1 year ago

1.0.43

1 year ago

1.0.48

1 year ago

1.0.47

1 year ago

1.0.46

1 year ago

1.0.45

1 year ago

1.0.42

1 year ago

1.0.39

2 years ago

1.0.40

2 years ago

1.0.41

2 years ago

1.0.38

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.27

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago