diff --git a/web/.DS_Store b/web/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/web/.DS_Store differ diff --git a/web/_template_.html b/web/_template_.html new file mode 100644 index 0000000..7d8f271 --- /dev/null +++ b/web/_template_.html @@ -0,0 +1,23 @@ + + + + + + + + + + + -- title insert here -- + + + +

+
+ Valid XHTML 1.0! +
+ + diff --git a/web/hodge1.png b/web/hodge1.png new file mode 100644 index 0000000..a89e140 Binary files /dev/null and b/web/hodge1.png differ diff --git a/web/hodge2.png b/web/hodge2.png new file mode 100644 index 0000000..b9c1fc9 Binary files /dev/null and b/web/hodge2.png differ diff --git a/web/hodgepodge.zip b/web/hodgepodge.zip new file mode 100644 index 0000000..a23b3bd Binary files /dev/null and b/web/hodgepodge.zip differ diff --git a/web/index.html b/web/index.html new file mode 100755 index 0000000..166ccfb --- /dev/null +++ b/web/index.html @@ -0,0 +1,50 @@ + + + + + + + + + + + A hobby in my younger days (Keigo IMAI) + + + +

A hobby in my younger days

+

2000年~2002年に作った。

+

raytracing with rainbow

+
a picture generated by raytracing method
+

C++ source code with Windows executable binary (112kb, NO WARRANTY).

+

This program only shows you a window like above.

+

The source depends on the boost library. Maybe this can be built with *nix or Mac, only by changing depend.cpp to use syd::SDLWindow. +

+ +

Hodgepodge machine animation (a kind of cellular automata)

+ + + + + + +
hodgepodge machine; g=5hodgepodge machine; g=15
g=5g=15
+

C++ source code with Windows executable binary (92.9kb, NO WARRANTY).

+

An implementation of a cellular automaton, hodgepodge machine. This program shows you various patterns, depending on the value of ``g''.

+

The source depends on the boost library. Maybe this can be built with *nix or Mac by switching to syd::SDLWindow.

+ +

Megademo plasma animation

+

cube, cone and plasmagreen mud

+

C++ source code with Windows executable binary (142kb, NO WARRANTY).

+

Plasma was a popular visual effect in megademos.

+

By changing #define TEST_9_? in plasma_main.cpp, you can obtain my variant of the plasma (green mud, above right picture).

+

"Blur" part uses some inline assembler (to work with 200MHz MMX Pentium), so I'm not sure this can be built on other platforms.

+
+ Keigo IMAI + Valid XHTML 1.0! +
+ + diff --git a/web/plasma.zip b/web/plasma.zip new file mode 100755 index 0000000..e7fc208 Binary files /dev/null and b/web/plasma.zip differ diff --git a/web/plasma_box.png b/web/plasma_box.png new file mode 100755 index 0000000..0800e8e Binary files /dev/null and b/web/plasma_box.png differ diff --git a/web/plasma_green.png b/web/plasma_green.png new file mode 100755 index 0000000..24b22e5 Binary files /dev/null and b/web/plasma_green.png differ diff --git a/web/rainbow.zip b/web/rainbow.zip new file mode 100755 index 0000000..596f458 Binary files /dev/null and b/web/rainbow.zip differ diff --git a/web/rainbow_sample.jpg b/web/rainbow_sample.jpg new file mode 100755 index 0000000..ec8f0e4 Binary files /dev/null and b/web/rainbow_sample.jpg differ