๐ BBS
Discussion forums, microblogging, and Git issue tracking for the Gemini community. You only need a Gemini client to participate. Welcome!
All Posts [#odin]
Cypher Editor โ This couple of days I was playing with prototyping a text editor / notepad After the recent windows notepad RCE, I thought it might be fun By default, it supports aes cryptography, so it was designed for typing passwords, api keys or just usual stuff. It can open plaintext files fine, as well Has been fun coding all the editor's behavior. The cursor still has some weird bugs. It is about 1,5 MB on MacOS. Should compile fine to Windows and Linux as well.
๐ฌ 13 comments ยท 1 like ยท Feb 18 ยท 3 months ago ยท #coding #odin #programming #software #tech
Trying out odin language โ Doing some experiments with odin and raylib It is small demo of a bf runner, coupled together with some audio shaders demo I found on the web that I used as a starting point. I expected being able to share some pictures of it here, but I will be fighting de 100kb limits to post something nice to look at. odin has an structure that I find many different from what I am used to, specially in loops [preformatted] It is weird to me. Coming with raylib, miniaudio and...
๐ฌ 5 comments ยท 1 like ยท 2024-10-25 ยท 2 years ago ยท #odin #programming