additive-guis

guis constructed from tuples/triples (by samsquire)

Additive-guis Alternatives

Similar projects and alternatives to additive-guis

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better additive-guis alternative or higher similarity.

additive-guis reviews and mentions

Posts with mentions or reviews of additive-guis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-14.
  • Why software projects take longer than you think: a statistical model (2019)
    2 projects | news.ycombinator.com | 14 Jul 2023
    Start from an empty file and write to an imaginary API what you actually want to do and coding is easy!

    But when you start from an existing codebase, existing infrastructure, it slows to molasses.

    I'm an advocate and trying to design what I call "commutative programming", which is another way of saying that the behaviour is the product of every statement about the behaviour that is desired, not an explicit instruction of what to do next which is what modern programming is and it is slow and tedious and doesn't compose.

    We need query engines for behaviour.

    I started work on a commutative GUI https://github.com/samsquire/additive-guis but I'm also thinking from time to time about commutative code where we define refinements to desired behaviour and the computer query engine or rule engine generates the code that exhibits this behaviour.

  • The Future of Thunderbird – Modernizing an Ancient Application
    2 projects | news.ycombinator.com | 25 Jan 2023
    For me desktop software feels extremely difficult to change and rearchitect to change swiftly.

    A request/response server side application can be changed by adding endpoints, or redesigning or adding layers or database schemas but GUIs are hard to update easily by comparison because everything is so brittle and linked together so thoroughly.

    I wrote toy proof of idea that GUIs could be additively defined declaratively. You define the layout by describing things in relationship to eachother rather than collection classes arranged in a tree. Behind the scenes, it IS a tree but in additive-guis in attempt to create GUIs that were responsive *to change of descriptions rather than declared positions*. you should be capable of describing the GUI with declarative description of how it should look *and* its behaviour.

    https://github.com/samsquire/additive-guis

    Writing code to manually maintain widgets in a hierarchy is error prone and slow to develop and adapt and change.

    I worked on an Android mobile banking application and I wouldn't want to rearchitect the application.

    I would love to understand Qt better but I find it very hard to understand to architect good software as a GUI.

    I have looked into immediate mode GUIs.

    I started writing a layout engine based on ORC Solver paper but it's very early days

    https://github.com/samsquire/browser for a simple screenshot. It can arrange things without overlapping them, similar to a flow layout. But I need to handle text properly.

    In some ways Mozilla achieved the impossible: a truly cross platform, compatible desktop application infrastructure that is powerful and rich. It can play video, show images and play sound and do 3D graphics. Unfortunately the market doesn't value those things, it thinks of them as dated. Firefox market share where it is.

    Everyone said they wanted independent implementations of standards but when Google Chrome came out, everyone including web developers and engineers were happy to move to it.

    There's just too much technical complexity and knowledge required to know how to do things on each platform. Writing a cross platform desktop application is LOTS of fiddly effort.

    I've wanted to create a GUI similar to IntelliJ Community Edition but I worry that the code shall be outside my reach in understandability.

  • Get in Zoomer, We're Saving React
    6 projects | news.ycombinator.com | 23 Sep 2022
    I wrote a GUI framework that uses React API directly.

    It's more proof of concept than useable, the idea is that we don't actually have to write layouts, we can just describe the layout with code or a template language and let the computer work it out.

    https://github.com/samsquire/additive-guis

  • Ask HN: What under-the-radar technology are you super excited about?
    14 projects | news.ycombinator.com | 12 Apr 2021
    https://github.com/samsquire/additive-guis
  • Additive GUIs
    1 project | /r/programming | 27 Jan 2021
    1 project | news.ycombinator.com | 26 Jan 2021
    1 project | news.ycombinator.com | 22 Jan 2021
  • A note from our sponsor - SaaSHub
    www.saashub.com | 8 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic additive-guis repo stats
7
81
0.0
about 3 years ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com