final webgl binding and examples for now

This commit is contained in:
David Botton 2022-08-15 21:25:21 -04:00
parent 8aba36e442
commit abe761dac7
4 changed files with 18 additions and 14 deletions

View file

@ -95,6 +95,8 @@ CLOG "The Framework" (Code Tutorials)
- [31-tutorial.lisp](tutorial/31-tutorial.lisp) - Database and Authority based websites - clog-web-dbi and clog-auth
- [32-tutorial.lisp](tutorial/32-tutorial.lisp) - Database Managed Content websites - clog-web-content
- [33-tutorial.lisp](tutorial/33-tutorial.lisp) - with-clog-create - Using a declarative syntax for GUIs
- [34-tutorial.lisp](tutorial/34-tutorial.lisp) - 2D WebGL example
- [35-tutorial.lisp](tutorial/35-tutorial.lisp) - 3D WebGL example
CLOG Demos - Learn through Projects