Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iAndyHD3/image2gd
Integrated Geometry Dash mod to import images to the editor
https://github.com/iAndyHD3/image2gd
Last synced: 3 months ago
JSON representation
Integrated Geometry Dash mod to import images to the editor
- Host: GitHub
- URL: https://github.com/iAndyHD3/image2gd
- Owner: iAndyHD3
- License: mit
- Created: 2023-05-28T11:23:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T21:50:10.000Z (about 1 year ago)
- Last Synced: 2024-08-01T20:36:16.150Z (6 months ago)
- Language: C++
- Homepage:
- Size: 2.2 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-geometry-dash - image2gd - Integrated mod to import images to editor (Mods)
README
# image2gd
> **Warning**
> If you upload an image to the servers there's a high risk the level is made unlisted on upload. This is security robtop added to avoid NFSW and other inappropriate content.![2.2 swing wip image](https://cdn.discordapp.com/attachments/651480005536383009/1116882329793744916/image.png)
## Download (2.1 only!)
[Releases](https://github.com/iAndyHD3/image2gd/releases/latest)
## Using
- Load the mod with any modloader ([ProxyDLLLoader](https://github.com/adafcaefc/ProxyDllLoader/releases/tag/v1.0) recommended if you dont have any)
- Open level settings and click on import image
- Select image and change settings
- Wait for the image to process
- An info box will pop up when it's done# Known bugs
- The import image process is not stopped when exiting the editor, you need to stop it manually by opening level settings and clicking on the button
- When the percentage is very close to 100% it displays incorrectly### Bugs / Suggestions
Open an issue for bugs or suggestions## Credits
- [C++ Library for Geometrize](https://github.com/Tw1ddle/geometrize-lib)
- [stb_image](https://github.com/nothings/stb/blob/master/stb_image.h)
- [portable-file-dialogs](https://github.com/samhocevar/portable-file-dialogs)
- Cvolton
- Adafcaefc