Justine Tunney
Justine Tunney
> Note: Test with make --version and make sure NOT v3.8. Using make v3.8 will result in very strange errors, as the $(file...) function is silently ignored. Out of curiosity...
Hey @timgates42 I noticed you're writing an automated GitHub refactoring tool. I'm a big supporter of what you're doing. I actually wrote a blog post a few years ago, which...
I support this. It would need to be community maintained for the time being. The biggest thing I recommend doing is creating a shell script in the build folder that...
There's an llvm section in config.mk. Would you be interesting in maintaining that? In other words, you'd put something like `make MODE=darwin` or `make MODE=llvm`. We use the `-x-no-pg` flag...
We're already using musl-cross-make embedded binaries to build on Linux. If that runs on Darwin then it'll probably help. If you don't want to do the shell script then would...
Cosmopolitan currently has a razor sharp focus on tui interfaces because it's something we're able to do better than anyone else. I think cross-platform GUIs are great, but I need...
If you want to see some examples of the impact Cosmopolitan is already having in the terminal interface realm, then check out: - [printvideo](https://justine.lol/printvideo.html) renders .mpg videos in the terminal...
It took five hundred thousand lines of code to get stdio and sockets working across platforms without dependencies. Doing the same for GUIs would probably take 10x times that, which...
Cosmopolitan can already create a blank canvas on WIN32. If we can do the same thing for X11 then that will cover all our bases. Although on Mac it'd be...
Framebuffer is totally doable. Cosmopolitan already has support for it too. See PRINTVIDEO.COM which should still be able to play MPEG videos in the framebuffer even though that support was...