Skip to content

Commit

Permalink
feat: decouple css 2d renderer from core renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
agviegas committed Apr 20, 2024
1 parent 817907d commit 867c8ec
Show file tree
Hide file tree
Showing 13 changed files with 308 additions and 595 deletions.
340 changes: 170 additions & 170 deletions examples/assets/worlds.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions packages/components-front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@
"publish-repo-alpha": "yarn build && cpy package.json dist && cd dist && npm publish --tag alpha",
"prepublishOnly": "yarn build"
},
"peerDependencies": {
"three": "^0.160.1"
},
"devDependencies": {
"@types/three": "^0.160.0",
"three": "^0.160.1"
},
"dependencies": {
"@thatopen/components": "1.5.0"
}
Expand Down
214 changes: 0 additions & 214 deletions packages/components-front/src/core/Renderers/Simplerenderer/index.js

This file was deleted.

Loading

0 comments on commit 867c8ec

Please sign in to comment.