ExamplesΒΆ

This section contains several examples generated from Jupyter notebooks. The widgets have been embedded into the page for demonstrative purposes.

  • Use the 3d camera
    • Import
    • Create viewer
    • Program
    • Grid vertex buffer
    • Render
    • Interact with the camera from python
  • Get the rendered image as numpy array
    • Read the image data
    • Execute in a loop
    • Using observer to get the result in the same cell
      • Remove the observer
  • Bind Index Buffer To Vao
    • Import
    • Create viewer
    • Program
    • Buffer
    • Vertex Array
    • Draw
  • Instanced rendering
    • Create instance data
    • Create the viewer
      • Create the matrices buffer
    • Manual method of settings the buffers
      • Create the program and vbo
      • Bind the attributes
      • Render
    • Extend method of setting attributes
      • Render
    • Interactive rendering
  • Introduction
    • Very first triangle
      • Import
      • Viewer
      • Program
      • Buffer
      • Vertex Array
      • Draw
      • Move the GLViewer
    • Uniform
      • Render
    • Interactive
  • Use the Extended method.
    • Imports
    • Create the viewer
    • Create a program
    • Create the VBO
    • Vertex Array Ext
    • Render
  • Render Shadow map
    • Initialize ipywebgl
    • Create framebuffer
    • Programs
    • Create the VAO
    • Matrices
    • Scene
    • Display
  • Screen Space Ambient Occlusion
    • Mix SSAO with shadow
  • Uniform Buffers

ipywebgl

Navigation

Installation and usage

  • Installation
  • Introduction
  • API Reference
  • Examples

Development

  • Development Installation

Related Topics

  • Documentation overview
    • Previous: API Reference
    • Next: Use the 3d camera

Quick search

©2023, Jerome Eippers. | Powered by Sphinx 5.0.2 & Alabaster 0.7.12 | Page source