-
-
Notifications
You must be signed in to change notification settings - Fork 12
Libraries
Sander edited this page Dec 8, 2023
·
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.
- LuaNodes: A custom module or library containing classes related to Lua nodes used in the editor.
- pyperclip: A Python module for cross platform clipboard access.
- Pyinstaller: this is used to distribute the code to a .exe file.
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 not already integrated with python like the OS library etc.
Copyright © 2023, SanForge Studio & Lua Node Editor, All Rights Reserved. Licensed under the GNU General Public 3.0 License