0.6
Documentation
Gallery
Resources
Community
News
Site
Community
Documentation
Getting started
Installation instructions
Installation
Package requirements
Backend requirements
Hardware requirements
Installation options
Via conda
Via PyPI
Via GitHub
Jupyter Notebook Extension
JupyterLab
Testing installation
Usage in an interactive console
Switchable graphics
Windows
Linux
Modifyin default jupyter kernel
Installation on Raspberry Pi 3 Model B
Distribution
Raspbian/Raspberry setup
Checking OpenGL capabilities
Backend requirements
Package requirements
Installation options
Testing installation
API Reference
vispy - Top-level tools
vispy.app - Application, event loops, canvas, backends
vispy.color - Handling colors
vispy.geometry - Visualization-related geometry routines
vispy.gloo - User-friendly, Pythonic, object-oriented interface to OpenGL
Base class
Program class
Buffer classes
Texture classes
Classes related to FBO’s
State methods
The OpenGL context
vispy.gloo.gl - low level GL API
vispy.io - Data IO
vispy.plot - Vispy native plotting module [experimental]
vispy.scene - The system underlying the upcoming high-level visualization interfaces [experimental]
vispy.scene.cameras
vispy.scene.canvas
vispy.scene.node
vispy.scene.events
vispy.scene.visuals
vispy.scene.widgets
vispy.visuals - The visuals that are used for high-level plotting
vispy.visuals
vispy.visuals.filters
vispy.visuals.transforms
vispy.util - Miscellaneous utilities
vispy.util.event
vispy.util.fonts
vispy.util.keys
vispy.util.transforms
GLIR Specification
GL Intermediate Representation Desktop Implementation
The shape of a command
CURRENT
CREATE
DELETE
UNIFORM
TEXTURE
ATTRIBUTE
DRAW
SIZE
DATA
WRAPPING
INTERPOLATION
ATTACH
FRAMEBUFFER
FUNC
SWAP
LINK
Release Notes
Indices and tables
Gallery
Low Level OpenGL API
Modern OpenGL
Shaders
Buffers
Uniform, attribute, varying
Transformations
Projection matrix
Model and view matrices
Learning modern OpenGL
An intro to modern OpenGL
Learning Modern 3D Graphics Programming
OpenGL ES 2.0 documentation
News
2019
2018
2017
2015
2014
2013
Resources
Learning
References
Blogs
Visualisation
Scientific Articles
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__call__() (vispy.util.event.EventEmitter method)
A
activate() (vispy.gloo.FrameBuffer method)
add_ref() (vispy.gloo.context.GLShared method)
affine_map() (in module vispy.util.transforms)
alpha() (vispy.color.Color property)
(vispy.color.ColorArray property)
app() (vispy.app.Canvas property)
(vispy.app.Timer property)
Application (class in vispy.app)
B
backend_module() (vispy.app.Application property)
backend_name() (vispy.app.Application property)
BaseColormap (class in vispy.color)
BaseTexture (class in vispy.gloo.texture)
bind() (vispy.gloo.Program method)
block() (vispy.util.event.EventEmitter method)
blocked() (vispy.util.event.Event property)
(vispy.util.event.EventEmitter method)
blocker() (vispy.util.event.EventEmitter method)
Buffer (class in vispy.gloo.buffer)
C
callback_refs() (vispy.util.event.EventEmitter property)
callbacks() (vispy.util.event.EventEmitter property)
Canvas (class in vispy.app)
capabilities() (vispy.gloo.context.GLContext property)
clear() (in module vispy.gloo.wrappers)
close() (vispy.app.Canvas method)
Color (class in vispy.color)
color_buffer() (vispy.gloo.FrameBuffer property)
ColorArray (class in vispy.color)
Colormap (class in vispy.color)
config() (vispy.gloo.context.GLContext property)
connect() (vispy.app.Canvas method)
(vispy.app.Timer method)
(vispy.util.event.EventEmitter method)
context() (vispy.app.Canvas property)
copy() (vispy.color.ColorArray method)
create() (in module vispy.app)
(vispy.app.Application method)
create_native() (vispy.app.Canvas method)
create_shared() (vispy.gloo.context.GLContext method)
D
darker() (vispy.color.ColorArray method)
DataBuffer (class in vispy.gloo.buffer)
deactivate() (vispy.gloo.FrameBuffer method)
delete() (vispy.gloo.GLObject method)
depth() (vispy.gloo.Texture3D property)
depth_buffer() (vispy.gloo.FrameBuffer property)
disconnect() (vispy.app.Timer method)
(vispy.util.event.EventEmitter method)
dpi() (vispy.app.Canvas property)
drag_events() (vispy.app.canvas.MouseEvent method)
draw() (vispy.gloo.Program method)
DrawEvent (class in vispy.app.canvas)
dtype() (vispy.gloo.buffer.DataBuffer property)
E
Event (class in vispy.util.event)
EventEmitter (class in vispy.util.event)
extend() (vispy.color.ColorArray method)
F
FakeCanvas (class in vispy.gloo.context)
finish() (in module vispy.gloo.wrappers)
flush() (in module vispy.gloo.wrappers)
(vispy.gloo.context.FakeCanvas method)
flush_commands() (vispy.gloo.context.GLContext method)
forget_canvas() (in module vispy.gloo.context)
format() (vispy.gloo.RenderBuffer property)
(vispy.gloo.texture.BaseTexture property)
fps() (vispy.app.Canvas property)
FrameBuffer (class in vispy.gloo)
frustum() (in module vispy.util.transforms)
G
get_color_dict() (in module vispy.color)
get_color_names() (in module vispy.color)
get_colormap() (in module vispy.color)
get_colormaps() (in module vispy.color)
get_current_canvas() (in module vispy.gloo.context)
get_default_config() (in module vispy.gloo.context)
get_free_region() (vispy.gloo.TextureAtlas method)
get_gl_configuration() (in module vispy.gloo.wrappers)
get_state_presets() (in module vispy.gloo.wrappers)
GLContext (class in vispy.gloo.context)
glir() (vispy.gloo.context.GLContext property)
(vispy.gloo.GLObject property)
(vispy.gloo.wrappers.GlooFunctions property)
GLObject (class in vispy.gloo)
GlooFunctions (class in vispy.gloo.wrappers)
GLShared (class in vispy.gloo.context)
glsl_sample() (vispy.gloo.Texture2D property)
(vispy.gloo.Texture3D property)
glsl_sampler_type() (vispy.gloo.Texture2D property)
(vispy.gloo.Texture3D property)
glsl_type() (vispy.gloo.buffer.DataBuffer property)
(vispy.gloo.Texture2D property)
(vispy.gloo.Texture3D property)
H
handled() (vispy.util.event.Event property)
height() (vispy.gloo.Texture2D property)
(vispy.gloo.Texture3D property)
hex() (vispy.color.Color property)
(vispy.color.ColorArray property)
hsv() (vispy.color.Color property)
(vispy.color.ColorArray property)
I
id() (vispy.gloo.GLObject property)
ignore_callback_errors() (vispy.util.event.EventEmitter property)
IndexBuffer (class in vispy.gloo)
interpolation() (vispy.color.Colormap property)
(vispy.gloo.texture.BaseTexture property)
is_blank() (vispy.color.Color property)
is_dragging() (vispy.app.canvas.MouseEvent property)
is_interactive() (vispy.app.Application method)
is_notebook() (vispy.app.Application method)
itemsize() (vispy.gloo.buffer.DataBuffer property)
K
Key (class in vispy.util.keys)
KeyEvent (class in vispy.app.canvas)
L
lighter() (vispy.color.ColorArray method)
list_fonts() (in module vispy.util.fonts)
M
map() (vispy.color.BaseColormap method)
(vispy.color.Colormap method)
measure_fps() (vispy.app.Canvas method)
module
vispy
vispy.app
vispy.color
vispy.gloo
vispy.gloo.context
vispy.gloo.gl
vispy.gloo.glir
vispy.gloo.wrappers
vispy.util
vispy.util.event
vispy.util.fonts
vispy.util.keys
vispy.util.transforms
MouseEvent (class in vispy.app.canvas)
N
name() (vispy.gloo.context.GLShared property)
(vispy.util.keys.Key property)
native() (vispy.app.Application property)
(vispy.app.Canvas property)
(vispy.app.Timer property)
nbytes() (vispy.gloo.buffer.Buffer property)
O
offset() (vispy.gloo.buffer.DataBuffer property)
ortho() (in module vispy.util.transforms)
P
parser() (vispy.gloo.context.GLShared property)
perspective() (in module vispy.util.transforms)
physical_size() (vispy.app.Canvas property)
pixel_scale() (vispy.app.Canvas property)
position() (vispy.app.Canvas property)
print_callback_errors() (vispy.util.event.EventEmitter property)
process_events() (in module vispy.app)
(vispy.app.Application method)
Program (class in vispy.gloo)
Q
quit() (in module vispy.app)
(vispy.app.Application method)
R
read() (vispy.gloo.FrameBuffer method)
read_pixels() (in module vispy.gloo.wrappers)
ref() (vispy.gloo.context.GLShared property)
render() (vispy.app.Canvas method)
RenderBuffer (class in vispy.gloo)
resize() (vispy.gloo.FrameBuffer method)
(vispy.gloo.RenderBuffer method)
(vispy.gloo.texture.BaseTexture method)
resize_bytes() (vispy.gloo.buffer.Buffer method)
(vispy.gloo.buffer.DataBuffer method)
ResizeEvent (class in vispy.app.canvas)
reuse() (vispy.app.Application method)
RGB() (vispy.color.Color property)
rgb() (vispy.color.Color property)
RGB() (vispy.color.ColorArray property)
rgb() (vispy.color.ColorArray property)
RGBA() (vispy.color.Color property)
rgba() (vispy.color.Color property)
RGBA() (vispy.color.ColorArray property)
rgba() (vispy.color.ColorArray property)
rotate() (in module vispy.util.transforms)
run() (in module vispy.app)
(vispy.app.Application method)
S
scale() (in module vispy.util.transforms)
set_blend_color() (in module vispy.gloo.wrappers)
set_blend_equation() (in module vispy.gloo.wrappers)
set_blend_func() (in module vispy.gloo.wrappers)
set_clear_color() (in module vispy.gloo.wrappers)
set_clear_depth() (in module vispy.gloo.wrappers)
set_clear_stencil() (in module vispy.gloo.wrappers)
set_color_mask() (in module vispy.gloo.wrappers)
set_cull_face() (in module vispy.gloo.wrappers)
set_current() (vispy.app.Canvas method)
set_current_canvas() (in module vispy.gloo.context)
set_data() (vispy.gloo.buffer.Buffer method)
(vispy.gloo.buffer.DataBuffer method)
(vispy.gloo.texture.BaseTexture method)
set_depth_func() (in module vispy.gloo.wrappers)
set_depth_mask() (in module vispy.gloo.wrappers)
set_depth_range() (in module vispy.gloo.wrappers)
set_front_face() (in module vispy.gloo.wrappers)
set_hint() (in module vispy.gloo.wrappers)
set_line_width() (in module vispy.gloo.wrappers)
set_log_level() (in module vispy)
set_polygon_offset() (in module vispy.gloo.wrappers)
set_sample_coverage() (in module vispy.gloo.wrappers)
set_scissor() (in module vispy.gloo.wrappers)
set_shaders() (vispy.gloo.Program method)
set_state() (in module vispy.gloo.wrappers)
set_stencil_func() (in module vispy.gloo.wrappers)
set_stencil_mask() (in module vispy.gloo.wrappers)
set_stencil_op() (in module vispy.gloo.wrappers)
set_subdata() (vispy.gloo.buffer.Buffer method)
(vispy.gloo.buffer.DataBuffer method)
set_viewport() (in module vispy.gloo.wrappers)
(vispy.gloo.context.GLContext method)
shaders() (vispy.gloo.Program property)
shape() (vispy.gloo.FrameBuffer property)
(vispy.gloo.RenderBuffer property)
(vispy.gloo.texture.BaseTexture property)
shared() (vispy.gloo.context.GLContext property)
show() (vispy.app.Canvas method)
size() (vispy.app.Canvas property)
(vispy.gloo.buffer.DataBuffer property)
sleep() (vispy.app.Application method)
source() (vispy.util.event.Event property)
(vispy.util.event.EventEmitter property)
sources() (vispy.util.event.Event property)
start() (vispy.app.Timer method)
stencil_buffer() (vispy.gloo.FrameBuffer property)
stop() (vispy.app.Timer method)
stride() (vispy.gloo.buffer.DataBuffer property)
swap_buffers() (vispy.app.Canvas method)
sys_info() (in module vispy)
T
test() (in module vispy)
Texture2D (class in vispy.gloo)
Texture3D (class in vispy.gloo)
texture_lut() (vispy.color.Colormap method)
TextureAtlas (class in vispy.gloo)
Timer (class in vispy.app)
title() (vispy.app.Canvas property)
trail() (vispy.app.canvas.MouseEvent method)
translate() (in module vispy.util.transforms)
U
unblock() (vispy.util.event.EventEmitter method)
update() (vispy.app.Canvas method)
use() (in module vispy)
use_app() (in module vispy.app)
V
value() (vispy.color.Color property)
(vispy.color.ColorArray property)
variables() (vispy.gloo.Program property)
VertexBuffer (class in vispy.gloo)
vispy
module
vispy.app
module
vispy.color
module
vispy.gloo
module
vispy.gloo.context
module
vispy.gloo.gl
module
vispy.gloo.glir
module
vispy.gloo.wrappers
module
vispy.util
module
vispy.util.event
module
vispy.util.fonts
module
vispy.util.keys
module
vispy.util.transforms
module
W
width() (vispy.gloo.Texture2D property)
(vispy.gloo.Texture3D property)
wrapping() (vispy.gloo.texture.BaseTexture property)