Code Monkey home page Code Monkey logo

Comments (6)

Mumfrey avatar Mumfrey commented on May 12, 2024

You can use Mixin in any application where you control the class loading, for example your own projects or by "wrapping" an existing application. This is possible because Mixin uses LaunchWrapper and other than the "default" support for Minecraft, LaunchWrapper is basically an environment-agnostic extensible ClassLoader system.

So yes, other than LaunchWrapper, you can use Mixin without any of the other components like FML or whatever.

For obvious reasons you cannot use Mixin with Java EE applications, and obviously using it in a Bukkit plugin is completely impossible. But for standard applications all you need to do is write a Tweaker to plug in to LaunchWrapper and bootstrap your application using Launch.

from mixin.

phase avatar phase commented on May 12, 2024

How would one initialize Mixins in a standalone project? Would you need to use LegacyWrapper if you weren't using Minecraft?

from mixin.

Mumfrey avatar Mumfrey commented on May 12, 2024

Yep, but as I said, LaunchWrapper is entirely application-agnostic and is open source as well, so it's pretty straightforward to use.

from mixin.

phase avatar phase commented on May 12, 2024

Would I need to make a new Tweaker & TweakerInjector for my application?

from mixin.

liach avatar liach commented on May 12, 2024

https://github.com/thog/universalat

which works on bukkit.

from mixin.

Mumfrey avatar Mumfrey commented on May 12, 2024

Would I need to make a new Tweaker & TweakerInjector for my application?

Just a tweaker is sufficient, the contract of tweakers is pretty straightforward and you can read any of the many examples which are floating around.

https://github.com/thog/universalat

which works on bukkit.

Yes but not as a plugin, so that's a stupid example. As I said above, "You can use Mixin in any application where you control the class loading" and this is true of most applications, if you wrap the application then you can do mostly whatever you want. I mean, that's the entire point of LaunchWrapper in the first place!

There are ways around this limitation but they're hacky and far from straightforward.

from mixin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.