Conversation
Threejs renderer improves from dev branch
Bumps [axios](https://github.com/axios/axios) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](axios/axios@v0.21.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
- migrating form webpack to rollup - added tsconfig - packages upgrade and dleted not necessary packages - removed old code
|
i missed to add to the project this: https://github.com/darionco/rollup-typescript-webworkers/blob/master/workers.d.ts |
|
loading the new npm package for jsartoolkitNFT solved most of the issues! |
|
I think i made some important progresses: i will start to develop the Entity part now. |
|
I dont't know that this code in this PR is the optimal solution. At this point i have an issue with rollup, probably the plugin that load the worker, within it can't import properly ARToolkitNFT, so it fails to build. I wish to solve this but i'm trying also an alternative approach with webpack, but there are other issues with webpack. I don't know why... i hadn't had these kind of issues with JsartoolkitNFT. |
|
Closing this, i will do less changes and avoid for now Rollup, Maybe that could be done in another step. Follow PR #184. |
ARnft Typescript refactoring
Trying to add Typescript support to ARnft.
This PR is based on the @eddiecarbin proposed code ARnft-proposal and the insectMobileDemo.
As discussed with @eddiecarbin and @ThorstenBux on github board and slack channel we move the "rendering code" (threejs...) outside of ARnft. The code will restructured according to the TypeScript language.
List of features/tasks to do: