Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WYSIWYG interface builder #262

Open
paul-hammant opened this issue Mar 26, 2021 · 6 comments
Open

WYSIWYG interface builder #262

paul-hammant opened this issue Mar 26, 2021 · 6 comments

Comments

@paul-hammant
Copy link

Ref: https://paulhammant.com/2013/03/28/interface-builders-alternative-lisp-timeline/

The solution would load (say) https://github.com/vygr/ChrysaLisp/blob/master/apps/calculator/app.lisp into the designer tool, swapping (import "gui/lisp.inc") for (import "gui_designer/lisp.inc") on load. And load is execute in a suitable context

On save, it does the reverse. All inlined lisp that's not recognized Ui stuff is preserved as it if it can. Clearly it suits apps where logic has been hived off from the lisp that's focussed on pseudo-declarative layout of widgets (etc).

@vygr
Copy link
Owner

vygr commented Mar 27, 2021

I'd be quite happy to have such and app only work on an .inc that defined the GUI tree for the app.

The app would (import "my_ui.inc") and then carry on... no need to make the WISIWIG editor have to deal with anything other than the pure ui building macros and functions.

It would also move things to a more modular source layout for apps, and I'm all in favour of that.

Also it lends itself to having a library of composite/high level widgets that are (import )able by any app. ?

@paul-hammant
Copy link
Author

Sounds great. For full application makers in particular. I've nudged Denison "Denny" Bolay as to this repo/issue. Fingers crossed. He might know who owns the IP for that InterfaceBuider precursor that Apple didn't opt for.

@vygr
Copy link
Owner

vygr commented Jun 4, 2021

I'm thinking this is on my list after the Editor app work is done ?

@paul-hammant
Copy link
Author

You need a mobilization of Lispers and more, I think.

@vygr
Copy link
Owner

vygr commented Jun 6, 2021

If I'm destined to plug away on my own forever so be it :)

@vygr
Copy link
Owner

vygr commented Dec 2, 2023

Somthing is coming in this ! Soonish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants