Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/irobot1/ng3-cannon-template

Cannon-ES physics examples using @angular-three
https://github.com/irobot1/ng3-cannon-template

3d angular angular-three cannon-es physics threejs typescript

Last synced: 2 months ago
JSON representation

Cannon-ES physics examples using @angular-three

Awesome Lists containing this project

README

        

# ng3-cannon-template starter project

This project is a starter template that demonstrates how to add physics to @angular-three components.

[DEMO here](https://ng3cannon.z9.web.core.windows.net)

## Original Setup

@angular-three added using command

`ng add @angular-three/schematics`

@angular-three/cannon added using command

`ng g @angular-three/schematics:cannon ng3-cannon-template`

@angular-three/soba added using command

`ng add @angular-three/soba`

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.