A simple WebGL app to demonstrate my skills https://webgl.gaetanbrochard.dev
Go to file
gbrochar c4f3c75154 refacto : refacto ui and add env variable context 2020-11-26 14:07:15 +01:00
config refacto : refacto ui and add env variable context 2020-11-26 14:07:15 +01:00
public change sobel to show lighted grey instead of black when no borders, update mobile instructions, add scrollbar 2020-11-25 13:15:26 +01:00
src refacto : refacto ui and add env variable context 2020-11-26 14:07:15 +01:00
views added multiple instances support, changed light position 2020-11-25 18:58:49 +01:00
.babelrc boilerplate no modules 2020-11-22 10:45:29 +01:00
.eslintrc.js boilerplate no modules 2020-11-22 10:45:29 +01:00
.gitignore boilerplate no modules 2020-11-22 10:45:29 +01:00
LICENSE Initial commit 2020-11-22 09:38:54 +00:00
README.md update README 2020-11-25 19:50:52 +01:00
package-lock.json move shaders to files 2020-11-25 21:07:21 +01:00
package.json move shaders to files 2020-11-25 21:07:21 +01:00
tsconfig.json boilerplate no modules 2020-11-22 10:45:29 +01:00

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)