Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
This will be needed for a GUI.
|
|
Using Markdown features (as URLs) is even more useful if you actually
render this somewhere. PDF is now done and HTML might follow.
|
|
Roadmap content should not spam the README
|
|
|
|
|
|
LimoX aswell as the tests should be build automatically without altering
the Makefile.
|
|
|
|
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)
|
|
This is a good resource for network programming in C on Linux. Helps a
lot for further development.
|
|
|
|
Just `meson build` is deprecated and replaced by `meson setup build`.
|
|
|
|
|
|
|
|
|
|
|
|
|