Do not follow this link

~jamesaorson/openwomb

Add issue markdown files. Prepare for texture feature branch. Small cleanup. (#44)
Update handling of warnings (#46)
Fix title; remove comments

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~jamesaorson/openwomb
read/write
git@git.sr.ht:~jamesaorson/openwomb

You can also use your local clone with git send-email.

#Womb

#Linux

#Caveats

If running in a Linux version which says it does not support GLSL 3.30, set these two environment variables which will tell the drivers to use a compatibility mode. This can also be done in code I believe but have not yet looked into both detection of the available GLSL versions and how best to handle use of compatibility modes.

export MESA_GL_VERSION_OVERRIDE=3.3
export MESA_GLSL_VERSION_OVERRIDE=330

#References

Do not follow this link