Skip to content

Commit 85a1438

Browse files
committed
better README file
1 parent 5aa39d7 commit 85a1438

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Camera3D - 3D Library for [Processing](http://processing.org)
22
=============================================================
33

4-
[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.
4+
[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.
5+
6+
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 commit comments

Comments
 (0)