▲ | 90s_dev 3 days ago | ||||||||||||||||||||||||||||||||||
> Most software today is crappy. Do you really need all the bells and whistles? Probably not. I agree that most software today is bloated, but I wouldn't say crappy. There are legitimate reasons to choose bloat, for example using SDL or Electron to speed up development and have easier portability. But for some reason I do strongly enjoy writing and using minimalist software. That's why I removed C++, SDL and other libs from my app (hram.dev) and just used C, native Win32 APIs, and D3D, getting it down to 1.4mb and speeding up compilation a lot. So projects like this always appeal to me, and I love seeing different ways we can be minimalist without sacrificing too much functionality or convenience. | |||||||||||||||||||||||||||||||||||
▲ | gen2brain 3 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||
The best apps I've used have implementations for every OS and UI separately. Usually, everyone uses the easier route, but it will only be good enough, not the best. But again, now your app works only on Windows. | |||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||
▲ | jjrh 3 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||
It's a shame no one has figured out how we can get the flexibility of html/css/js in a way that is fast. | |||||||||||||||||||||||||||||||||||
|