-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error for GLSL 4.10 not supported #170
Comments
I have same problem, trying to run on Linux Mint. I think the answer is we need to upgrade OpenGL lib to v4, but packages may not be available for that (proprietary drivers may be needed + hardware support). I haven't been able to upgrade here. |
We are currently using an older version of OpenGL for the Mac. In the file These are the lines:
|
That solved it for me. Thanks! I did it like this:
|
kons-9 is work in progress. Perhaps there's a way of selecting the opengl doing some library detection. But I think they are developing some other backend based on Vulkan. |
@alejandrogallo FYI I have a nixpkgs branch that includes kons-9 over here: NixOS/nixpkgs#197694 |
ah that's interesting, it would be cool to know exactly what your workflow ist, mine it's quite dumb, I just add the nix paths to (defun load-kons9 ()
(progn
(ale.nix::add-to-cffi-lib "libGL")
(ale.nix::add-to-cffi-lib "libGLU")
(ale.nix::add-to-cffi-lib "glfw"))
(ql:quickload :kons-9)) |
@alejandrogallo I'm still feeling my way along but for now I have two different ways to pull kons-9 into nix. First is a stand-alone derivation that builds on the Second is just adding kons-9 to that package collection alongside everything else from quicklisp etc: NixOS/nixpkgs@62acee1 I really like the I also a ways back setup a Github Actions CI to test kons-9 and using nix to deploy it. I dropped that idea though because there didn't seem to be much appetite on this upstream repo. Meanwhile I am cooking up broader Lisp/Nix CI things over at Uthar/nix-cl#13 |
that's great thanks @lukego I'll be taking a look at it, it would be good to leverage nix to test kons-9, I'm looking to build a crystal viewer for different tasks of the computational chemist toolset, something like http://jp-minerals.org/vesta/en/download.html, but I have to find time for this. |
Hi!
I'm on master, using nixos 22.05.
Apparently the OpenGL version in nixos is 3.1 and is not compatible with GLSL 4.10?
I'm not an expert in OpenGL or anything, maybe this is best asked over at nixos,
but maybe you have some pointers about it.
Error backtrace
The text was updated successfully, but these errors were encountered: