AcademySoftwareFoundation / OpenCue

A render management system you can deploy for visual effects and animation productions.
https://www.opencue.io
Apache License 2.0
824 stars 198 forks source link

create web app version of the Cue GUI #101

Open bcipriano opened 5 years ago

JohnWelborn commented 5 years ago

I'm very interested in hearing suggestions of web frameworks and libraries that would be well suited to support the lists that the gui displays. The frame list is paged at 1k but the host list can be large depending on the query. The job progress bar column might add some display complexity.

ghost commented 5 years ago

An uneducated suggestion is to use a component of SlickGrid.

darkvertex commented 2 years ago

We've been using a lot of Vue for frontend pipeline webapps lately and really loving the DataTable component from the PrimeVue suite.

It has a ton of bells and whistles: pagination controls, complex clientside filtering per column, sorting, dynamic columns display, selection control and callbacks, "loading" state hooks, etc.