An open API service indexing awesome lists of open source software.

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

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