EsportToys
- Karma
- 0
- Created
- ()
- Submissions
- 0
- The Mystery of Spinors [video] (youtube.com)
-
Based on the framerate-independent momentum simulation[0] that I used in my TPMouse script[1] If you've ever used a mouse with Infinite-scrollwheel such as Logitech, this utility for Windows basically recreates that…
- Framerate-agnostic damped spring model, in 16 lines of Lua (esporttoys.pages.dev)
- Timestep-independent mass-spring-damper in 16 lines of Lua (esporttoys.pages.dev)
- Modernizing RTS Camera Controls (github.com)
- Plotters (RAF) (en.wikipedia.org)
- A more natural way of controlling RTS cameras (github.com)
-
I wrote a simple little script[0] that lets me use Three-Finger Drag on Windows for my Surface Pro, by reading the touchpad's raw HID report via the RawInput WinAPI, then use the SendInput API to synthesize mouse…
-
Hello all, I apologize for the repost as the previous submission was made from an unfortunate timezone. I've been refining my app to the point that it's pretty much become an indispensable daily driver in my own…
-
Recently I released v1.0 of my vim-like cursor control for Windows[0], and for its README I recorded some clips of myself using the various modes, but constantly find the result unsatisfactory when played back. I was…
- TPMouse: homerow-driven mouse navigation for Windows (github.com)
-
Initial discussion here: https://news.ycombinator.com/item?id=33222215
-
Another one of my little AutoIt utility, decided to polish it up into a more presentable form. I frequently use MSPaint when brainstorming or deriving equations, and had become quite proficient at handwriting using the…
-
This is my third ever GUI programming project -- I've only ever done any sort of programming in AutoIt as I'm entirely self-taught via their docs/tutorials. I've only just started learning about control flow and…