Skip to content

winnpixie/glawt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

glAWT

A loose implementation of OpenGL 1.x using Java AWT.

How to use

Take a look at ImageOutputExample.java for basic usage.

In reality, don't try this at home. Use a project with native bindings, such as LWJGL, or JOGL.

// TODO:

  • Proper implementation for matrices (MODELVIEW, PROJECTION, TEXTURE(?), COLOR(?))
  • 3D to 2D projection (for vertices whose Z is not 0.0)

About

OpenGL 1.x implementation using Java AWT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages