HackerTrans
TopNewTrendsCommentsPastAskShowJobs

can_lehmann

no profile record

Submissions

Verijit – Up to 100x faster Verilog simulation [video]

youtube.com
4 points·by can_lehmann·3 mesi fa·0 comments

Show HN: Owlkettle – A Declarative user interface framework based on GTK 4

github.com
60 points·by can_lehmann·4 anni fa·8 comments

comments

can_lehmann
·4 anni fa·discuss
I was unaware that GitHub's language metrics are moved to the bottom of the page on mobile, so I added a short note to the README stating that Owlkettle is written in Nim.

I have only used Elm briefly, but as far as I know, a major part of the Elm architecture is the usage of an Msg type which facilitates the communication between the view and the controller (https://guide.elm-lang.org/architecture/). Owlkettle does not require you to use this pattern.

Owlkettle is declarative because the GUI is automatically updated when the widget state changes. In this way it is similar to web frameworks such as React or Mithril.js. React also uses the term "declarative" to describe this behavior (https://reactjs.org/).
can_lehmann
·4 anni fa·discuss
Hello HN!

I wrote a framework which makes building native linux applications more ergonomic. Similar to many web frameworks, it automatically updates the GUI when the state of the application changes.

Let me know what you think!