I’m new to Meteor and I’m still trying to figure it out.
I want to build a simple app to remotely control another app via OSC, I was wondering what are the options for UI, I need sliders, buttons(push, momentary ), check boxes etc.
I’m looking for a robust UI so nothing like jquery or similar
If you are not looking for a CSS framework like bootstrap (that has buttons and check boxes and whatnot), are you looking for a JavaScript view framework such as React or Angular?
If by “app” you mean a mobile app instead of a web application, then maybe Ionic is what you are looking for.