Go to file
Bill 36b203f33a
Pixi 6.5.8 & Landscapes (#84)
* Changes

* More changes

* fix some var names

* Fix door mask

* Add tilemap back

* Begin landscapes

* Add vite

* Add landscapes

* Add texture caching

* More changes

* Fix flipped plane material cells

* Changes

* More landscape changes

* Fix PlaneMaterialCell tiling

* Add more caching

* Destroy BaseRenderTexture

* Performance improvements

* More improvements

* More improvements

* Cache mask pixels

* Fix settings

Co-authored-by: dank074 <torresefrain10@gmail.com>
2023-01-03 01:04:48 -05:00
.vscode Pixi 6.5.8 & Landscapes (#84) 2023-01-03 01:04:48 -05:00
src Pixi 6.5.8 & Landscapes (#84) 2023-01-03 01:04:48 -05:00
.browserslistrc Update browserlist 2021-12-13 23:24:36 -05:00
.editorconfig First commit 2021-03-16 22:02:09 -04:00
.eslintrc.json Eslint remove extra spaces 2022-03-02 19:21:30 -05:00
.gitignore First commit 2021-03-16 22:02:09 -04:00
.gitlab-ci.yml FIx CI 2022-03-21 02:14:53 -04:00
LICENSE First commit 2021-03-16 22:02:09 -04:00
README.md Update readme 2021-12-25 22:07:42 -05:00
index.ts First commit 2021-03-16 22:02:09 -04:00
package.json Pixi 6.5.8 & Landscapes (#84) 2023-01-03 01:04:48 -05:00
tsconfig.json Pixi 6.5.8 & Landscapes (#84) 2023-01-03 01:04:48 -05:00
vite.config.js Pixi 6.5.8 & Landscapes (#84) 2023-01-03 01:04:48 -05:00
yarn.lock Pixi 6.5.8 & Landscapes (#84) 2023-01-03 01:04:48 -05:00

README.md

Nitro Renderer

nitro-renderer is a Javascript library for rendering Nitro in the browser using PixiJS

Installation

npm

npm install @nitrots/nitro-renderer

yarn

yarn add @nitrots/nitro-renderer