summaryrefslogtreecommitdiff
path: root/libs/assimp/port/PyAssimp/scripts/README.md
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
committersanine <sanine.not@pm.me>2023-02-12 23:53:22 -0600
commitf1fe73d1909a2448a004a88362a1a532d0d4f7c3 (patch)
treeab37ae3837e2f858de2932bcee9f26e69fab3db1 /libs/assimp/port/PyAssimp/scripts/README.md
parentf567ea1e2798fd3156a416e61f083ea3e6b95719 (diff)
switch to tinyobj and nanovg from assimp and cairo
Diffstat (limited to 'libs/assimp/port/PyAssimp/scripts/README.md')
-rw-r--r--libs/assimp/port/PyAssimp/scripts/README.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/libs/assimp/port/PyAssimp/scripts/README.md b/libs/assimp/port/PyAssimp/scripts/README.md
deleted file mode 100644
index 42caa27..0000000
--- a/libs/assimp/port/PyAssimp/scripts/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-pyassimp examples
-=================
-
-- `sample.py`: shows how to load a model with pyassimp, and display some statistics.
-- `3d_viewer.py`: an OpenGL 3D viewer that requires shaders
-- `fixed_pipeline_3d_viewer`: an OpenGL 3D viewer using the old fixed-pipeline.
- Only for illustration example. Base new projects on `3d_viewer.py`.
-
-
-Requirements for the 3D viewers:
-
-- `pyopengl` (on Ubuntu/Debian, `sudo apt-get install python-opengl`)
-- `pygame` (on Ubuntu/Debian, `sudo apt-get install python-pygame`)