A simple WebGL app to demonstrate my skills
https://webgl.gaetanbrochard.dev
|
|
||
|---|---|---|
| config | ||
| public | ||
| src | ||
| views | ||
| .babelrc | ||
| .eslintrc.js | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
README.md
webgl
update 11/25/2020 20:00
The code has been getting really long and not clean, so in the next days I'm gonna focus on refactoring the code. Once I'm done with that, I'm gonna add a few features :
- A simple scene editor that allows you to add objects to the scene
- The ability to rotate, scale and translate said objects
- Camera control with keyboard(WASD) and mouse
A simple WebGL app to demonstrate my skills.
It is hosted at webgl.gaetanbrochard.dev
I will update the production at least once a day in the following days (started 11/22/2020)