Giter VIP home page Giter VIP logo

esight's Introduction

eSight

OpenGL and Java (JOGL) based Object-Oriented Visualization library for OpenGL 3.0+ with GLSL shader support.

Aims

The eSight library aims to make it easy for users to create OpenGL 3.0+ based visualizations in Java. This is especially needed in cases where programmable shaders can make a significant difference in performance. This ensures that the resulting visualization can be interactive, where it otherwise would need to be pre-rendered to achieve the same visual quality.

Limitations / System requirements

The library assumes hardware that can support OpenGL 3.0 or greater. It is also written for Java 1.6+. This limits the use of this library for both Desktop and mobile devices, except through remote rendering (for which direct support will be implemented at a later date).

Useage

Compile/export all files in the src, doc, lib, images and fonts directories into "dist/eSight.jar". Place eSight.jar in the lib directory of your choice. Implementations on top of this library should extend at least the classes:

  • ESightGLEventListener
  • EsightNewtWindow

An annotated as-complete-as-possible example implementation can be found in the examples directory.

Example implementation

An example implementation can be found in the examples directory. It consists of 5 classes, of which ESightExample is the main class.

The Latest Version

Details of the latest version can be found on the eSight library web site at:

https://github.com/NLeSC/eSight

Javadoc

The javadoc of eSight library is available in "doc/index.html".

Licensing

This software is licensed under the terms you may find in the file named "LICENSE" in this directory. The licence information can also be found at
http://www.apache.org/licenses/LICENSE-2.0

esight's People

Contributors

maartenvm avatar nielsdrost avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.