-
-
Notifications
You must be signed in to change notification settings - Fork 7
Libraries
Sander edited this page Mar 29, 2024
·
9 revisions
For this application certain libraries are used and are important for this application to work.
- OS: Standard library for interacting with the operating system.
- dearpygui: A Python wrapper for the Dear PyGui library, which is a simple to use Python GUI framework.
- pprint: Pretty printing module for formatting complex data structures.
- threading: Standard library for working with threads in Python.
- pyperclip: A Python module for cross platform clipboard access.
- Pyinstaller: this is used to distribute the code to a .exe file.
- Lupa A library that allows to run Lua code in the application.
- LuaNodes: A custom build-in module containing classes related to Lua nodes used in the editor.
Already Integrated:
- OS: Standard library for interacting with the operating system.
- threading: Standard library for working with threads in Python.
- LuaNodes: A custom build-in module containing classes related to Lua nodes used in the editor.
It is pretty simple with all of the libraries mentioned you will install the latest python first, then open your command prompt and type:
pip install <name of the above libraries>
(e.g pip install pyinstaller)
Only do this with the libraries that are not already integrated with python.
Copyright © 2023, SanForge Studio & Lua Node Editor, All Rights Reserved. Licensed under the GNU General Public 3.0 License