Just added an initial implementation of Gtk.ColumnView to owlkettle. The widget allows displaying large tabular datasets.
https://github.com/can-lehmann/owlkettle/blob/main/examples/widgets/column_view.nim
Just added an initial implementation of Gtk.ColumnView to owlkettle. The widget allows displaying large tabular datasets.
https://github.com/can-lehmann/owlkettle/blob/main/examples/widgets/column_view.nim
I made a short video about the different layout widgets available in owlkettle. It covers Box, Grid and Overlay layouts.
Owlkettle's new RadioGroup widget allows you to use radio buttons easily.
Example: https://github.com/can-lehmann/owlkettle/blob/main/examples/widgets/radio_group.nim
Docs: https://github.com/can-lehmann/owlkettle/blob/main/docs/widgets.md#radiogroup
I put together a little project page for my Graphing application: https://can-lehmann.github.io/projects/graphing/
Just merged a big pull request by PhilippMDoerner that builds owlkettle's documentation with @pietroppeter 's nimibook.
This means that owlkettle now has a really neat documentation website at https://can-lehmann.github.io/owlkettle/README.html 🎉
Yet another graphing application.