Remix.run Logo
TonyStr a day ago

The volume of commits is quite crazy. For example, he wrote a +486/-51 commit in 20 minutes (33287cb) with quite dense rust code. That's about 25 changes per minute -- very impressive! The docs also smell of LLM output, for example describing the app as native despite using egui/wgpu.

But hey, he's here, we can just ask him! @earcar

inexcf a day ago | parent [-]

What about egui and wgpu is not native? Those are both generally what is considered running something natively. Both even mention running "natively" in their descriptions.

I guess what you mean is "OS-provided controls". In that case, ye that is not what this is.