Giter VIP home page Giter VIP logo

Comments (3)

Pante avatar Pante commented on August 16, 2024 1

I guess, it'll really depends. It's going to be difficult/tedious to provide backwards compatibility with all prior versions until 1.13 at this point. I won't say it's off the table but I personally don't have the motivation to do so in the near future.

That said, if someone's kind enough to contribute a PR that does so, I'll be more than happy to merge it!

I've explored a few methods to support multiple versions in the past:

  • Use reflection instead of NMS - This method is unfortunately not viable since Chimera relies on quite a few NMS types and methods internally. Switching this to reflection is going to greatly increase the maintenance burden while suffering a major hit to performance, something I'm not too keen on.

  • Multiple modules for different versions of NMS - This solution is plausible but it'll definitely increase maintenance burden.

  • Build against Paper - Paper provides exposes a Brigadier API. To my knowledge it doesn't go all the way back to 1.13 but it's definitely a viable, future-proof solution. My only concern is that existing projects that depend on this library may be using Spigot.

from chimera.

portlek avatar portlek commented on August 16, 2024 1

the project definitely needs a design change for both nms modules and reflection things. i agree with the point that will take a lot of time to achieve that.

from chimera.

Pante avatar Pante commented on August 16, 2024

Honestly, if/when I get around to adding multi-version support, it'll be by building against Paper.

from chimera.

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.