LICENSE.txt
README.md
pyproject.toml
src/ncca/ngl/__init__.py
src/ncca/ngl/abstract_vao.py
src/ncca/ngl/base_mesh.py
src/ncca/ngl/base_mesh.pyi
src/ncca/ngl/bbox.py
src/ncca/ngl/bezier_curve.py
src/ncca/ngl/first_person_camera.py
src/ncca/ngl/image.py
src/ncca/ngl/log.py
src/ncca/ngl/mat2.py
src/ncca/ngl/mat3.py
src/ncca/ngl/mat4.py
src/ncca/ngl/multi_buffer_vao.py
src/ncca/ngl/obj.py
src/ncca/ngl/plane.py
src/ncca/ngl/primitives.py
src/ncca/ngl/pyside_event_handling_mixin.py
src/ncca/ngl/quaternion.py
src/ncca/ngl/random.py
src/ncca/ngl/shader.py
src/ncca/ngl/shader_lib.py
src/ncca/ngl/shader_program.py
src/ncca/ngl/simple_index_vao.py
src/ncca/ngl/simple_vao.py
src/ncca/ngl/text.py
src/ncca/ngl/texture.py
src/ncca/ngl/transform.py
src/ncca/ngl/util.py
src/ncca/ngl/vao_factory.py
src/ncca/ngl/vec2.py
src/ncca/ngl/vec2_array.py
src/ncca/ngl/vec3.py
src/ncca/ngl/vec3_array.py
src/ncca/ngl/vec4.py
src/ncca/ngl/vec4_array.py
src/ncca/ngl/PrimData/pack_arrays.py
src/ncca_ngl.egg-info/PKG-INFO
src/ncca_ngl.egg-info/SOURCES.txt
src/ncca_ngl.egg-info/dependency_links.txt
src/ncca_ngl.egg-info/requires.txt
src/ncca_ngl.egg-info/top_level.txt
tests/test_base_mesh.py
tests/test_bbox.py
tests/test_bezier_curve.py
tests/test_first_person_camera.py
tests/test_image.py
tests/test_logging.py
tests/test_mat2.py
tests/test_mat3.py
tests/test_mat4.py
tests/test_obj.py
tests/test_plane.py
tests/test_primitives.py
tests/test_pyside_event_handling_mixin.py
tests/test_quaternion.py
tests/test_random.py
tests/test_shaderlib.py
tests/test_text.py
tests/test_texture.py
tests/test_transform.py
tests/test_util.py
tests/test_vao.py
tests/test_vec2.py
tests/test_vec2_array.py
tests/test_vec3.py
tests/test_vec3_array.py
tests/test_vec4.py
tests/test_vec4_array.py