From 54522a779c41cfc345d4f6ac1c462ddf78d13f87 Mon Sep 17 00:00:00 2001 From: gbrochar Date: Wed, 25 Nov 2020 19:50:52 +0100 Subject: [PATCH] update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f187c6..efc6c44 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # 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) +I will update the production at least once a day in the following days (started 11/22/2020) \ No newline at end of file