All Projects → BepInEx → Harmonyx

BepInEx / Harmonyx

Licence: mit
Harmony built on top of MonoMod.RuntimeDetours with additional features

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Harmonyx

Openj9
Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.
Stars: ✭ 2,802 (+3960.87%)
Mutual labels:  hacktoberfest, runtime
Druntime
Low level runtime library for the D programming language
Stars: ✭ 608 (+781.16%)
Mutual labels:  hacktoberfest, runtime
Ts Node
TypeScript execution and REPL for node.js
Stars: ✭ 9,571 (+13771.01%)
Mutual labels:  hacktoberfest, runtime
Laravel Ecommerce
AvoRed an Open Source Laravel Shopping Cart
Stars: ✭ 1,151 (+1568.12%)
Mutual labels:  hacktoberfest
Adminlte
Pi-hole Dashboard for stats and more
Stars: ✭ 1,155 (+1573.91%)
Mutual labels:  hacktoberfest
Solid
Liquid template engine in Elixir
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest
Sceptre
Build better AWS infrastructure
Stars: ✭ 1,160 (+1581.16%)
Mutual labels:  hacktoberfest
Youtubeexplode.converter
Muxes and converts videos from YoutubeExplode
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest
Anime Downloader
A simple but powerful anime downloader and streamer.
Stars: ✭ 1,155 (+1573.91%)
Mutual labels:  hacktoberfest
Ratp Api Rest
This project turnkey is distributed as a middleware to expose RATP realtime data as REST resources
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest
Elmyr
A utility to make Kotlin/Java tests random yet reproducible
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest
Talisman
By hooking into the pre-push hook provided by Git, Talisman validates the outgoing changeset for things that look suspicious - such as authorization tokens and private keys.
Stars: ✭ 1,155 (+1573.91%)
Mutual labels:  hacktoberfest
Image Gif
GIF en- and decoder
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest
Alpakka
Alpakka is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Akka.
Stars: ✭ 1,154 (+1572.46%)
Mutual labels:  hacktoberfest
Parse Sdk Js
The JavaScript SDK for the Parse Platform
Stars: ✭ 1,158 (+1578.26%)
Mutual labels:  hacktoberfest
Ideogram
Insert emoji anywhere in elementary OS, even in non-native apps
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest
Wise Old Man
The Open Source Old School Runescape progress tracker.
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest
Openwisp Network Topology
Network topology collector and visualizer. Collects network topology data from dynamic mesh routing protocols or other popular networking software like OpenVPN, allows to visualize the network graph, save daily snapshots that can be viewed in the future and more.
Stars: ✭ 67 (-2.9%)
Mutual labels:  hacktoberfest
Vue Lunar Calendar
A vue component for lunar calendar.
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest
Escpos Printer Db
Database of ESC/POS thermal receipt printers
Stars: ✭ 68 (-1.45%)
Mutual labels:  hacktoberfest

HarmonyX Logo

NuGet


A library for patching, replacing and decorating .NET and Mono methods during runtime. Now powered by MonoMod.RuntimeDetour!


About

HarmonyX is a fork of Harmony 2 that specializes on support for games and game modding frameworks.

HarmonyX is being developed primarily for use in game frameworks alongside MonoMod. The main target usage of HarmonyX is BepInEx and Unity.

Important aspects of HarmonyX include:

  • Unity support first: builds for .NET Framework 3.5 and .NET Standard 2.0
  • Patching feature parity with Harmony while reducing code duplication with MonoMod
  • Full interop with MonoMod.RuntimeDetour: patches made with either can coexist
  • Easily extendable patching: built-in support for native method patching and possibility to extend to other patch targets (e.g. IL2CPP)
  • Fixes, changes and optimizations aimed at Unity modding

HarmonyX is powered by MonoMod and its runtime patching tools.

Documentation

Check the documentation out at HarmonyX wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].