Giter Site home page Giter Site logo

jogl-utilities's Introduction

JOGL-Utilities Build Status

Some basic utilities to help get a JOGL 3D application off the ground. These are just some helper classes for use with JOGL.

What's Included

A Shader Manager

Simplifies the process of loading a file into an OpenGL SL Program

A Model Controller

Parses .obj (wavefront) 3D model files and turns them into a friendly format that can directly rendered and manipulated in OpenGL

An Animation Holder

Allows for the mass upload and animation using a set of .obj files

Recommended Project Setup

The best way to include this utility as a dependency is to add a build.gradle file containing the following:

apply plugin: 'java'
apply plugin: 'eclipse'

repositories {
    mavenCentral()
    maven {
    	url "https://jitpack.io"
    }
}

dependencies {
    compile ('com.github.dannyflax:JOGL-Utilities:1655b84','org.jogamp.jogl:jogl-all-main:2.3.1','org.jogamp.jogl:nativewindow-main:2.3.1','org.jogamp.gluegen:gluegen-rt-main:2.3.1')
    testCompile 'junit:junit:4.+'
}

You can then create an eclipse project from this build file using the gradle eclipse command.

Sample Projects

  • Steve's World - 3D Platformer where you can build the map around you
  • Platform Maze - Project that makes usage of shaders to create a "shadow" effect as you move around a dungeon
  • Microfluidics Simulation - Simulation of a research experiment performed for an engineering class

jogl-utilities's People

Contributors

dannyflax avatar

Watchers

James Cloos avatar  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.