NaSTAuk / graphics

A repository for HTML based, TV Graphics
MIT License
3 stars 2 forks source link

P5 Library #12

Open m3lnic opened 5 years ago

m3lnic commented 5 years ago

We could look at using the P5.js library to do some graphic rendering. Could be interesting to build it in properly as we could have fully automated graphics (e.g. auto pulling votes and that type of thing super nicely). https://www.npmjs.com/package/p5

benjaminkay93 commented 5 years ago

This is definitely something worth looking at in the future, it seems to give good options and good ways of drawing to a browser. Well worth baring in mind as this project grows :)

moschopsuk commented 5 years ago

Excuse my ignorance but as far as i can tell this is just a nice abstraction for canvas drawing?

I'm not to sure what the uses cases would be over html/css/js ?

benjaminkay93 commented 5 years ago

my thinking would be that it could enable a different mechanism for custom drawn components that might be easier for clients to use, but we can look at that if we determine its necessary