<whitequark>
that's based on 2.0 except for the parts that look like 3.0 but aren't
<cr1901_modern>
whitequark: Ahhh, didn't know that. Just treated ES like its own little world.
<whitequark>
ES is a subset of 4 and is mostly compatible with 2+ if you use particular functions
<whitequark>
it's a nightmare
<cr1901_modern>
"except for the parts that look like 3.0 but aren't" Hah... don't remember specifics but I've run into that before in stupid codepen demos I've done
<cr1901_modern>
Is there any platforms (yet) where Solvespace runs that supports ES (but not 3.3 or 4)? Did somebody want to run Solvespace on say, RPi, or something?
<cr1901_modern>
Very curious that Windows supports GLES o.0;... what's the utility there?
<GitHub>
[solvespace] whitequark commented on issue #111: Debug output to the console is generally normal; on Windows this used to use OutputDebugStringA, which is only visible in MSVC, but to support other environments we print it to stderr too.... https://github.com/solvespace/solvespace/issues/111#issuecomment-261163091