@rsms Wow good job! I tried something similar with OpenGL, but I got nowhere close. Why did you decide to render with camera instead of recording? Elaborate more please!
@vkrajacic I’m sure filepilot is faster but the comparison is not entirely fair - you don’t know the specs of the PC from the clip. It could be a 15 year potato with 3 versions of Skype running in the background
@anaisbetts@joseph_h_garvin This is actually explicitly supported in Linux - see Torvald’s obsession on never breaking user space doing just that. I assume windows is more like BSDs
@WerWolv Smooth sub-line (pixel perfect) scrolling. Implement proper inertia and stopping with touchpad gestures. I can give you exact code that mimics the macos default very closely (in odin+sdl3, but trivial to port)
@the_octobro@IgorJMichalak 1) the context system instead of passing allocators explicitly everywhere
2) vendor:*
3) better docs, was easier to get started
@TheGingerBill So if some variable is shown on the screen, you better make sure to update the dom when you update the variable. That’s the thing react & friends try to solve.
@TheGingerBill Well it’s very inefficient to do this in javascript, so js devs used to resort to precise manipulations to make the minimal amount of dom changes that make the page like what they need it to look.
@jarredsumner Here’s an idea - the binary comes with all intl stuff, but when the developer uses the API, download it transparently for them (and cache it). This way you get smaller binaries and no need to decide up-front. Simple dev experience, small binary