Experimental(and possibly non-existent) Tox client, which is planned to support multiple protocols
NOTE: Small parts(troubleshooting, some document reading, etc) was done with AI, but it is done mostly with human hands!
Prithvi Chhipa
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Started working on actual UI, but this is just Slack...
I'll be looking forward for any ideas, and yes, the color can be changed(catpucchin theme wen eta??)
I've created 8th revision/rewrite of my own Love2D UI kit, and this one is simple enough for creating itself and any form of UI. I'm pretty sure that I won't make a new one for a while.
I created selection box, with 100% pure Lua, absolutely no Electron.
Happy 10 hours, I started to work on UI. I finally made a simple kit that would allow me to make a textbox with ease. Did anybody know that tables can be used as a pointer in Lua? That really helped with this.
Very basic binding is done, I can send and receive messages now. I just need a reliable way to test everything...
I've implemented more stuff from ToxCore. There is no screenshot of it, but I can successfully bootstrap and get Tox ID now.
The post devlog everyday limitation really has to be lifted. I finally got FFI to load a library, but... Nobody wants to hear that. I can't post a devlog that doesn't go to Explore, and if anybody sees it, they would likely not react to it... It just makes each devlog really small and not exciting, and I still have to do it... Anyways, here's a UI that I made with Love2D for other project, this is how the actual chat app should look like.
Interesting thing to note is that Love2D works really great as a CLI Lua program library. Not related to project, but it's something.