openantz / antz

ANTz immersive 3D data visualization engine
https://openantz.com
Other
38 stars 13 forks source link

WebGL browser using JavaScript with RESTful exchange #250

Open saxondigital opened 7 years ago

saxondigital commented 7 years ago

Interact with antz-server using JavaScript via a RESTful API. View data in the browser using a WebGL viewer that loads GLTF (and/or COLLADA) files generated by ANTz server.

Relates to issue:

saxondigital commented 5 years ago

Likely not use COLLADA at this point, but rather read the ANTz CSV, MySQL and/or JSON generated data. For loading static data (3D models and whole datasets) we are more likely to use the newer GLTF format.

saxondigital commented 5 years ago

Overview is on the Wiki: ANTz WebGL Client

saxondigital commented 3 years ago

WebGL browser using JavaScript with RESTful exchange