A simple WebGL app to demonstrate my skills https://webgl.gaetanbrochard.dev
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
gbrochar 5bb39bcad5 test (no changes) 1 year ago
config refacto : refacto ui and add env variable context 3 years ago
public done 3 years ago
src minor changes 3 years ago
views minor changes 3 years ago
.babelrc boilerplate no modules 3 years ago
.eslintrc.js boilerplate no modules 3 years ago
.gitignore boilerplate no modules 3 years ago
LICENSE Initial commit 3 years ago
README.md test (no changes) 1 year ago
package-lock.json scene editor v1 3 years ago
package.json scene editor v1 3 years ago
tsconfig.json boilerplate no modules 3 years ago

README.md

webgl

screenshots

fox teapot

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 :

  • Real instancing
  • 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)

test