Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliendargelos/four

Toolkit for the fourth dimension
https://github.com/juliendargelos/four

Last synced: 4 days ago
JSON representation

Toolkit for the fourth dimension

Awesome Lists containing this project

README

        

# Four

Toolkit for the fourth dimension. Works in node and browsers (even old ones).

### Packages

- **@four/[clock](packages/four#readme)** Track elapsed and delta time
- **@four/[loop](packages/loop#readme)** Loop with requestAnimationFrame, setImmediate or setInterval
- **@four/[record](packages/record#readme)** Control and record all loops execution

### Development

Clone the repository:

```shell
git clone [email protected]:juliendargelos/four
```

Install dependencies:

```shell
yarn
```

Build all packages:

```shell
yarn all build
```

Test all packages:

```shell
yarn all test
```