https://github.com/matcool/lilac
The repo that puts it all together
https://github.com/matcool/lilac
Last synced: 3 months ago
JSON representation
The repo that puts it all together
- Host: GitHub
- URL: https://github.com/matcool/lilac
- Owner: matcool
- License: mit
- Created: 2022-01-03T02:26:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T02:55:39.000Z (over 3 years ago)
- Last Synced: 2024-12-28T16:44:49.160Z (5 months ago)
- Language: C++
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lilac
**lilac** is a [Geometry Dash](https://store.steampowered.com/app/322170/Geometry_Dash/) Mod Loader and modding SDK with a modern approach towards mod development. Unlike previous mod loaders, which merely inject the DLLs and let them handle the rest, lilac aims to be a more comprehensive project, which manages loaded mods & hooks itself. lilac utilizes a trap hooking technique for hooks to ensure performance, compatability, portability and ease of use. For modders, lilac means easy development and (hopefully) portability; for end users, lilac means an uniform and easy experience using mods.
## Usage
See `docs/USAGE.md`
## Documentation
See `docs`.
## Contributing
To contribute, you may open a pull request on any of the lilac repos with your suggested changes. Check [our Discord server](https://discord.gg/9e43WMKzhp) if you'd like to talk to us more about contributing.
## Credits
Developed by
* PoweredByPie | [GitHub](https://github.com/poweredbypie/) | [Twitter](https://twitter.com/PoweredByPie)
* Mat | [GitHub](https://github.com/matcool/) | [Twitter](https://twitter.com/mateus44_/)
* HJfod | [GitHub](https://github.com/hjfod) | [Twitter](https://twitter.com/HJfod)
* Camila314 | [GitHub](https://github.com/camila314/) | [Twitter](https://twitter.com/cami314la/)
* alk1m123 | [GitHub](https://github.com/altalk23/)
* Firecubez | [Twitter](https://twitter.com/FireCubez)
Using
* [Cocos2d-x](https://github.com/cocos2d/cocos2d-x/tree/cocos2d-x-2.2.3)
* [FMOD](https://www.fmod.com/)
Special Thanks
* [RobTop Games](https://twitter.com/RobTopGames/) for making this amazing game and providing us and so many others with hours of entertainment <3 And an extra special thank you for not disabling RTTI on Windows