文件名称:Verly.js:易于集成的Verlet物理引擎
文件大小:191KB
文件格式:ZIP
更新时间:2024-05-22 09:52:28
engine physics-engine verlet-engine physics-2d verlet
Verly.js 易于集成Verlet物理引擎。 还有另一个物理引擎? 真的吗? 是的,因为我热爱物理 :red_heart: 。 阅读有关媒体的文章 Verly.js制作的很棒的东西 查看更多 需要更多信息? 查看API 实验性Reactjs集成-签出 安装 git clone https://github.com/anuraghazra/Verly.js.git 当地发展 在命令行中克隆仓库后运行 npm install && npm run build 用法 导入CDN链接 <!-- add this to head --> < script src =" https://cdn.jsdelivr.net/gh/anuraghazra/Verly.js@v1.2.1/dist/verly.bundle.js " > </ script > window . onload = functi
【文件预览】:
Verly.js-master
----.gitignore(20B)
----package.json(918B)
----package-lock.json(168KB)
----src()
--------Objects.js(636B)
--------app.js(696B)
--------TypoGraphy.js(4KB)
--------Entity.js(4KB)
--------Stick.js(3KB)
--------Vector.js(6KB)
--------Point.js(5KB)
--------AngleStick.js(1KB)
--------Verly.js(9KB)
--------Utils.js(1KB)
--------Mouse.js(3KB)
----webpack.config.js(301B)
----experiments()
--------web_components()
--------multiple_instance()
--------api_flexibility()
--------additional_features()
--------react-integration()
----jsdoc.conf.json(248B)
----dist()
--------verly.bundle.js(16KB)
--------verly.bundle.js.map(69KB)
----LICENSE(1KB)
----index.js(3KB)
----CHANGELOG.md(2KB)
----examples()
--------behavior2.html(2KB)
--------text()
--------ragdoll.html(1KB)
--------fluidGyroscope.html(2KB)
--------shadedCloth.html(4KB)
--------behavior.html(2KB)
--------index.html(2KB)
--------dynamicCustomMesh.html(2KB)
--------joinEntities.html(2KB)
--------ship()
--------rotatingEntity.html(2KB)
--------typography()
----style.css(865B)
----index.html(4KB)
----readme.md(2KB)
----docs()
--------Vector.js.html(10KB)
--------Verly.js.html(13KB)
--------Point.html(32KB)
--------Entity.js.html(8KB)
--------Point.js.html(9KB)
--------Stick.js.html(7KB)
--------AngleStick.js.html(5KB)
--------global.html(11KB)
--------Vector.html(55KB)
--------scripts()
--------Verly.html(40KB)
--------TypoGraphy.js.html(8KB)
--------index.html(7KB)
--------AngleStick.html(8KB)
--------Stick.html(16KB)
--------styles()
--------Utils.js.html(5KB)
--------TypoGraphy.html(6KB)
--------Entity.html(27KB)
----test()
--------Utils.spec.js(2KB)
--------Vector.spec.js(4KB)