3
1
Fork
You've already forked qtquick3dphysics
0
No description
  • C++ 56.1%
  • QML 39.7%
  • CMake 4%
  • C 0.2%
Qt Submodule Update Bot e078ed4076 Update dependencies on 'dev' in qt/qtquick3dphysics
Change-Id: I68cdd0932b47f7a709909bf8e2fd1804a5bc993e
Reviewed-by: Qt Submodule Update Bot <qt_submodule_update_bot@qt-project.org>
2026年07月09日 22:27:53 +00:00
coin Remove unnecessary comment 2025年03月05日 16:06:35 +01:00
examples Doc: Fix documentation issues 2026年07月02日 13:32:10 +00:00
LICENSES Add REUSE.toml files and missing licenses 2024年10月28日 10:40:25 +02:00
src Doc: Fix documentation issues 2026年07月02日 13:32:10 +00:00
tests tests: give each geometry QML test its own module URI 2026年07月03日 13:26:56 +00:00
tools Add security-header as per QUIP 23 2025年03月12日 04:11:56 +01:00
.clang-format Long live QtQuick3DPhysics! 2022年05月12日 07:27:08 +00:00
.cmake.conf Bump version to 6.13.0 2026年06月05日 02:03:41 +00:00
.gitattributes Add missing .gitattributes and .tag files 2022年08月24日 07:37:34 +03:00
.gitignore Polish examples 2023年02月20日 12:53:16 +01:00
.gitreview Add .gitreview file 2025年03月24日 15:21:57 +01:00
.tag Add missing .gitattributes and .tag files 2022年08月24日 07:37:34 +03:00
CMakeLists.txt CMake: skip building qtquick3dphysics for arm64ec 2026年06月09日 12:25:24 +00:00
configure.cmake Change the license of all CMakeLists.txt and *.cmake files to BSD 2022年08月25日 10:18:18 +02:00
configure.json Long live QtQuick3DPhysics! 2022年05月12日 07:27:08 +00:00
CONTRIBUTING.md Add CONTRIBUTING.md file 2026年04月22日 07:15:28 +00:00
dependencies.yaml Update dependencies on 'dev' in qt/qtquick3dphysics 2026年07月09日 22:27:53 +00:00
licenseRule.json Add CONTRIBUTING.md file 2026年04月22日 07:15:28 +00:00
README.md Add some content to README.md 2023年01月27日 13:23:17 +01:00
REUSE.toml Add CONTRIBUTING.md file 2026年04月22日 07:15:28 +00:00

Qt Quick 3D Physics

Qt Quick 3D Physics provides a high-level API for physics simulation. It supports simulating interactive rigid bodies as well as static meshes and non-colliding bodies used for detecting overlaps. Every simulated body can have its own physical properties like mass, density and friction.

Documentation

The Qt Quick 3D Physics documentation is available as a submodule of the Qt Framework's documentation. You can find it in the Qt documentation online, or you can build it locally from the source code.

Reporting Issues

If you encounter any issues while using Qt Quick 3D Physics, you can report them on the Qt bug tracker. Before submitting a new issue, please check the existing issues to see if the issue has already been reported, and make sure to select the "Quick: 3D Physics" component when creating a new issue.

Contributing

We welcome contributions to Qt Quick 3D Physics. If you are interested in contributing, please read the Qt Contribution Guidelines for more details.

License

Qt Quick 3D Physics is available under the commercial license from The Qt Company. In addition, it is available under the GNU General Public License, version 3. Further 3rd party Licenses and Attributions can be found in the LICENSES folder, as well as documented here.