An open API service indexing awesome lists of open source software.

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!

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)