{"id":15632701,"url":"https://github.com/svenstaro/glsl-language-server","last_synced_at":"2025-10-03T13:30:57.791Z","repository":{"id":37270395,"uuid":"103090514","full_name":"svenstaro/glsl-language-server","owner":"svenstaro","description":"Language server implementation for GLSL","archived":false,"fork":false,"pushed_at":"2024-07-25T01:55:30.000Z","size":125,"stargazers_count":183,"open_issues_count":14,"forks_count":29,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-01-15T14:21:52.518Z","etag":null,"topics":["glsl","language-server","language-server-protocol","lsp","lsp-server"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svenstaro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-11T04:40:46.000Z","updated_at":"2025-01-14T11:00:37.000Z","dependencies_parsed_at":"2023-02-12T12:16:02.472Z","dependency_job_id":"6f244ad1-c4fa-4847-b5d4-4a7ccf2e2499","html_url":"https://github.com/svenstaro/glsl-language-server","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenstaro%2Fglsl-language-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenstaro%2Fglsl-language-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenstaro%2Fglsl-language-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svenstaro%2Fglsl-language-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svenstaro","download_url":"https://codeload.github.com/svenstaro/glsl-language-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235134755,"owners_count":18941325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["glsl","language-server","language-server-protocol","lsp","lsp-server"],"created_at":"2024-10-03T10:45:00.874Z","updated_at":"2025-10-03T13:30:57.443Z","avatar_url":"https://github.com/svenstaro.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# glsl-language-server\nLanguage server implementation for GLSL\n\n# I'm searching for a new maintainer.\nIf you'd like to maintain this, please create an issue. This is currently still maintained and I\nwill accept PRs but I'd like for someone to give this more love.\n\nWhen I started this, there were no other language servers for GLSL but now there are some\nalternatives which you can check out:\n\n- [glsl-lsp](https://github.com/KubaP/glsl-lsp)\n- [glsl_analyzer](https://github.com/nolanderc/glsl_analyzer)\n\n## Status\nCurrently this LSP implementation can be interfaced with using either HTTP or stdio.\n\n### Current Features\n\n- Diagnostics\n- Completion\n- Hover\n- Jump to def\n\n### Planned Features\n\n- Workspace symbols\n- Find references\n\n## Compile\n\n    git submodule update --init\n    cmake -Bbuild -GNinja\n    ninja -Cbuild\n\nYou can also use the `Makefile` in the project root which is provided for convenience.\n\n## Install\n\n    ninja -Cbuild install\n\n## Usage\n\nYou can run `glslls` to use a HTTP server to handle IO. Alternatively, run\n`glslls --stdin` to handle IO on stdin.\n\n## Editor Examples\nThe following are examples of how to run `glslls` from various editors that support LSP.\n\n### Emacs\n\n[lsp-mode](https://github.com/emacs-lsp/lsp-mode/) has this language server\nintegrated into the core. This assumes you have [glsl-mode](https://github.com/jimhourihan/glsl-mode)\ninstalled. See the lsp-mode's [GLSL](https://emacs-lsp.github.io/lsp-mode/page/lsp-glsl/)\nfor more details.\n\n### Neovim\n\n[lspconfig](https://github.com/neovim/nvim-lspconfig) offers a ready-to-go configuration:\n\n```lua\nrequire'lspconfig'.glslls.setup{}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenstaro%2Fglsl-language-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvenstaro%2Fglsl-language-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvenstaro%2Fglsl-language-server/lists"}