@tulib/tulip
v0.14.6
Published
A web library for procedural game creation. If you are familiar with React, now you can create games with 🌷 tulip!
Downloads
81
Readme
🌷 tulip
A web library for procedural game creation. If you are familiar with React, now you can create games with 🌷 tulip!
⚠️This library is under heavy development ⚠️
Don't use this library for production games yet!
How to "run" the project
yarn
the project- Use
yarn link
- Go to
/examples/example-local
- Use
yarn link @tulib/tulip
yarn
the project- Run
yarn start
- Go to
localhost:4194
- Modify the example project
Install library on a project
JSR
- Add a file
.npmrc
with@jsr:registry=https://npm.jsr.io
- And add to the
package.json
->"@tu/tulip": "npm:@jsr/tu__tulip@latest"
- Run
yarn
on the project
NPM
- Run
yarn add @tulib/tulip
on the project