Skip to content

Commit

Permalink
better README file
Browse files Browse the repository at this point in the history
  • Loading branch information
hx2A committed Dec 17, 2015
1 parent 5aa39d7 commit 85a1438
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
Camera3D - 3D Library for [Processing](http://processing.org)
=============================================================

[Processing](http://processing.org) is a Java application popular with artists and creative technologists like myself. Processing allows users to build extensions to expand the application's features and to share those tools with the community. I built one such extension called Camera3D. My code enables users to employ various 3D algorithms with ordinary 3D OpenGL processing sketches to provide viewers with an illusion of depth. The collection of techniques include anaglyphs (think red-cyan glasses), tools for creating and split depth optical illusions.
[Processing](http://processing.org) is a Java application popular with artists and creative technologists like myself. Processing allows users to build extensions to expand the application's features and to share those tools with the community. I built one such extension called [Camera3D](http://ixora.io/projects/camera-3D/). My code enables users to employ various 3D algorithms with ordinary 3D OpenGL processing sketches to provide viewers with an illusion of depth. The collection of techniques include anaglyphs (think red-cyan glasses), tools for creating and split depth optical illusions.

The key insight behind Camera3D is that a sketch's draw method can be called multiple times. This opens up many opportunities to use Processing in new ways. Have a look at the [Camera3D](http://ixora.io/projects/camera-3D/) documentation to learn more.

0 comments on commit 85a1438

Please sign in to comment.