rigel-viz alternatives and similar packages
Based on the "Scientific" category.
Alternatively, view rigel-viz alternatives based on common mentions on social networks and blogs.
-
NXT
A Haskell interface to Lego Mindstorms NXT over Bluetoooth. It supports direct commands, messages and many sensors (also unofficial). -
quantum-random
Retrieve, store and manage real quantum random numbers from Australian National University
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of rigel-viz or a related project?
Popular Comparisons
README
rigel-viz
Rigel (also called Beta Orionis) is the seventh-brightest star in the night sky
A (mid-level, simplified, opinionated) Haskell wrapper for vega-lite
, currently targeting version 3 of the vega-lite
schema.
Aims / definitions
mid-level :
- types which can take one of a few possible values are represented by sum types, not by strings.
- glyph colours are encoded via the
colour
Haskell library.
simplified : the generated
vega-lite
JSON is not normalized, i.e. has some redundancies. This reflects the internal representation but also makes it easier to reason "locally" (i.e. code sections don't visibly exploit inheritance from higher layers).opinionated : part of the
vega-lite
API is not used at all. For example, there is no support for data preprocessing (e.g. summarization etc.). This forces the user to use the host language for preprocessing, which is bound to be more expressive and robust.