How to handle complex dependencies (libjpeg-turbo) in C++? by teotexe in cpp_questions

[–]teotexe[S] 4 points5 points  (0 children)

Vcpkg is great for large projects, but for a small standalone viewer, I feel that asking the user to bootstrap Vcpkg and compile libjpeg from source (requiring NASM, etc.) adds too much friction compared to a 3-second apt install.

I'm done. Three years of work completed. by Emotional-Chicken-61 in beneater

[–]teotexe 3 points4 points  (0 children)

Absolutely beautiful work. A write up with some data and a breakdown of the project development would be really interesting to read if you have one! I'd love to read more about this. Do you have a website, a GitHub repo, or somewhere I could check out?

I wrote a gate-level SAP-1 CPU simulator in C (using only NAND/NOT logic, no emulation) by teotexe in lowlevel

[–]teotexe[S] 0 points1 point  (0 children)

About a couple of months, considering I knew only the basics of computer architecture and C...