-
Notifications
You must be signed in to change notification settings - Fork 10
Installation
A simplest way to run the demo applications is to copy whole library to a Web server and visit the example directory through HTTP browser.
The library is based on JavaScript and several WebGL shaders (Shaders are small programs dedicated for GPU rendering). The shaders are loaded dynamically through HTTP requests therefore a HTTP server is needed to run the app locally. To use the library you need to copy the shader folder shipped with WebGLayer to the sub-folder of your application. Once you are done you can use the relative URL to the shader directory to instantiate the WGL javascript object.
WGL = WGL.init(number_of_records,url_to_shader_dir, mapdivid); See the JavaScript development console if everything goes well.
Visit our YouTube Channel for WebGLayer videos.
Aren't you a 'DIY' person and are you still interested in a custom visualisation of your data? Do not hesitate to contact us at InnoConnect.net!