gaioguys / GAIO.jl

A Julia package for set oriented computations.
MIT License
9 stars 4 forks source link

Add visualization for 2D and 3D boxsets #5

Closed cafaxo closed 4 years ago

cafaxo commented 4 years ago

It is simple to use: plot(boxset).

gaioguy commented 4 years ago

Very nice. On my MacBook, however, I get the error ERROR: ERROR: 0:2: '' : extension 'GL_ARB_explicit_uniform_location' is not supported - which seems to stem from definitions in box2/3d.vert. Is it possible to phrase these without requiring the GL_ARB_explicit_uniform_location extension?