Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/irobot1/ng3-cannon-template
- Owner: IRobot1
- Created: 2022-02-19T02:05:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T21:22:01.000Z (about 2 years ago)
- Last Synced: 2023-09-05T06:38:26.165Z (over 1 year ago)
- Topics: 3d, angular, angular-three, cannon-es, physics, threejs, typescript
- Language: TypeScript
- Homepage:
- Size: 4.63 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.