Dan Gudmundsson

Results 87 comments of Dan Gudmundsson

Can you make it so that only **glu** is skipped if the header is not there, since glu is kind of unusable if a modern opengl is used. Also please...

Tests are failing, this needs more attention later.

Hi ``` function_clause [{filename,join, [{error,bad_name},"shaders"], [{file,"filename.erl"},{line,453}]}, ``` This indicates that something is seriously wrong in your setup: it basically add the HOME dir path with another dir ("shaders") {error, bad_name}...

The code in line 121 which crashes is: Dir = filename:join(code:lib_dir(wings),"shaders"), code:lib_dir(wings) should find the install directory of wings inside the wings installation, on my machine: On my machine that...

If it can't find the shaders (or OpenCL code) it will never be able to even try to compile/load the OpenCL code. And it doesn't try to compile files without...

Wow, yeah I not tested that in years, thanks for the bug-report. And nice workaround.

I'm on vacation, trying to stay away from work like stuff, give me a week or so. On Tue, Jul 26, 2022, 03:54 K. S. Ernest (iFire) Lee < ***@***.***>...

Would like to build with a newer erlang version, the latest release is built with 24 and for the next we want 25, but we can start with 24.

The ubuntu 20.04 distribution uses Erlang/OTP 22.7 if I understand the version numbers

The erlang example uses: ``` container: image: erlang:22.0.7 ``` That might be used (changed to a later release). I don't understand why the actions is not run on your PR,...