summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-05-19Update README.md and ROADMAP.mdxengineering
2023-04-18Remove broken reference to iconxengineering
2023-04-16Switch completely to Go and Gio UIxengineering
The properties of the Go language, standard library and the Gio UI library are well suited for this project. The existing experimental Go code exceeds the GTK4 and SDL attempts by far with respect to quality and code simplicity.
2023-01-22Add new icon to READMExengineering
2023-01-22Add initial iconxengineering
This will be needed for a GUI.
2023-01-08Add PDF generation of documentationxengineering
Using Markdown features (as URLs) is even more useful if you actually render this somewhere. PDF is now done and HTML might follow.
2023-01-08Split README and ROADMAPxengineering
Roadmap content should not spam the README
2022-12-02Add reference to Gigi's SDL2 tutorialxengineering
2022-12-02Add reference to SDL2 documentationxengineering
2022-12-01Automate Makefile and test executionxengineering
LimoX aswell as the tests should be build automatically without altering the Makefile.
2022-12-01Update documentation for new build processxengineering
2022-11-27Switch completely to SDL2 versionxengineering
The now legacy version of LimoX with GTK4 and libstrophe is now not part of the main branch anymore. There might be a legacy branch keeping this version at the time of reading. This cut of implemented functionality is motivated by these reasons: - Implementing XMPP is fun, educative and gives full control. - Low level graphics with SDL2 is portable, fast, educative an mature. - I do not have to use GLib and a crazy event loop anymore (run and hide)
2022-11-25Add Beej's Guide to Network Programming as refxengineering
This is a good resource for network programming in C on Linux. Helps a lot for further development.
2022-11-20Mention SDL2 rewrite in READMExengineering
2022-11-20Update meson callxengineering
Just `meson build` is deprecated and replaced by `meson setup build`.
2022-11-20Add missing SDL2 dependencyxengineering
2022-10-08Update roadmap in READMExengineering
2022-10-08Fix syntax error in READMExengineering
2022-10-07Write down SDL goal to READMExengineering
2022-10-06Mark reconnect bug as solvedxengineering
2022-10-06Switch to markdown based READMExengineering