Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`