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() - Variables: Add variables using ItemIds with
add_variable()or change the variable in level usingset_variable()or activate groups if {variable} is {value} withif_variable()or just get it withget_variable()
Examples
Check the /examples in wiki for advanced usage of:
Object placement
Prefabs
Timelines
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.4.1.tar.gz.
File metadata
- Download URL: dashcode-1.4.1.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0060ec6cbf1a758eb5be79830117d5096c242923ec835c2b3bd583071414e3bd
|
|
| MD5 |
fd233204a7680d43596c3ddb258217ce
|
|
| BLAKE2b-256 |
7e1c5c2233f3d75bb148398eca29bdfd5b4bc9af252e9050bd7488012a13e4ac
|
File details
Details for the file dashcode-1.4.1-py3-none-any.whl.
File metadata
- Download URL: dashcode-1.4.1-py3-none-any.whl
- Upload date:
- Size: 5.5 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 |
4ec1b2faaeed1cd1e2befefacf8561a205a4590b3cc89b88f8e49bd6c33d5290
|
|
| MD5 |
adaa43d59c4842bd89ea995a3c244079
|
|
| BLAKE2b-256 |
ec840ecad5ac68f7f4381fa89494fa4936cb45c24fa6b97cecfb518322c2c839
|