amytimed

Results 43 comments of amytimed

the temporary fix is change cassandra-driver in package.json to this: ```json "cassandra-driver": "https://github.com/KastelApp/nodejs-driver.git", ```

no, i stopped using it

It has been 2 weeks, what is the progress

springs are the only thing missing for this to be able to replace box2d for me

A while ago I successfully implemented springs externally in Rapier.js, I could send the code here if it would help anyone for the time being

> @aMySour I am interested in ur implementation. Here's my spring in TypeScript (Rapier.js): ```ts applySpringForce(spring: SimuloSpringDesc) { const pointAWorld = this.getWorldPoint(spring.getBodyAPosition(), spring.getBodyARotation(), spring.localAnchorA); const pointBWorld = this.getWorldPoint(spring.getBodyBPosition(), spring.getBodyBRotation(), spring.localAnchorB);...

So, Wayland has no way to get the exact window position? What if it runs under root? If I ever switch to Wayland, I'd definitely want to be able to...

![image](https://github.com/romgrk/web-toolkit/assets/52638772/04d20f11-f795-4968-8b62-ed64959f2eb3) can confirm it works

imperfect of course ![image](https://github.com/romgrk/web-toolkit/assets/52638772/40e23177-1d08-4218-8fdc-3520d90c1447)

> ###### _(Which IDE do you use to create a beepbox?)_ I'm guessing literally any text editor ever