Git Product home page Git Product logo

Comments (1)

ben-clayton avatar ben-clayton commented on May 3, 2024

Is it possible for a client to design their own widget, add it to a layout, and have it rendered?

Yes, completely. There's really nothing special about the mixin implementations, but I completely understand that the whole structure is really confusing. We're thinking about how we can clean this lot up, and make it more idiomatic.

To very briefly describe the current layout:

  • The top level is the theme. This is really just a factory for a number of control types that implement the interfaces in the GXUI root. The theme can tweak the control's colors and styling by changing fields and overriding some of methods of the mixins.
  • The mixins directory holds full, un-styled implementations of the various controls. They usually 'derive' from one of the types in the base package.
  • The mixins\base package provides the bulk of the implementation for Control and Container types. They are formed from pulling together a bunch of parts.
  • The mixins\parts package holds partial implementations of controls. i.e. Layoutable implements the SetMargin, Margin, Bounds, Layout, and Relayout methods the way most of controls would want. You can cherry-pick these parts into your new control to remove boilerplate code.

If it's possible, this might make for a good, simple example.

I agree more samples are usually good, but I'm wary of giving examples at this stage for things that are very likely to significantly change. I don't think anyone is happy with the way Component are currently built (the whole mixin and FooOuter stuff are like hammering a square-peg in a round hole). If we can sort this out, then I'm more than happy to create step-by-step tutorials.

If you'd like any more information on any of this, please ask away. The more information I can share, the higher chance there is that someone can offer a far better and cleaner approach to solve the same problems. :)

from gxui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.