FXMisc / Flowless

Efficient VirtualFlow for JavaFX
BSD 2-Clause "Simplified" License
185 stars 38 forks source link

Need new maintainer #68

Open JordanMartinez opened 6 years ago

JordanMartinez commented 6 years ago

I will no longer be maintaining this project.

See FXMisc/RichTextFX#768 for more info.

zcaudate commented 5 years ago

@JordanMartinez: I'll be happy to maintain this project is there is still a need.

JordanMartinez commented 5 years ago

Invite sent.

zcaudate commented 5 years ago

@JordanMartinez: thanks for the invite.

I'm working on a (hopefully open source) javafx virtual dom for clojure and both richtextfx and flowless are brilliant libraries. Still very much learning and I'll be useless for a while but will do my best.

screen shot 2019-02-15 at 12 51 24 pm

(fx/display [:dian/code-editor])

screen shot 2019-02-15 at 12 51 44 pm
JordanMartinez commented 5 years ago

Nice! Well, if you're using Clojure, then at least you already get the FP concepts behind these libraries. The "brilliant" design was created by Tomas and I learned a lot by studying them. I can tell you right now that the key issue I had in making progress with this library was not having write access to ReactFX, which undergirds this library and what it can/can't do. Tomas also wanted to refactor ReactFX, but I'm not sure what the end product would look like. Still, I've written documentation on both libraries that should help you get familiar with them pretty quickly.

zcaudate commented 5 years ago

It'll be great if you can link to the documentation (other than javadoc) for both flowless and reactfx

JordanMartinez commented 5 years ago

For ReactFX, see the EventStreams and Val/Var sections in its wiki and I wrote those when I was learning how to use that library. I also started writing more javadoc in TomasMikula/ReactFX#64, but I did not finish it partly for lack of feedback from Tomas and my own general understanding of things.

For Flowless, there isn't anything else other than the javadoc. Start with the classes' javadoc, which give a pretty good overview of how they work and why. Flowless is a bit complex because IIRC there are circular dependencies in some parts.