Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikjuhani/umbrellajs
UmrellaJS is a collection of libraries for various tasks and needs.
https://github.com/erikjuhani/umbrellajs
dice ecs event-stream monorepo prng random roman state-machine typescript vector yarn yarn3
Last synced: 5 days ago
JSON representation
UmrellaJS is a collection of libraries for various tasks and needs.
- Host: GitHub
- URL: https://github.com/erikjuhani/umbrellajs
- Owner: erikjuhani
- License: mit
- Created: 2021-08-18T17:09:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T20:05:20.000Z (about 2 years ago)
- Last Synced: 2024-11-08T01:42:10.271Z (8 days ago)
- Topics: dice, ecs, event-stream, monorepo, prng, random, roman, state-machine, typescript, vector, yarn, yarn3
- Language: TypeScript
- Homepage:
- Size: 95.7 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## UmbrellaJS - a collection of _useful_ libraries
UmrellaJS is a collection of libraries for various tasks and needs.
Initially UmbrellaJS started as means to an end for various boring, but essential game mechanics.
These mechanics can also be used outside of game development. Examples provided (Coming Soon).More detailed information of each package is found in respective README file.
### Ecosystem
| Name | Description |
| ---------------------------------------------------------------------------------- | ------------------------------ |
| [@umbrellajs/ecs](https://www.npmjs.com/package/@umbrellajs/ecs) | ECS module |
| [@umbrellajs/vector](https://www.npmjs.com/package/@umbrellajs/vector) | Vector module |
| [@umbrellajs/machine](https://www.npmjs.com/package/@umbrellajs/machine) | State machine module |
| [@umbrellajs/roman](https://www.npmjs.com/package/@umbrellajs/roman) | Roman numeral module |
| [@umbrellajs/dice](https://www.npmjs.com/package/@umbrellajs/dice) | Dice module |
| [@umbrellajs/random](https://www.npmjs.com/package/@umbrellajs/random) | Pseudo random generator module |
| [@umbrellajs/event-stream](https://www.npmjs.com/package/@umbrellajs/event-stream) | Event stream module |### License
MIT licensed