teaser for my little winter project.
-
@hbons Might be repeating myself, but that is one damn nice app icon.
@jimmac lovely wallpaper too!
-
@ewen oh I've hyperfocused a bunch of trippy ideas don't worry.

-
hitting the ground running because of all the code reuse. thanks Bobby.

#linux #opensource #gnome #gtk #libadwaita #design #aurora

been a while since I used a Grid (probably GTK2 days). and being able to set relative positions to other items is a lot more intuitive and less clunky than hardcoding edge numbers.
also <sub> and <sup> texts are working nicely for scientific notations!
-
been a while since I used a Grid (probably GTK2 days). and being able to set relative positions to other items is a lot more intuitive and less clunky than hardcoding edge numbers.
also <sub> and <sup> texts are working nicely for scientific notations!
@hbons Is this with XML or Blueprint or something else?
GNOME / Blueprint ยท GitLab
A markup language for GTK user interfaces. Docs: https://gnome.pages.gitlab.gnome.org/blueprint-compiler/
GitLab (gitlab.gnome.org)
-
@hbons Is this with XML or Blueprint or something else?
GNOME / Blueprint ยท GitLab
A markup language for GTK user interfaces. Docs: https://gnome.pages.gitlab.gnome.org/blueprint-compiler/
GitLab (gitlab.gnome.org)
@garrett just in code right now. will add Blueprint later.

-
been a while since I used a Grid (probably GTK2 days). and being able to set relative positions to other items is a lot more intuitive and less clunky than hardcoding edge numbers.
also <sub> and <sup> texts are working nicely for scientific notations!
adding
.almost done with the low hanging fruit. now need to add graphs over time.
best way to do that?
#linux #opensource #gnome #gtk #libadwaita #design #aurora

-
adding
.almost done with the low hanging fruit. now need to add graphs over time.
best way to do that?
#linux #opensource #gnome #gtk #libadwaita #design #aurora

@hbons Ui looks good


-
@hbons I'd love to see your designing process for those gnome icons

-
adding
.almost done with the low hanging fruit. now need to add graphs over time.
best way to do that?
#linux #opensource #gnome #gtk #libadwaita #design #aurora

@hbons Resources has some pretty good looking graphs, but I don't know if they're the kind you're after...
-
@hbons Resources has some pretty good looking graphs, but I don't know if they're the kind you're after...
@salkeld totally yes. will have a look!
-
adding
.almost done with the low hanging fruit. now need to add graphs over time.
best way to do that?
#linux #opensource #gnome #gtk #libadwaita #design #aurora

bit of margin tweaking to align the icon with the spinner when clicked.

#linux #opensource #gnome #gtk #libadwaita #design #aurora
-
bit of margin tweaking to align the icon with the spinner when clicked.

#linux #opensource #gnome #gtk #libadwaita #design #aurora
@hbons In cases like these you can usually use a Gtk.Stack and halign and valign the children to the center
-
adding
.almost done with the low hanging fruit. now need to add graphs over time.
best way to do that?
#linux #opensource #gnome #gtk #libadwaita #design #aurora

boom. bar charts.
just using a GtkFrame and styling with CSS.
the line graph will be trickier, but thinking about generating an SVG and displaying that.
#linux #opensource #gnome #gtk #libadwaita #design #aurora

-
boom. bar charts.
just using a GtkFrame and styling with CSS.
the line graph will be trickier, but thinking about generating an SVG and displaying that.
#linux #opensource #gnome #gtk #libadwaita #design #aurora

@hbons Spitting out SVG is probably the easiest thing, esp if you can generate it in abstract units for ease and just scale when rendering.
-
@hbons Spitting out SVG is probably the easiest thing, esp if you can generate it in abstract units for ease and just scale when rendering.
@ross only concern is would it respond to theme changes? maybe a redraw hook and it will be ok?
-
@ross only concern is would it respond to theme changes? maybe a redraw hook and it will be ok?
-
boom. bar charts.
just using a GtkFrame and styling with CSS.
the line graph will be trickier, but thinking about generating an SVG and displaying that.
#linux #opensource #gnome #gtk #libadwaita #design #aurora

@hbons I'm thinking it would be really neat if you where able to give those charts some sort of color fade, so that they look like aurorasโฆ !?


-
@hbons I'm thinking it would be really neat if you where able to give those charts some sort of color fade, so that they look like aurorasโฆ !?


@forteller yes! that's the plan. thanks for the inspiration.

-
@forteller yes! that's the plan. thanks for the inspiration.

@hbons Awesome!

-
boom. bar charts.
just using a GtkFrame and styling with CSS.
the line graph will be trickier, but thinking about generating an SVG and displaying that.
#linux #opensource #gnome #gtk #libadwaita #design #aurora

TIL about GtkLevelBar.
GtkProgressBar's lost brother from an other mother.
just set the min/max and a value. convenient!
#linux #opensource #gnome #gtk #libadwaita #design #aurora

