Age | Commit message (Collapse) | Author |
|
This helps to debug tests with t.Log() and t.Logf().
|
|
This allows to add svg image sources by simply adding their name to the
Makefile.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
This should make clear that something went wrong if a test failed.
|
|
LimoX aswell as the tests should be build automatically without altering
the Makefile.
|
|
This should kick off the infrastructure for unit tests. This can still
be improved but getting started is important to make it easier to add
unit tests and thus improving the quality.
|
|
A Makefile is enough for this project because it has a very simpel
structure. The additional complexity of meson is not necessary and
furthermore I am more used to Makefiles.
|