@tulib/tulip
v0.14.18
Published
A web library for procedural game creation. If you are familiar with React, now you can create games with 🌷 tulip!
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
yarnthe project- Use
yarn link - Go to
/examples/example-local - Use
yarn link @tulib/tulip yarnthe project- Run
yarn start - Go to
localhost:4194 - Modify the example project
Install library on a project
JSR
- Add a file
.npmrcwith@jsr:registry=https://npm.jsr.io - And add to the
package.json->"@tu/tulip": "npm:@jsr/tu__tulip@latest" - Run
yarnon the project
NPM
- Run
yarn add @tulib/tulipon the project
