Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Physijs | 2,517 | 58 | a year ago | February 22, 2021 | 150 | mit | JavaScript | |||
Physics plugin for Three.js | ||||||||||
Tquery | 660 | 8 years ago | 58 | mit | AGS Script | |||||
extension system for three.js | ||||||||||
Videojs Vr | 442 | 6 | 5 | 4 months ago | 32 | August 16, 2022 | 75 | mit | JavaScript | |
A plugin to add 360 and VR video support to video.js. | ||||||||||
Qgis2threejs | 416 | 4 months ago | 135 | JavaScript | ||||||
A QGIS plugin to export 3D maps to Web | ||||||||||
Three Customshadermaterial | 399 | 15 | 9 days ago | 61 | November 27, 2022 | 2 | other | TypeScript | ||
Extend Three.js standard materials with your own shaders! | ||||||||||
Threebox | 344 | 1 | 3 years ago | 12 | July 09, 2019 | 46 | mit | JavaScript | ||
A three.js plugin for Mapbox GL JS, with support for basic animation and advanced 3D rendering. | ||||||||||
Threestrap | 228 | 1 | 5 months ago | 6 | January 07, 2023 | 1 | other | JavaScript | ||
Minimal Three.js Bootstrapper | ||||||||||
Vite Plugin Glsl | 190 | 14 | 10 days ago | 30 | January 29, 2023 | mit | JavaScript | |||
:spider_web: Import, inline (and compress) GLSL shader files :electric_plug: | ||||||||||
Patches | 151 | 3 years ago | 300 | mit | JavaScript | |||||
Patches is a visual programming editor for building WebVR and WebGL experiences. | ||||||||||
Three Minifier | 143 | 9 | a year ago | 14 | July 20, 2022 | 1 | mit | JavaScript | ||
Minify THREE.js |
Physijs brings a very easy to use interface to the three.js framework. One of the reasons three.js is so popular is because it is so incredibly easy for graphics newbies to get into 3D programming. Physijs takes that philosophy to heart and makes physics simulations just as easy to run. In fact, there are just five easy steps that must be taken to make a 3D scene come alive.
Physijs is built on top of ammo.js (although there is also a cannon.js branch) and runs the physics simulation in a separate thread (via web worker) to avoid impacting in your application's performance and taking up your 3D rendering time.
A lot of effort has been made to keep the style of code the same when using Physijs. Apart from updating an object's position, all of the normal three.js conventions remain the same. If you are used to three.js, you already know how to use the Physijs plugin.
You, hopefully. If you are familiar with three.js and want to add physics to your scene, this is the plugin for you. No mucking about with shape definitions, keeping objects in their correct positions, or identifying collisions - simply use a few Physijs objects in place of three.js's and you'll automatically have a dynamic environment.
If you need (or want) a feature not already included then add it to the issue tracker or implement it yourself and send over a pull request.