Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# NixGL

NixGL solve the "OpenGL" problem with [nix](https://nixos.org/nix/). It works with all mesa drivers (Intel cards and "free" version for Nvidia or AMD cards), Nvidia proprietary drivers, and even with hybrid configuration via bumblebee. It works for Vulkan programs too.
NixGL solves the "OpenGL" problem with [Nix](https://nixos.org/nix/) and [Lix](https://lix.systems/) on non-NixOS systems.

It works with all Mesa drivers (open-source drivers for Intel, AMD, and Nvidia chips), Nvidia proprietary drivers, Vulkan applications, and also with hybrid configurations via Bumblebee. It does work also for Vulkan applications.

# Motivation

Expand Down
Loading