Bimage Code
Bimage allows groups to view and generate images of infinite depth
Status: Beta
Brought to you by:
thomas88wp
File | Date | Author | Commit |
---|---|---|---|
.settings | 2012-07-19 |
![]() |
[1fed3c] First Commit |
src | 2012-07-19 |
![]() |
[f4ccec] First Commit |
war | 2012-07-19 |
![]() |
[1fed3c] First Commit |
.classpath | 2012-07-19 |
![]() |
[1fed3c] First Commit |
.project | 2012-07-19 |
![]() |
[1fed3c] First Commit |
README.txt | 2012-07-19 |
![]() |
[1fed3c] First Commit |
Bimage is combination of javascript and Servlet scripting meant to allow users to explore images with (near-)infinite depth. Bimage uses javascript to create the images and then save them to the database for later use. This allows users to come together to explore and generate complex, depthful images. Bimage is targeted for Google App Engine (GAE), and uses the datastore for a backend, though it should be adaptable to other backends. This project is set up for eclipse using the GAE plugin. The server-side of Bimage is not required for the javascript to function, but the saving of images will always fail (or can be disabled). This project includes three sample generators, which make various fractals. These are meant as examples of what you could use Bimage for, and fractals are good because of their infinite depth, but you can easily adapt it to another use. Bimage is flexible, and you can write your own generator for it. For more on generators, see the war/gernerators/mandelbrot.js script. Firefox and Chrome are supported, though other browsers may work. Bimage is liscenced under the Creative Commons Attribution license.