.clang-format
.clang-format-ignore
.gitignore
.gitmodules
LICENSE
MANIFEST.in
Makefile
README.md
make.bat
pyproject.toml
requirements.dev.txt
setup.py
.github/workflows/ci.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
docs/concepts.rst
docs/conf.py
docs/index.rst
examples/simple.py
include/pysicgl.h
include/pysicgl/color.h
include/pysicgl/color_sequence.h
include/pysicgl/field.h
include/pysicgl/interface.h
include/pysicgl/screen.h
include/pysicgl/utilities.h
include/pysicgl/drawing/blit.h
include/pysicgl/drawing/compose.h
include/pysicgl/drawing/field.h
include/pysicgl/drawing/global.h
include/pysicgl/drawing/interface.h
include/pysicgl/drawing/screen.h
src/color.c
src/color_sequence.c
src/field.c
src/interface.c
src/module.c
src/screen.c
src/utilities.c
src/drawing/blit.c
src/drawing/compose.c
src/drawing/field.c
src/drawing/global.c
src/drawing/interface.c
src/drawing/screen.c
src/pysicgl.egg-info/PKG-INFO
src/pysicgl.egg-info/SOURCES.txt
src/pysicgl.egg-info/dependency_links.txt
src/pysicgl.egg-info/top_level.txt
tests/test_import.py
tests/test_screen.py
tests/testutils.py
third-party/sicgl/include/sicgl.h
third-party/sicgl/include/sicgl/blit.h
third-party/sicgl/include/sicgl/color.h
third-party/sicgl/include/sicgl/color_sequence.h
third-party/sicgl/include/sicgl/compose.h
third-party/sicgl/include/sicgl/debug.h
third-party/sicgl/include/sicgl/extent.h
third-party/sicgl/include/sicgl/field.h
third-party/sicgl/include/sicgl/gamma.h
third-party/sicgl/include/sicgl/interface.h
third-party/sicgl/include/sicgl/iterator.h
third-party/sicgl/include/sicgl/screen.h
third-party/sicgl/include/sicgl/translate.h
third-party/sicgl/include/sicgl/domain/global.h
third-party/sicgl/include/sicgl/domain/interface.h
third-party/sicgl/include/sicgl/domain/screen.h
third-party/sicgl/include/sicgl/private/direct.h
third-party/sicgl/include/sicgl/private/interpolation.h
third-party/sicgl/include/sicgl/private/minmax.h
third-party/sicgl/src/blit.c
third-party/sicgl/src/color_sequence.c
third-party/sicgl/src/compose.c
third-party/sicgl/src/field.c
third-party/sicgl/src/gamma.c
third-party/sicgl/src/iter.c
third-party/sicgl/src/screen.c
third-party/sicgl/src/translate.c
third-party/sicgl/src/domain/global.c
third-party/sicgl/src/domain/interface.c
third-party/sicgl/src/domain/screen.c
third-party/sicgl/src/private/direct.c
third-party/sicgl/src/private/interpolation.c