Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ustymukhman/three-havok
Havok physics engine with three.js
https://github.com/ustymukhman/three-havok
demo havok havok-physics physics physics-engine threejs typescript vite
Last synced: about 2 months ago
JSON representation
Havok physics engine with three.js
- Host: GitHub
- URL: https://github.com/ustymukhman/three-havok
- Owner: UstymUkhman
- License: mit
- Created: 2024-01-19T13:44:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T12:33:44.000Z (11 months ago)
- Last Synced: 2024-10-12T14:44:50.875Z (3 months ago)
- Topics: demo, havok, havok-physics, physics, physics-engine, threejs, typescript, vite
- Language: TypeScript
- Homepage: https://ustymukhman.github.io/three-havok/dist
- Size: 4.4 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Three Havok #
> [Havok](https://www.havok.com/) physics engine with [three.js](https://threejs.org/)
![](https://img.shields.io/github/deployments/UstymUkhman/three-havok/github-pages?style=flat-square)
![](https://img.shields.io/github/package-json/v/UstymUkhman/three-havok?color=orange&style=flat-square)
![](https://img.shields.io/github/license/UstymUkhman/three-havok?color=lightgrey&style=flat-square)[![](./public/assets/images/preview.jpg)](https://ustymukhman.github.io/three-havok/dist)
## Download ##
`git clone https://github.com/UstymUkhman/three-havok.git`
`cd three-havok`
## Develop ##
`pnpm i`
`pnpm start`
## Lint ##
`pnpm lint:js`
`pnpm lint:css`
## Build ##
`pnpm build`
`pnpm serve`