beamui
beamui copied to clipboard
[WIP] Web-inspired declarative desktop UIs in the D language
I went to use but it seems to be discontinued. The class was commented in the source code [here](https://github.com/dayllenger/beamui/blob/master/src/beamui/dialogs/messagebox.d). What's the reasnoing behind that and what I can use instead?
``` $ dub run :basic Performing "debug" build using C:\d\dmd2\windows\bin\dmd.exe for x86_64. bindbc-loader 0.2.1: target for configuration "noBC" is up to date. bindbc-freetype 0.8.0: target for configuration "dynamic" is up...
If the list is empty consider it was not modified
fixes #16 fixes #19
So upon browsing through the api docs and could find a text input. Its appears its called EditLine by looking through code samples. I remember dlangui had some these weird...
I used background-color to change color for Button. but its not working. How ti change background color and other "visual properties" for UI elements ?
LDC 1.19.0 64 bit How to reproduce: Download and unzip the repo run `dub run :basic` gdb crash report: ``` gdb: unknown target exception 0xc000041d at 0x7ffa2ff3a799 Thread 1 received...
unresolved external symbol WinMain referenced in function "int __cdecl __scrt_common_main_seh(void)"
Hello I'm having a look at this and am just trying the examples on Windows (I also work on MacOS and Linux but haven't tried them yet). Just letting you...
Because at the moment it is WIP and there is no fixed structure of the library, are you currently considering proposals for expanding the library with ready-made code (PR), or...
Я тут начал на Dart/Flutter программировать. Очень хотелось бы, чтобы beamui максимально полно ее дублировал. Flutter сейчас в тренде и горизонтальный перенос опыта хотя бы в рамках тулкитов это очень...