All Projects â†’ antonkulaga â†’ threejs-facade

antonkulaga / threejs-facade

Licence: MPL-2.0 License
ScalaJS facade for threejs

Programming Languages

scala
5932 projects
HTML
75241 projects

Projects that are alternatives of or similar to threejs-facade

XREngine
Immersive infrastructure for everyone. Everything you need to build and deploy scalable realtime 3D social apps and more. 🤖 🚀 👓 🚀 🕹ī¸ 🚀 🧑đŸŋ‍🚀
Stars: ✭ 423 (+861.36%)
Mutual labels:  threejs
caroumesh
A React component to display 3d models in a carousel-like fashion.
Stars: ✭ 63 (+43.18%)
Mutual labels:  threejs
terrain
Create a 3d terrain with WebGL.
Stars: ✭ 43 (-2.27%)
Mutual labels:  threejs
stereo-panorama-viewer
View stereoscopic panoramas in your browser!
Stars: ✭ 23 (-47.73%)
Mutual labels:  threejs
mini-luck-draw
äŊŋį”¨ Three.js åŧ€å‘įš„一ä¸Ē魔斚小游戏....č‡Ēå¨ąéĄšį›Ž
Stars: ✭ 110 (+150%)
Mutual labels:  threejs
d3-force-webgl-integration-demo
Integrating WebGL and D3-force to improve performance. đŸ‘ģ
Stars: ✭ 44 (+0%)
Mutual labels:  threejs
rllib.js
Reinforcement learning library with JavaScript.
Stars: ✭ 23 (-47.73%)
Mutual labels:  threejs
vimeo-threejs-player
A plugin for streaming video from Vimeo to WebGL/VR/AR apps
Stars: ✭ 75 (+70.45%)
Mutual labels:  threejs
rocket viewer
This simple and generic viewer allows you to visualize different kinds of data such as medical and biological images, 3D surfaces, electric signals (ECGs) and documents.
Stars: ✭ 22 (-50%)
Mutual labels:  threejs
app
Web metaverse client
Stars: ✭ 115 (+161.36%)
Mutual labels:  threejs
quantum-face-register
face register with three.js and tracking.js
Stars: ✭ 44 (+0%)
Mutual labels:  threejs
cadhub
We're out to raise awareness and put CodeCAD on the map. The success of CadHub can be measured by the amount it promotes the use of CodeCAD within the mechanical/manufacturing industry and the strength the CadHub community.
Stars: ✭ 204 (+363.64%)
Mutual labels:  threejs
spider-covid-19-viz-3d
Speedy access to the latest, local COVID-19 data with a familiar interface: the Globe
Stars: ✭ 19 (-56.82%)
Mutual labels:  threejs
ShadowEditor-examples
ShadowEditor Demo. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 33 (-25%)
Mutual labels:  threejs
kalwalt-interactivity-AR
Some various experiments with Ar.js and Three.js
Stars: ✭ 65 (+47.73%)
Mutual labels:  threejs
InViewer
A Three.js-based viewer for visualizing OGC IndoorGML data
Stars: ✭ 18 (-59.09%)
Mutual labels:  threejs
hologram
Hologram Framework | All-in-one WebVR creation.
Stars: ✭ 84 (+90.91%)
Mutual labels:  threejs
reboot-min-os
🎮 Three.js video game 🎮 Explore a spaceship and solve puzzles with a ball robot tethered to an electric cable.
Stars: ✭ 17 (-61.36%)
Mutual labels:  threejs
inverse kinematics 3D
A inverse kinematics simulation in webGL
Stars: ✭ 19 (-56.82%)
Mutual labels:  threejs
dojo3d
A javascript library for simple 3D interactive story telling,
Stars: ✭ 123 (+179.55%)
Mutual labels:  threejs

threejs facade

This is a ScalaJS facade of threejs javascript 3D library ( http://threejs.org/ ). All the code is inside facade folder (threejs subproject). It also contains some extra classes for easier scene creation and css3d rendering.

Usage

In order to resolve a lib you should add a resolver::

resolvers += sbt.Resolver.bintrayRepo("denigma", "denigma-releases") //add resolver
libraryDependencies += "org.denigma" %%% "threejs-facade" % "0.0.77-0.1.8" //add dependency

Gettings started

You can see an example in preview subproject.

To run preview:

    sbt //to opens sbt console
    re-start //Use this command **instead of** run to run the app
    Open localhost:5552 to see the result
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].