Skip to content

Commit

Permalink
webpages and (a bit old) archives.
Browse files Browse the repository at this point in the history
  • Loading branch information
keigoi committed Sep 15, 2008
1 parent c372698 commit 39d8e33
Show file tree
Hide file tree
Showing 11 changed files with 73 additions and 0 deletions.
Binary file added web/.DS_Store
Binary file not shown.
23 changes: 23 additions & 0 deletions web/_template_.html
@@ -0,0 +1,23 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="default.css" type="text/css" />

<title>
-- title insert here --
</title>
</head>
<body>
<h1></h1>
<address>
<a href="http://validator.w3.org/check?uri=referer"><img
src="valid-xhtml10.png"
alt="Valid XHTML 1.0!" height="31" width="88" class="noborder" /></a>
</address>
</body>
</html>
Binary file added web/hodge1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/hodge2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/hodgepodge.zip
Binary file not shown.
50 changes: 50 additions & 0 deletions web/index.html
@@ -0,0 +1,50 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link rel="stylesheet" href="../default.css" type="text/css" />

<title>
A hobby in my younger days (Keigo IMAI)
</title>
</head>
<body>
<h1>A hobby in my younger days</h1>
<p>2000年~2002年に作った。</p>
<h2>raytracing with rainbow</h2>
<div><img src="rainbow_sample.jpg" alt="a picture generated by raytracing method"/></div>
<p><a href="rainbow.zip">C++ source code with Windows executable binary (112kb, <strong>NO WARRANTY</strong>)</a>.</p>
<p>This program only shows you a window like above.</p>
<p>The source depends on the <a href="http://www.boost.org/">boost</a> library. Maybe this can be built with *nix or Mac, only by changing depend.cpp to use syd::SDLWindow.
</p>

<h2>Hodgepodge machine animation (a kind of cellular automata)</h2>
<table>
<tr>
<td><img src="hodge1.png" alt="hodgepodge machine; g=5"/></td>
<td><img src="hodge2.png" alt="hodgepodge machine; g=15"/></td>
</tr>
<tr><td>g=5</td><td>g=15</td></tr>
</table>
<p><a href="hodgepodge.zip">C++ source code with Windows executable binary (92.9kb, <strong>NO WARRANTY</strong>)</a>.</p>
<p>An implementation of a cellular automaton, hodgepodge machine. This program shows you various patterns, depending on the value of ``g''.</p>
<p>The source depends on the <a href="http://www.boost.org/">boost</a> library. Maybe this can be built with *nix or Mac by switching to syd::SDLWindow.</p>

<h2>Megademo plasma animation </h2>
<p><img src="plasma_box.png" alt="cube, cone and plasma"/><img src="plasma_green.png" alt="green mud"/></p>
<p><a href="plasma.zip">C++ source code with Windows executable binary (142kb, <strong>NO WARRANTY</strong>)</a>.</p>
<p>Plasma was a popular visual effect in megademos.</p>
<p>By changing #define TEST_9_? in plasma_main.cpp, you can obtain my variant of the plasma (green mud, above right picture).</p>
<p>"Blur" part uses some inline assembler (to work with 200MHz MMX Pentium), so I'm not sure this can be built on other platforms.</p>
<address>
<a href="http://www.agusa.i.is.nagoya-u.ac.jp/person/sydney/">Keigo IMAI</a>
<a href="http://validator.w3.org/check?uri=referer"><img
src="../valid-xhtml10.png"
alt="Valid XHTML 1.0!" height="31" width="88" class="noborder" /></a>
</address>
</body>
</html>
Binary file added web/plasma.zip
Binary file not shown.
Binary file added web/plasma_box.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/plasma_green.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added web/rainbow.zip
Binary file not shown.
Binary file added web/rainbow_sample.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 39d8e33

Please sign in to comment.