jexxme / vBull

1 stars 0 forks source link

Q: p5.js advantages? #9

Closed jexxme closed 4 months ago

jexxme commented 4 months ago

Hiya, was looking into p5 more. Damn, what a mighty Toolset. Isnt it a bit too mighty for us?

Found chart.js's "Progressive Line" Animation and im in love...

https://www.chartjs.org/docs/latest/samples/animations/progressive-line.html

Generally Chart.js seems sooooooooo nice, but gives less freedom...

How fixated on p5 js are we? :D

LeVoid commented 4 months ago

We've built the first initial graph in p5 and modularized it to the point where we can easily slot in and out new graphs and companies (see readme for more details on adding these).

We can change though and maybe modularize the chart.js approach to the same extend. Shouldn't be much harder.

One good resource for p5 is the coding train on youtube. This might be usable as a documentation / reference to go back to if we want to expand using p5.

jexxme commented 4 months ago

Aight, I'm really in love with chart.js rn, I'll try to get to the same point we are currently with j5. If chart.js is giving me too much of a headache ill dump this idea ;)

jexxme commented 4 months ago

Looked more into chart.js, still in love...

Implemented a prototype in 7da74d7

If I can get the protoype to look like this, I'm freakin sold on it. Whats your opinion?

LeVoid commented 4 months ago

Yeah I'm sold, let's switch. Let's use #10 for the migration.