Glunzunk Engine is 100% free open-source, no-code Game Development Software, specfically a Game Engine.
Not Ready Yet...
❔ I'd like to... | Description |
---|---|
🔽 Download GZ Engine to make Games | Goto the itch.io page or Releases page to download it! |
💜 Contribute to the Engine ❤ | Install everything in requirements.txt and Python ~3.11 and don't mess up already existing code. |
Please don't make the code very messy, it's probably already messy enough.
📄 File | Description |
---|---|
📂 assets | Contains all engine assets like Images, Audio, Fonts and such. |
📂 scripts | Where most required engine scripts reside. |
main.py | Imports required libaries/modules. Starts the pywebview module, triggering the engine to load |
editor.html | This is the Game Editor, where all the game building takes place! |
babylon.js | The 3D Game Engine Glunzunk Engine is based off of. |
index.html | Glunzunk Engine Home Menu |
Your Glunzunk Project is exported as a python project, which then using pyinstaller
, the game can be compiled for Windows, Mac & Linux, and using Kivy's buildozer
, Android builds are compiled.
Traditional methods of compilation done-through electron, nw.js or cordova is typically avoided due to the potential of games containing important python code required for it to function correctly.
Install all modules in requirements.txt
And compile via pyinstaller
pyinstaller
command-line arguments have yet to be determined, as the engine hasn't been compiled before.
Community:
Download:
Games made with Glunzunk Engine:
- You can tag your game with glunzunk-engine and be listed here!
🦡 Badges
-> Documentation can be found here! <-
Absolutely Yes!! This is a non-profit project.
Of course you can! Just make sure you add or fix features that are needed, not what only you want, should benefit others too.
Nope!
- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
- No-Code (Optional)
- Custom JavaScript & Python Support
- Helpful Tutorials
- Pre-Made Assets
- Potential Path-Tracing
- Pre-Made and Custom Shaders
- Both Orthographic and Perspective Camera Options
- Supports Windows, MacOS, Linux, Android and Web!
Download Glunzunk Engine zip file, extract and run the executable file.
If you're on Linux and the executable doesn't well... execute(open/run) then in the same directory, open the terminal and run
chmod +x ./(insert glunzunk engine executable)
EXCLUDE CURVED BRACKETS AS WELL -> ( )
Name, Glunzunk Engine itself and The Logo all belong to MTSyntho and may not be claimed as yours or someone elses.
Many claims in this README.md haven't been implemented nor do we know if they ever will!
PS: 'GZ' is an abbreviation of 'Glunzunk Engine'