montymxb / banter

Applied Visualization for Structural Analysis of Data
2 stars 0 forks source link

Implement RENDERER #6

Open montymxb opened 5 years ago

montymxb commented 5 years ago

The second program will take and display render-ready data from the first program (cli). This will likely be done in python or another language with decent graphical support. This program will have to be designed around available graphics APIs for the target system (ex. directx on windows, opengl on mac, etc.)

montymxb commented 5 years ago

@cryarr the renderer should expect an input of struct banter_data *, which contains the data locations and colors at those locations for rendering; as well as the number of data points associated. Here's a link to the data structure.