You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -144,10 +182,16 @@ Use [Fiatlight](pthom.github.io/fiatlight_doc/flgt/intro.html) for faster UI dev
144
182
145
183
### Packages
146
184
147
-
[PyInstaller](https://pyinstaller.org/en/stable/)and/or [Nuitka](https://nuitka.net/)or [PyOxidizer](https://github.com/indygreg/PyOxidizer) can be used to compile the python code into a single executable file.
185
+
[PyInstaller](https://pyinstaller.org/en/stable/) or [PyOxidizer](https://github.com/indygreg/PyOxidizer) can be used to compile the python code into a single executable file.
148
186
149
187
Shaders (GLSL) can be used to use gpu acceleration, also interoperability with vulkan, metal, dx12, OpenCV, and CUDA is Possible.
150
188
189
+
## Possible Performance Improvements
190
+
191
+
[cythonizer](https://github.com/TechLearnersInc/cythonizer) and [pyoxidizer](https://github.com/indygreg/PyOxidizer) can be used to compile the python code into a single executable file.
192
+
193
+
Write the code in cython and compile it to c code.
0 commit comments