Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinfernald/webgl-lib
https://github.com/justinfernald/webgl-lib
typescript webgl
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/justinfernald/webgl-lib
- Owner: justinfernald
- Created: 2021-10-22T20:36:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T02:47:15.000Z (about 3 years ago)
- Last Synced: 2024-11-02T07:06:16.423Z (about 2 months ago)
- Topics: typescript, webgl
- Language: TypeScript
- Homepage:
- Size: 210 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graphics Project
## Setup
Install latest version of NPM
Run
```bash
npm i
npm run start
```On VSCode checkout recommended extensions
## About
A simple WebGL wrapper that includes simple lighting. Has use of primitives to create objects that can be hierarchical. Along with that has perspective camera.
## Interactions
Use the ASDW keys to move around
Use the left shift key to get shorter
Use the space key to get taller
Move your mouse to look around
## Creators
Justin Fernald