https://github.com/zalo/threeoverlay
A framework for adding 3D Overlays to Webpages!
https://github.com/zalo/threeoverlay
overlay three-js
Last synced: 8 months ago
JSON representation
A framework for adding 3D Overlays to Webpages!
- Host: GitHub
- URL: https://github.com/zalo/threeoverlay
- Owner: zalo
- License: mit
- Created: 2024-05-29T04:42:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-30T08:06:01.000Z (about 2 years ago)
- Last Synced: 2025-02-01T22:03:23.091Z (over 1 year ago)
- Topics: overlay, three-js
- Language: JavaScript
- Homepage: https://zalo.github.io/ThreeOverlay/
- Size: 66.4 KB
- Stars: 84
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [ThreeOverlay - WIP](https://zalo.github.io/ThreeOverlay/)
Framework for Rendering 3D Content Inline with Normal Text Content for a more whimsical internet.
# Building
This demo can either be run without building (in Chrome/Edge/Opera since raw three.js examples need [Import Maps](https://caniuse.com/import-maps)), or built with:
```
npm install
npm run build
```
After building, make sure to edit the index .html to point from `"./src/main.js"` to `"./build/main.js"`.
# Dependencies
- [three.js](https://github.com/mrdoob/three.js/) (3D Rendering Engine)
- [esbuild](https://github.com/evanw/esbuild/) (Bundler)