Our pure JavaScript Scheduler component


Post by shivam09 »

Hi, I was just going through the scheduler docs and i found out most of the props in scheduler and Gantt are same. I am using @bryntum/gantt and @bryntum/gantt-react and @bryntum/gantt-react has both the classes Gantt and Bryntum Scheduler. While there is another library @bryntum/scheduler. I was unable to find the the actual difference between the two in the docs but I want to know the exact use cases of both Gantt and the scheduler. And is the scheduler in @bryntum/gantt and @bryntum/scheduler the same. Would really appreciate a detailed overview about both the libraries and classes.


Post by alex.l »

Hi shivam09,

The Gantt is based on Scheduler, so its lib will have all required to work classes. Some of classes in Gantt library has been extended for work with SchedulingEngine that Gantt deliver.
If you use Scheduler itself as a separate component, you need to import from its own library. Scheduler and Gantt are separately licensed products.

The Scheduler is a visualization tool to work with schedule, the Gantt has powerful SchedulingEngine under the hood that will schedule tasks for you and many feature to work with it.
For detailed overview please visit docs of both products and check examples
https://www.bryntum.com/docs/gantt/#
https://www.bryntum.com/docs/scheduler/#

https://www.bryntum.com/examples/

All the best,
Alex


Post by shivam09 »

Okayy so basically, even if we are using scheduler as a separate component from @bryntum/gantt library, we need a separate license for it to use and a separate license for Gantt module right, since both are different products?


Post by tasnim »

Yes, because they are different products :)


Post Reply