https://github.com/james-beans/pyimgui-hw
"Hello, world." in a nested Pygame and Imgui window.
https://github.com/james-beans/pyimgui-hw
hello-world pygame pyimgui python
Last synced: about 1 year ago
JSON representation
"Hello, world." in a nested Pygame and Imgui window.
- Host: GitHub
- URL: https://github.com/james-beans/pyimgui-hw
- Owner: james-beans
- License: gpl-3.0
- Created: 2024-11-04T23:17:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T23:30:21.000Z (over 1 year ago)
- Last Synced: 2024-11-05T00:22:46.087Z (over 1 year ago)
- Topics: hello-world, pygame, pyimgui, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pyimgui-hw
"Hello, world." in a nested Pygame and Imgui window.
> [!WARNING]
> Binaries for windows and Linux have not been made yet I will make them soon.
> [!TIP]
> To compile this, you will need either Pyinstaller or Nuitka. I prefer Nuitka because it doesn't give of antivirus malfunctions. Because of this I will not be giving the command to compile with Pyinstaller. If you still want to you will need to trubleshoot and make a command yourself.
## Compile command:
### Windows (tested on Windows 11):
`nuitka --standalone --enable-plugin=numpy --include-package=imgui main.py`
### Linux (tested on Debian 12):
> [!WARNING]
> I haven't changed the script so this will work on Linux yet. It will not work at the moment.