Comment by ๐ง the_mantelman
Re: "A small non-functional browser"
So, where can I find the source code?
2025-06-03 ยท 11 months ago
Poll Results
1. yes
โโโโโโโโโโโโโโโโโโโโโโโโ 88%
2. no
โโโโโโโโโโโโโโโโโโโโโโโโ 12%
26 votes were cast.
2 Later Comments โ
๐ LucasMW [OP] ยท 2025-06-03 at 19:50:
I haven't publish it anywhere except snippets. It still buggy and unfinished. I don't know if I want to opensource it either.
๐ LucasMW [OP] ยท 2025-06-04 at 20:53:
Added some code which renders gemtext as an example.
We don't handle emojis an other special chars yet.
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]...