wpilibsuite / cscore

Camera access and streaming library (ARCHIVED, merged into allwpilib)
Other
24 stars 12 forks source link

Concatenated HTML in C++ #80

Open JLLeitschuh opened 7 years ago

JLLeitschuh commented 7 years ago

CS core could use some love in the HTML world. Two way data bindings with the live values of the camera could be achieved with a JS library like angular. The server should probably just provide static HTML with dynamic JSON instead of dynamic JSON and dynamic HTML. You could also throw in some styling to make the UI look a bit more friendly.

If this is something you are interested in providing I'd need some help in the C++ world but I could do the rest of the HTML JS stuff.