Skip to content

spleennooname/vec4-glsl-webgl-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

V E C 4 - CREATIVE CODING / WEBGL / GLSL

Official repository for https://www.facebook.com/groups/vec4glsl/

This is a curated list about WebGL / GLSL.

Contents

Maths

Frameworks

Relevant frameworks dealing with WebGL

Complete

  • ThreeJS - THE WebGl Framework. A cross-browser JavaScript library and Application Programming Interface (API) used to create and display animated 3D computer graphics in a web
    • VedaJS - Framework ThreeJS-based, shader-art oriented
    • Whitestorm - Framework ThreeJS-based
  • Babylon - Complete JavaScript framework for building 3D games and experiences with HTML5, WebGL, WebVR, WebXR and Web Audio
  • Playcanvas - Game engine with online editor (free for public projects)
  • RegGL - declarative and stateless webgl

Low-level, more vanilla approach

  • TwglJS - using the WebGL API less verbose
  • nanoGL - low-level WebGL library
  • Phenomenon- low-level WebGL library, particles-addicted

Here some comparisons:

Libraries

Specific libraries

  • CurtainsJS - WebGL transitions-focused library.
  • glMatrix - Javascript matrix and vector library for high performance WebGL apps.
  • Sylvester - Sylvester is a vector, matrix and geometry library for JavaScript.

Tools

Tools for development and debugging WebGL

  • Shaping Signals Functions - When writing shader or during any procedural creation process (texturing, modeling, shading, lighting, animating...) you often find yourself modifying signals in different ways so they behave the way you want.
  • Graph Toy - Useful toy for shaping functions
  • Detect GPU - Classify GPU's based on their benchmark score in order to provide an adaptive experience.
  • GLSL Shader Editor Extension - Chrome DevTools extension to help you edit shaders live in the browser.
  • Spector.js Extension - Explore and Troubleshoot your WebGL and WebGL2 scenes easily.
  • Webgl Insight - Chrome extension WebGL debugging toolkit providing a variety of capabilities.
  • Khronos Dev Tools - Useful WebGL developer tools, intended to be used as an ES6 module.
  • Spector.js - Agnostic JavaScript framework for exploring and troubleshooting your WebGL scenes.
  • WebGL Inspector - Tool inspired by gDEBugger and PIX with the goal of making the development of advanced WebGL applications easier.
  • WebGl Playground - The editor lets you work on the JavaScript code and the GLSL vertex/fragment shaders (if you have any) at the same time in a convenient way. Everything is organized, formatted and highlighted properly, just as you would like.
  • WebGL Report - Way to view the details of what your browser supports for WebGL.
  • WebGL Support Stats - Interactive dashboard showing the support for WebGL features in different browsers and devices.
  • WebGL Texture Tester - Attempts to load one of every texture format supported by WebGL, intended to quickly show which formats your browser/device supports.
  • Web Tracing Framework - Set of libraries, tools, and visualizers for the tracing and investigation of complex web applications.

Chrome Specific Tools/Debugger

Firefox Specific Tools/Debugger

WebGL

Resources for learning WebGL / GLSL and relateds

Learning

Advanced (tips and optimizations)

GLSL editors

resources / tools/ editors for GLSL prototyping

NOTE: WebGL must conform to The OpenGL ES Shading Language, Version 1.00

Official Specs for GLSL Version 1.00 Official Specs for Open ES Version 2.0.25

WebGL2

resources about WebGL2

Ray Marching

about raymarching

Text And Fonts

how-to/infos about text and fonts rendering in WebGL

References

WebGL references

Bug Reporting

Reporting bugs helps everyone in long run

Books

Popular books about WebGL

  • Interactive Computer Graphics: A Top-Down Approach with WebGL by Edward Angel and Dave Shreiner - Suitable for undergraduate students in computer science and engineering, for students in other disciplines who have good programming skills, and for professionals interested in computer animation and graphics using the latest version of WebGL.
  • Professional WebGL Programming by Andreas Anyuru - Everything you need to know about developing hardware-accelerated 3D graphics with WebGL.
  • Programming 3D Applications with HTML5 and WebGL by Tony Parisi - Create high-performance, visually stunning 3D applications for the Web, using HTML5 and related technologies such as CSS3 and WebGL—the emerging web graphics standard.
  • WebGL Beginner's guide by Diego Cantor and Brandon Jones - For JavaScript developer who wants to take the plunge into 3D web development via WebGL.
  • WebGL Hotshot by Mitch Williams - For web designer looking to expand your knowledge of 3D graphics concepts and broaden your existing skill set.
  • WebGL Insights by Patrick Cozzi - Presents real-world techniques for intermediate and advanced WebGL developers by assembling contributions from experienced WebGL engine and application developers, GPU vendors, browser developers, researchers, and educators.
  • WebGL Programming Guide: Interactive 3D Graphics Programming with WebGL by Kouichi Matsuda and Rodger Lea - WebGL Programming Guide will help you get started quickly with interactive WebGL 3D programming, even if you have no prior knowledge of HTML5, JavaScript, 3D graphics, mathematics, or OpenGL.

Case Studies