No description
Find a file
Matthieu Bouron e796656038 tests: add rtt_srgb test
Ensures linear->sRGB conversions are performed when using sRGB color
formats. This test targets the OpenGL backend which needs to explicitly
enable GL_FRAMEBUFFER_SRGB to behave like Vulkan and OpenGLES.
2025-11-10 21:47:21 +01:00
.github/workflows ci/msvc: bump VulkanSDK version 2025-11-10 20:18:10 +01:00
doc doc/path: increase a bit the outline of one scene after the recent SDF scale change 2025-08-04 15:19:15 +02:00
libnopegl ngpu/glcontext_wgl: add WGL_EXT_colorspace support 2025-11-10 21:47:21 +01:00
ngl-tools tool/player: remove unused graphic config 2025-07-11 17:00:37 +02:00
python ngpu/gl: enable sRGB framebuffer conversions by default on OpenGL 2025-11-10 21:47:21 +01:00
scripts project: move python modules to a dedicated sub-directory 2025-06-29 19:09:55 +02:00
tests tests: add rtt_srgb test 2025-11-10 21:47:21 +01:00
.flake8 project: rename setup.cfg to .flake8 2022-04-19 10:11:31 +02:00
.gitignore gitignore: explicit root directory for appimage 2025-06-29 19:09:55 +02:00
CHANGELOG.md distmap: make the SDF resolution agnostic 2025-08-04 15:19:15 +02:00
codecov.yml project: rename from node.gl to nope.gl 2023-04-06 15:06:56 +02:00
configure.py build: bump harfbuzz version to 12.2.0 2025-11-10 20:18:10 +01:00
LICENSE Introduce first working version of node.gl 2016-11-23 15:30:32 +01:00
NOTICE project: rename the organization to Nope Forge 2023-10-09 17:06:02 +02:00
pyproject.toml pyproject: make pyright find the sources 2025-06-29 19:09:55 +02:00
README.md ci: add coverity scan job 2023-11-10 17:09:31 +01:00
VERSION Release 2024.0 2024-02-02 19:28:15 +01:00

nope.gl

nope.gl is a graphics engine for building and rendering graph-based scenes. It is designed to run on both desktop (Linux, OSX, Windows) and mobile (Android, iOS).

Warning: note that nope.gl is still highly experimental. This means the ABI and API can change at any time.

📚 Documentation

tests Linux tests Mac tests MinGW tests MSVC coverage coverity build Android 🤖 build iOS 🍏

📜 License

nope.gl is licensed under the Apache License, Version 2.0. Read the LICENSE and NOTICE files for details.