Comment by ๐ LucasMW
Re: "A small non-functional browser"
Added some code which renders gemtext as an example.
We don't handle emojis an other special chars yet.
2025-06-04 ยท 11 months ago
Poll Results
1. yes
โโโโโโโโโโโโโโโโโโโโโโโโ 88%
2. no
โโโโโโโโโโโโโโโโโโโโโโโโ 12%
26 votes were cast.
Original Post
A small non-functional browser โ I've been coding a small 'browser' from scratch these days. The idea was to keep dependencies at minimum. So, I would use raw sockets to do everything and use raylib to render it. In the end I gave up understanding how open_ssl cryptography worked from specification and ended up just calling openssl and including it as dependency. it can handle [http link] [https link] (both on text mode) and did I say it can also display gemini capsules if given a [gemini link]...