-
Notifications
You must be signed in to change notification settings - Fork 219
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
Any Help Wanted? #250
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. |
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. |
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. |
@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. |
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.
The text was updated successfully, but these errors were encountered: