-
Notifications
You must be signed in to change notification settings - Fork 4
Tools and Libs In Use
n8xm edited this page Mar 8, 2018
·
14 revisions
-
GLTF:
- PBR in GLTF spec and for WebGL
- What's new in GLTF 2.0 (includes discussion of PBR materials): https://youtu.be/jLNtjujPhzY?t=51m18s (skip to 51:18)
- Blender GLTF exporter
- glMatrix linear algebra library
- jQuery
-
JSHint syntax checking
- Can be used with Syntastic for Vim
- Spector.js WebGL debugger, browser extension
- Universal Ctags (much better JS / ES6 support than Exuberant Ctags):
-
Tern code analysis tool
- Can be used with deoplete-ternjs for Vim, which in turn depends on deoplete
-
Babylon JS sandbox
- Can be used to test GLTF load. Also maybe some PBR features / IBL or at least environment mapping?
- vim-javascript for vim users.