RecyclerView + Glide alternatives?

This page summarizes the projects mentioned and recommended in the original post on /r/JavaFX

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Flowless

    Efficient VirtualFlow for JavaFX

  • Flowless - Efficient VirtualFlow for JavaFX. VirtualFlow is a layout container that lays out cells in a vertical or horizontal flow. The main feature of a virtual flow is that only the currently visible cells are rendered in the scene. You may have a list of thousands of items, but only, say, 30 cells are rendered at any given time.

  • VirtualizedFX

  • You can have a look at the VirtualizedFX which is a virtual flow that is written from scratch and inspired by Flowless. The author Palexdev (I think the person is on reddit), took inspiration from Flowless, and has documented the code quite well. You can have a look and also implement a virtual grid with it such as a GridView. Honestly, I tried making my virtual flow, that is simple with a few classes as possible (with adequate success), and the inspiration came from it. The VirtualizedFX has now been incorporated in MaterialFX which is another main project by the same author.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • MaterialFX

    A library of material components for JavaFX

  • You can have a look at the VirtualizedFX which is a virtual flow that is written from scratch and inspired by Flowless. The author Palexdev (I think the person is on reddit), took inspiration from Flowless, and has documented the code quite well. You can have a look and also implement a virtual grid with it such as a GridView. Honestly, I tried making my virtual flow, that is simple with a few classes as possible (with adequate success), and the inspiration came from it. The VirtualizedFX has now been incorporated in MaterialFX which is another main project by the same author.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts