diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c6ef218 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea + diff --git a/TODO b/TODO new file mode 100644 index 0000000..e0dd035 --- /dev/null +++ b/TODO @@ -0,0 +1 @@ +* [ ] Perform some cleanup \ No newline at end of file diff --git a/minimal/MyFrame.py b/minimal/MyFrame.py index a3feac7..3625d7f 100644 --- a/minimal/MyFrame.py +++ b/minimal/MyFrame.py @@ -1,4 +1,4 @@ -# wxCoin3D Porting on wxWidgets of Coin3D (a.k.a Open Inventor) examples +# wxPythonPivy Porting on wxWidgets of Coin3D (a.k.a Open Inventor) examples # Copyright (C) 2022 Fabrizio Morciano # This library is free software; you can redistribute it and/or diff --git a/minimal/TestGLCanvas.py b/minimal/TestGLCanvas.py index a690b93..a8f7ff5 100644 --- a/minimal/TestGLCanvas.py +++ b/minimal/TestGLCanvas.py @@ -1,4 +1,4 @@ -# wxCoin3D Porting on wxWidgets of Coin3D (a.k.a Open Inventor) examples +# wxPythonPivy Porting on wxWidgets of Coin3D (a.k.a Open Inventor) examples # Copyright (C) 2022 Fabrizio Morciano # This library is free software; you can redistribute it and/or diff --git a/minimal/main.py b/minimal/main.py index 61e5f46..b010307 100644 --- a/minimal/main.py +++ b/minimal/main.py @@ -1,4 +1,4 @@ -# wxCoin3D Porting on wxWidgets of Coin3D (a.k.a Open Inventor) examples +# wxPythonPivy Porting on wxWidgets of Coin3D (a.k.a Open Inventor) examples # Copyright (C) 2022 Fabrizio Morciano # This library is free software; you can redistribute it and/or