Wednesday, 30 September 2015

Bitmap Transformations #1;

(under construction).

just some experiments with code, handling bitmap files (.bmp files) as textures for animations.

... planning pixel separation with a mesh use & reforming animation as well.


a Demo file for PC/Win32 is available for download: here.

"Bitmap Transformations #1.jar" file is executable, but it requires Java 1.7 or newer installed.


bitmap is of my own making, it's available: here (in .png format).


---

Source Project (Eclipse Project packed with dependencies, to save time downloading & configuring) is available for download: here.

---

Wednesday, 23 September 2015

NIDAN Demo #1;

... my first demo, hope You enjoy.

used two of fractals:
- Barnsley's Fern,
- Sierpiński's Triangle,

these fractals are rendered in real-time, perhaps in future will use pre-rendered images instead (allows for more of fractals).

... thinking on adding a 'Dragon Curve' & other fractals in future.


used music:
- Ellie Goulding - 'Lights'.

(it's a fan art to describe her music that way).


code by neomahakala108, using:
- Java Open Graphics Library (JOGL),
- Java Open Audio Library (JOAL).


a Demo file for PC/Win32 can be downloaded: here.

"NIDAN Demo.jar" file is executable, but it requires Java 1.7 or newer installed.

---

Source Project (Eclipse Project packed with dependencies, to save time downloading & configuring) can be downloaded: here.

---