treeform / boxy

2D GPU rendering with a tiling atlas.
MIT License
102 stars 7 forks source link

Ubuntu Linux errors running examples #58

Closed matkuki closed 1 year ago

matkuki commented 1 year ago

Hi, my specs:

Compiling the examples basic_sdl2, basic_windy, basic_glfw and heart works without problems, but running them throws these errors:

Any ideas how to fix this? Thanks

treeform commented 1 year ago

Sorry, Boxy does not support OpenGL 3.30, only OpenGL 4.1 and above. You can probably fix this by installing different drivers.

matkuki commented 1 year ago

Ahh, ok, thanks 👍