Giter VIP home page Giter VIP logo

client1's Introduction

Meteor-225

A Kotlin/Compose client built around Lost-City/Client

image

Enhancements are nice, but I intend to respect the experience, and the developers of Lost-City.

Forbidden features (unless otherwise permitted by Lost-City):  
    artificial input of any kind  
    pvp context-aware content (ie. effect timers, hiding friends, etc)
    camera zoom / middle mouse rotate  
    menu entry swapping (including changing menu entry text)
    overlays alerting when to move / pray etc

    Per Pazaz:
    "in general: don’t give yourself an advantage that forces a new meta on the community.
        The original experience should be a viable option for people to play with"
Improved RuneLite Injector  
    Inject to deob instead of vanilla, great for debugging
Kotlin/Compose framework:
    Entire client is now kotlin only
    Many systems improved / modernized to benefit from Kotlin
Compose only UI/Overlays:
    Game image is drawn to the compose backed swing panel but that is it for swing
    Overlays are native resolution regardless of rs stretching
    Overlays are rendered on compose UI thread, client thread won't starve because of drawing 

Depends on the following sub-projects:
Annotations runelite deobfuscation/mixin annotations
Eventbus kotlin coroutines based eventbus
Injector packs api/api-rs/mixins into rs2
Logger pretty logger

  • /api restricted-level interfaces to client members
  • /api-rs unrestricted-level interfaces to client members
  • /client pure kotlin / compose 3pc
  • /mixins code to be packed/modified in rs2
  • /rs2 aka deob aka 2004Scape Client aka Client1 aka vanilla

The injector has a handful of improvements over RuneLite/OpenOSRSs releases.

-targets rs2 instead of mapping against vanilla jar  
  (changes made in rs2 are injected on build)
  (rs2 is debuggable with breakpoints etc after injection)  
-can handle targets with packages  
-various bytecode fixes  
-virtually annotate members 
  (no need to annotate anything in rs2)  

2004Scape Client

Status: Completely renamed! There's no obfuscation or unnamed classes/methods/fields/variables left.

The TeaVM webclient is in the webclient branch until it can be made compatible with this new branch: see https://github.com/2004scape/Client/tree/webclient

Sources

Thanks to these individuals' projects for shedding light on some things - this would've taken a lot longer to complete without their efforts.

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.