Any Help Wanted? #414
Replies: 4 comments
-
|
I'll notify you when I need help. I am currently working on getting a stable C-ABI done (to be able compile an azul.dll and load it at runtime in order to save on compilation time). Once that is done, you can help with testing + developing the layout system. You can look at the layout tests here, which are tested by running the layout_test example. Basically your task would be "write more or these HTML-compatible tests and make them pass". The necessary layout code is in the azul-layout crate and the azul-text-layout crate can give you enough information about text layout, so that layouting should be pretty easy. It's just a matter of putting the building blocks together. For now, I'll just need to finish the C-ABI + make the examples run and pass again. |
Beta Was this translation helpful? Give feedback.
-
|
Ok, I'll try and familiarise myself with those areas of the code-base and brush up on my HTML for when it's needed. |
Beta Was this translation helpful? Give feedback.
-
|
Hey, what about #238, is it still pending review? I've just tried building the helloworld example from the landing page; it fails to compile: — perhaps the I am aware of this post, and I hope the position stated there has been at least partly reconsidered; what I really want to ask, @fschutt — do you perhaps see any ways to unblock the community and allow incremental forward progress (such as, fixing the build, setting up CI, updating examples and tests) while you're working on the big picture stuff? Because people are checking it out, and giving it a try, and trying to fix it; only to face the uncertainty of many-months-long PR reviews. Please give it a thought or two, and sincerely thanks for what you do. |
Beta Was this translation helpful? Give feedback.
-
|
@ulidtko That issue is solved. If you still want to help, I need testing for macOS, since I don't have a mac. The build itself and the layout is fixed now. The only missing thing is the display list build step, which doesn't quite clip all rectangles correctly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After looking around GUI libraries for rust, I really like what this project is trying to do. If possible, I would like to be able to help contribute in some form or another; however, I notice the WIP branch seems to be quite fast moving and I don't want to step on any toes or work on something that's currently being worked on.
Are there any specific issues that need to be worked on that you would be willing to accept pull requests for?
I develop on both Windows and Linux so I'm capable of testing on multiple platforms.
Beta Was this translation helpful? Give feedback.
All reactions