Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/juliendargelos/four
- Owner: juliendargelos
- License: mit
- Created: 2020-01-12T20:37:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T21:09:10.000Z (about 5 years ago)
- Last Synced: 2024-11-11T05:39:47.145Z (2 months ago)
- Language: TypeScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```