A library for Geometry Dash level generation using .gmd files
Project description
Dashcode
Dashcode is a specialized Python library for the programmatic generation of Geometry Dash levels (compatible with version 2.2+). It allows developers to build complex level structures, triggers, and gameplay mechanics entirely through code.
Key Features
- Class-Based Architecture: All functionality is encapsulated within the
Dashcodeclass for a clean developer experience. - Full Trigger Support: Easily manage Group IDs, Alpha, Toggle, Rotate, and Camera Zoom parameters.
- Verified Mapping: Includes corrected IDs for critical items like the Checkpoint (2063) and TouchTrigger logic.
- Extensible Logic: Fully customizable object and parameter dictionaries via
setobjects()andsetparams(). - Direct GMD Export: Encode and package your level data into a ready-to-import .gmd file format.
- Timelines: You can make a list of actions and objects like spawn or create to build easier using
build_timeline()
Examples
Check the /examples directory for advanced usage:
spikes_and_orbs.py- Basic object placement.prefabs.py- Placing objects using prefabstimeline_demo.py- Usingbuild_timeline()for synced events.
Installation
pip install dashcode
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dashcode-1.2.3.tar.gz.
File metadata
- Download URL: dashcode-1.2.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7408c8bf4b084104ffd2773660d8f0942f05de106c3c0c4f8dbec7f7490bd9c1
|
|
| MD5 |
5d6285a58fc43ae0257a1178eb24ac9b
|
|
| BLAKE2b-256 |
62fa374c19c6ea72e6501a962aff07839ac4ad7eb2f7c779d3ce0f66e652ec2c
|
File details
Details for the file dashcode-1.2.3-py3-none-any.whl.
File metadata
- Download URL: dashcode-1.2.3-py3-none-any.whl
- Upload date:
- Size: 4.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15b70461f194bd83b633a7fef477e19e338e6421565f1001f4e22510d22e2c2a
|
|
| MD5 |
eed11c6218e41e6d469a35479d25072c
|
|
| BLAKE2b-256 |
9765377186cbce3a56ab854a2ff7eff0e1d1aacde8d32c75aa050a21220a8206
|