Cadabra
Computer algebra system for field theory problems
Variables
tst2 Namespace Reference

Variables

 ctx = moderngl.create_standalone_context(require=330)
 
 prog
 
 vbo
 
 vao = ctx.simple_vertex_array(prog, vbo, 'vert')
 

Variable Documentation

◆ ctx

tst2.ctx = moderngl.create_standalone_context(require=330)

◆ prog

tst2.prog
Initial value:
1 = ctx.program(
2  vertex_shader = ,
3  fragment_shader =
4 )

◆ vao

tst2.vao = ctx.simple_vertex_array(prog, vbo, 'vert')

◆ vbo

tst2.vbo
Initial value:
1 = ctx.buffer(struct.pack(
2  "6f",
3  0.0, 0.8,
4  -0.6, -0.8,
5  0.6, -0.8,
6 ))