Giter Site home page Giter Site logo

Overlapping UI elements about evosc HOT 3 OPEN

EmileCalixte avatar EmileCalixte commented on September 17, 2024
Overlapping UI elements

from evosc.

Comments (3)

Chris92de avatar Chris92de commented on September 17, 2024

Hi, yea, this is a thing we're aware of but don't really know how to fix.
This happens for the first time our grid system is initialized, a simple /reset in chat should fix this.

from evosc.

snixtho avatar snixtho commented on September 17, 2024

I can tell you what happens here as ive dealt with it myself: Manialinks are executed in parallel. Each module is it's own manialink. So when the modules sends their manialink to the clients, its all executed in parallel. The code that sorts the ui has race conditions with the slot values due to no synchronization. Sometimes /reset wont help either. This is also difficult to fix as maniascript doesn't really provide any way to synchronize these things. The whole setup would need to be re-done from scratch, and I think it would be better to do this in EvoSC# or something.

from evosc.

araszka avatar araszka commented on September 17, 2024

I have added some counter-measures against it. It won't fix the problem but atleast align the UI properly after joining (hopefully).

from evosc.

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.