index.html 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  5. <meta name="description" content="A collection of hobbies and amusing web toys and prototypes." />
  6. <meta name="keywords" content="eyeofmidas eye of midas game development programmer javascript processing impactjs" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  8. <title>EyeOfMidas.com</title>
  9. <!--sharing tags -->
  10. <meta property="og:title" content="Eye of Midas" />
  11. <meta property="og:description" content="A collection of hobbies and amusing web toys and prototypes." />
  12. <meta property="og:url" content="https://eyeofmidas.com/" />
  13. <meta property="og:image" content="https://eyeofmidas.com/images/eom_preview.gif" />
  14. <meta property="og:video" content="https://eyeofmidas.com/images/eom_preview.mp4" />
  15. <meta property="og:type" content="video.other" />
  16. <link rel="stylesheet" type="text/css" href="./css/main.css" />
  17. <link rel="stylesheet" type="text/css" href="./css/simplecarousel.css" />
  18. <link href="https://fonts.googleapis.com/css?family=Roboto|Oswald" rel="stylesheet" />
  19. </head>
  20. <body>
  21. <header id="background-container">
  22. <canvas id="background"></canvas>
  23. <canvas id="asteroids-background"></canvas>
  24. <h1>Eye Of Midas</h1>
  25. </header>
  26. <nav>
  27. <ul>
  28. <li><a href="./">Home</a></li>
  29. <li><a href="https://eyeofmidas.wordpress.com/" target="_blank">Developer Blog</a></li>
  30. <li><a href="https://forum.eyeofmidas.com/" target="_blank">Forum</a></li>
  31. <li><a href="#prototypes">Prototypes</a></li>
  32. <li><a href="#resume">Resume</a></li>
  33. <li><a href="#contact">Contact</a></li>
  34. </ul>
  35. </nav>
  36. <main>
  37. <section id="prototype-section">
  38. <h2 id="prototypes">Prototypes</h2>
  39. <div class="project">
  40. <div class="teaser">
  41. <a href="./rogueengine/vaporwave" target="_blank">
  42. <img src="./images/vaporwave.png" alt="A 3d rendered scene of a wireframe valley between mountains with a yellow to magenta sunset in the distance."/>
  43. </a>
  44. </div>
  45. <div class="description">
  46. <h3><a href="./rogueengine/vaporwave" target="_blank">Vaporwave</a></h3>
  47. <p>View of an animated vaporwave scene.</p>
  48. </div>
  49. </div>
  50. <div class="project">
  51. <div class="teaser">
  52. <a href="./rogueengine/shipshot" target="_blank">
  53. <video autoplay loop>
  54. <source src="./images/shipshot.mp4" type="video/mp4">
  55. </video>
  56. </a>
  57. </div>
  58. <div class="description">
  59. <h3><a href="./rogueengine/shipshot" target="_blank">ShipShot</a></h3>
  60. <p>A KenneyJam attempt to make a pirate sailing game using RogueEngine.</p>
  61. </div>
  62. </div>
  63. <div class="project">
  64. <div class="teaser">
  65. <a href="./rogueengine/spacestation" target="_blank">
  66. <img src="./images/spacestation.png" alt="a 3d rendered scene of a view out the window of a science fiction space station, looking at the Earth."/>
  67. </a>
  68. </div>
  69. <div class="description">
  70. <h3><a href="./rogueengine/spacestation" target="_blank">Space Station</a></h3>
  71. <p>View of a rotating Earth from a space station, complete with calming engine noises.</p>
  72. </div>
  73. </div>
  74. <div class="project">
  75. <div class="teaser">
  76. <a href="./rogueengine/simcity" target="_blank">
  77. <video autoplay loop>
  78. <source src="./images/wreckingball.mp4" type="video/mp4">
  79. </video>
  80. </a>
  81. </div>
  82. <div class="description">
  83. <h3><a href="./rogueengine/simcity" target="_blank">Wrecking Ball</a></h3>
  84. <p>A RogueEngine demo using Rapier physics where you roll a ball around and knock over buildings.</p>
  85. </div>
  86. </div>
  87. <div class="project">
  88. <div class="teaser">
  89. <a href="http://eyeofmidas.net/honeycomb" target="_blank"><img src="./images/honeycomb.png" alt="a rendered scene of beehives and flowers, with yellow and red bee-balls flying between them"/></a>
  90. </div>
  91. <div class="description">
  92. <h3><a href="http://eyeofmidas.net/honeycomb" target="_blank">ThreeJS bee-themed Conquest/RTS</a></h3>
  93. <p>A rough prototype to experiment with RTS-style controls in a 3D environment</p>
  94. </div>
  95. </div>
  96. <div class="project">
  97. <div class="teaser">
  98. <a href="https://eyeofmidas.github.io/2020js13k/">
  99. <video autoplay loop>
  100. <source src="./images/p4ck3t.mp4" type="video/mp4">
  101. </video>
  102. </a>
  103. </div>
  104. <div class="description">
  105. <h3><a href="https://eyeofmidas.github.io/2020js13k/">P4ck3t</a></h3>
  106. <p>A js13k game entry with it's primary mechanic based on a "pipes" style game.</p>
  107. </div>
  108. </div>
  109. <div class="project">
  110. <div class="teaser">
  111. <a href="http://ganache.eyeofmidas.net/" target="_blank">
  112. <video autoplay loop>
  113. <source src="./images/ganache.mp4" type="video/mp4">
  114. </video>
  115. </a>
  116. </div>
  117. <div class="description">
  118. <h3><a href="http://ganache.eyeofmidas.net/" target="_blank">Multiplayer Websocket RPG</a></h3>
  119. <p>A tile-based game that uses websockets to enable multiplayer</p>
  120. </div>
  121. </div>
  122. <div class="project">
  123. <div class="teaser">
  124. <a href="https://github.com/EyeOfMidas/impact-midas" target="_blank">
  125. <!--<img src="./files/lights_gameplay.gif" alt="an animated image of the a grid of black or white squares, with the player solving the puzzle of converting them all to white" style="display: inline-block;" />
  126. <img src="./files/swarm_gameplay.gif" alt="an animated image of several bubble-bees moving randomly, with the user practicing attention skills by keeping track of specific ones" style="display: none;" />
  127. <img src="./files/weighty_gameplay.gif" alt="an animated image of a logic puzzle with a series of symbols on scales. The user solves the problem by deducing which symbol is heaviest or lightest" style="display: none;" />-->
  128. <video autoplay loop style="display: inline-block;">
  129. <source src="./images/lights_gameplay.mp4" type="video/mp4">
  130. </video>
  131. <video autoplay loop style="display: none;">
  132. <source src="./images/swarm_gameplay.mp4" type="video/mp4">
  133. </video>
  134. <video autoplay loop style="display: none;">
  135. <source src="./images/weighty_gameplay.mp4" type="video/mp4">
  136. </video>
  137. </a>
  138. <button class="image-carousel"></button>
  139. </div>
  140. <div class="description">
  141. <h3><a href="https://github.com/EyeOfMidas/impact-midas" target="_blank">ImpactJS Game Suite</a></h3>
  142. <p>A few brain-training games made in ImpactJS</p>
  143. </div>
  144. </div>
  145. <div class="project">
  146. <div class="teaser">
  147. <a href="https://eyeofmidas.github.io/canvas-asteroids/asteroids.html" target="_blank">
  148. <video autoplay loop>
  149. <source src="./images/asteroids.mp4" type="video/mp4">
  150. </video>
  151. </a>
  152. </div>
  153. <div class="description">
  154. <h3><a href="https://eyeofmidas.github.io/canvas-asteroids/asteroids.html" target="_blank">Canvas Asteroids</a></h3>
  155. <p>A quick tutorial HTML5 Canvas game recreating Asteroids</p>
  156. </div>
  157. </div>
  158. <div class="project">
  159. <div class="teaser">
  160. <a href="https://github.com/EyeOfMidas/text-adventure" target="_blank"><img src="./images/textadventure.png" alt="a black console with descriptive white text, representing a text-based game in the browser" /></a>
  161. </div>
  162. <div class="description">
  163. <h3><a href="https://github.com/EyeOfMidas/text-adventure" target="_blank">Text Adventure</a></h3>
  164. <p>A pure-javascript implementation of a text-based game.</p>
  165. </div>
  166. </div>
  167. <div class="project">
  168. <div class="teaser">
  169. <a href="https://github.com/EyeOfMidas/eightfootjs" target="_blank"><img src="./images/slots.png" alt="a green three-wheel slot machine with various shape patterns on each wheel" /></a>
  170. </div>
  171. <div class="description">
  172. <h3><a href="https://github.com/EyeOfMidas/eightfootjs" target="_blank">Canvas Game Engine</a></h3>
  173. <p>An HTML5 Canvas game framework/library to build games quickly (assets, scaling, animation, sound)</p>
  174. </div>
  175. </div>
  176. <div class="project">
  177. <div class="teaser">
  178. <a href="http://eyeofmidas.net/gravitywell/" target="_blank">
  179. <video autoplay loop>
  180. <source src="./images/gravitywell.mp4" type="video/mp4">
  181. </video>
  182. </a>
  183. </div>
  184. <div class="description">
  185. <h3><a href="http://eyeofmidas.net/gravitywell/" target="_blank">Gravity Well clone</a></h3>
  186. <p>An HTML5 canvas remake of a game in the 90s</p>
  187. </div>
  188. </div>
  189. <div class="project">
  190. <div class="teaser">
  191. <div id="boxes-container">
  192. <canvas></canvas>
  193. </div>
  194. </div>
  195. <div class="description">
  196. <h3>Boxes</h3>
  197. <p>Fast rendering HTML canvas box particles</p>
  198. </div>
  199. </div>
  200. <div class="project">
  201. <div class="teaser">
  202. <a href="https://github.com/EyeOfMidas/retro-retrospective" target="_blank"><img src="./images/retroretrospective.png" alt="A retrospective board done in a retro 70s style, showing 4 sections: last sprint, things we did well, things we did poorly, solutions" /></a>
  203. </div>
  204. <div class="description">
  205. <h3><a href="https://github.com/EyeOfMidas/retro-retrospective" target="_blank">Retro Retrospective</a></h3>
  206. <p>A pure-native retrospective tool for development teams, done in a 70s style</p>
  207. </div>
  208. </div>
  209. <div class="project">
  210. <div class="teaser">
  211. <a href="https://github.com/EyeOfMidas/tavern-name-generator" target="_blank"><img src="./images/tavernname.png" alt="a wooden board with the name of a randomly generated tavern on it: Triangular Bear Pub. A Generate button is displayed below." /></a>
  212. </div>
  213. <div class="description">
  214. <h3><a href="https://github.com/EyeOfMidas/tavern-name-generator" target="_blank">Tavern Name Generator</a></h3>
  215. <p>A simple generator for making creative D&D themed taverns</p>
  216. </div>
  217. </div>
  218. <div class="project">
  219. <div class="teaser">
  220. <a href="./vgs" target="_blank"><img src="./images/vgs.png" alt="a white page with the instructions Just start typing! Try VGS and a list of various Tribes voice commands" /></a>
  221. </div>
  222. <div class="description">
  223. <h3><a href="./vgs" target="_blank">Tribes VGS Audio Chat</a></h3>
  224. <p>HTML5 audio async loading controlled in the style of Tribes VGS</p>
  225. </div>
  226. </div>
  227. <div class="project">
  228. <div class="teaser">
  229. <a href="http://eyeofmidas.net/mudmapper/" target="_blank"><img src="./images/mudmapper.png" alt="A gray field with a set of squiggle-connected white boxes. Each box has the name of a room: temple, street, guild. A drop-down menu shows the ability to add new rooms" /></a>
  230. </div>
  231. <div class="description">
  232. <h3><a href="http://eyeofmidas.net/mudmapper/" target="_blank">Mud Mapper</a></h3>
  233. <p>Browser-based editor for building out maps for MUDs</p>
  234. </div>
  235. </div>
  236. <div class="project">
  237. <div class="teaser">
  238. <a href="processing/?p=powercontrol&w=400&h=600"><video autoplay loop>
  239. <source src="./files/powercontrol.mp4" type="video/mp4"></video></a>
  240. </div>
  241. <div class="description">
  242. <h3><a href="processing/?p=powercontrol&w=400&h=600">Power Control</a></h3>
  243. <p>I replicated the FTL power control system in Processing</p>
  244. </div>
  245. </div>
  246. <div class="project">
  247. <div class="teaser">
  248. <a href="processing/?p=raverlights&w=640&h=360"><img src="./images/brownian.png" alt="a black image with colorful curving lines randomly positioned" /></a>
  249. </div>
  250. <div class="description">
  251. <h3><a href="processing/?p=raverlights&w=640&h=360">Raver Lights</a></h3>
  252. <p>Brownian motion smoothed to bezier curves, now with fancy colors!</p>
  253. </div>
  254. </div>
  255. <div class="project">
  256. <div class="teaser">
  257. <a href="processing/?p=orbitdemo&w=640&h=480"><img src="./images/orbit.png" alt="a large green circle outline with a small red rectangle in the center. A small gray circle outline with a yellow rectangle in it's center is circling it" /></a>
  258. </div>
  259. <div class="description">
  260. <h3><a href="processing/?p=orbitdemo&w=640&h=480">Orbit</a></h3>
  261. <p>A simple math demo to show orbits and movement along them.</p>
  262. </div>
  263. </div>
  264. <div class="project">
  265. <div class="teaser">
  266. <a href="processing/?p=torch&w=640&h=480"><img src="./images/torch.png" alt="a purple vector image of a horizontal flame, like a rocket tail" /></a>
  267. </div>
  268. <div class="description">
  269. <h3><a href="processing/?p=torch&w=640&h=480">Torch</a></h3>
  270. <p>A spaceship thrust tail</p>
  271. </div>
  272. </div>
  273. <div class="project">
  274. <div class="teaser">
  275. <a href="processing/?p=starsystem&w=640&h=480"><img src="./images/orbitphysics.png" alt="a large yellow circle outline with a tiny green circle outline orbiting it" /></a>
  276. </div>
  277. <div class="description">
  278. <h3><a href="processing/?p=starsystem&w=640&h=480">Orbit physics</a></h3>
  279. <p>A quick mathy prototype that shows how orbit physics should be calculated</p>
  280. </div>
  281. </div>
  282. <div class="project">
  283. <div class="teaser">
  284. <a href="processing/?p=creepyfish&w=800&h=600"><img src="./images/creepyfish.png" alt="a blue image with multiple white wireframe fish swimming about creepily" /></a>
  285. </div>
  286. <div class="description">
  287. <h3><a href="processing/?p=creepyfish&w=800&h=600">Creepyfish</a></h3>
  288. <p>A set of simple fish that don't move quite right. Still tweaking the numbers...</p>
  289. </div>
  290. </div>
  291. <div class="project">
  292. <div class="teaser">
  293. <a href="processing/?p=curvetween2&w=800&h=600"><img src="./images/curvetween.png" alt="a black image with a white ball moving along a curve. The origin, tangent and end points are connected using green lines, and the linear interpolation line is drawn in red." /></a>
  294. </div>
  295. <div class="description">
  296. <h3><a href="processing/?p=curvetween2&w=800&h=600">Curving Tween</a></h3>
  297. <p>Tweening a ball on an arcing line. Press "D" for debugging lines.</p>
  298. </div>
  299. </div>
  300. <div class="project">
  301. <div class="teaser">
  302. <a href="processing/?p=herd_immunity&w=800&h=600"><img src="./images/herdimmunity.png" alt="a white image with various color circles on it. Most circles are blue, but green circles are spreading out from the center" /></a>
  303. </div>
  304. <div class="description">
  305. <h3><a href="processing/?p=herd_immunity&w=800&h=600">Herd Immunity</a></h3>
  306. <p>Read an <a href="http://imgur.com/a/8M7q8" target="_blank">article</a> and tried to replicate the visualizations</p>
  307. </div>
  308. </div>
  309. </section>
  310. <!--<section>
  311. <h2 id="resume">Resume</h2>
  312. <article>
  313. <h3>Copper Wire</h3>
  314. </article>
  315. <article>
  316. <h3>It's Purely Mental</h3>
  317. </article>
  318. <article>
  319. <h3>Time4Learning</h3>
  320. </article>
  321. <article>
  322. <h3>PopCap Games</h3>
  323. </article>
  324. </section>-->
  325. <section id="contact-section">
  326. <h2 id="contact">Contact</h2>
  327. <img src="https://www.gravatar.com/avatar/ae68a9c7e7e2599bfc3983256513892b?size=300" alt="a portrait of Midas wearing large headphones and round sunglasses. Reflected in the blue mirror sunglasses is a computer screen displaying program code." />
  328. <ul>
  329. <li>Gmail: eyeofmidas@gmail.com</li>
  330. <li>GTalk: eyeofmidas@gmail.com</li>
  331. <li>LinkedIn: <a href="https://www.linkedin.com/in/eyeofmidas/">Profile</a></li>
  332. <li>Twitter: <a href="https://twitter.com/eyeofmidas">EyeOfMidas</a></li>
  333. <li>Github: <a href="https://github.com/eyeofmidas/">EyeOfMidas</a></li>
  334. </ul>
  335. </section>
  336. </main>
  337. <footer>
  338. <ul>
  339. <li><a href="/scifi">Science Fiction Short Stories</a></li>
  340. <li><a rel="me" href="https://mastodon.gamedev.place/@eyeofmidas">Mastodon</a></li>
  341. </ul>
  342. <p>Website Provided by <a href="http://copperwirehosting.com" target="_blank">Copper Wire Hosting</a></p>
  343. </footer>
  344. <script src="./js/star.js"></script>
  345. <script src="./js/starfield.js"></script>
  346. <script src="./js/starfieldgame.js"></script>
  347. <script src="./js/box.js"></script>
  348. <script src="./js/circle.js"></script>
  349. <script src="./js/triangle.js"></script>
  350. <script src="./js/starshape.js"></script>
  351. <script src="./js/binaryfloater.js"></script>
  352. <script src="./js/boxgame.js"></script>
  353. <script src="./js/simplecarousel.js"></script>
  354. <script type="module">
  355. import { AsteroidToy } from './js/asteroidtoy.js';
  356. document.addEventListener("DOMContentLoaded", function (event) {
  357. var starfieldgame = new StarfieldGame();
  358. starfieldgame.create("background-container");
  359. var boxbackground = new BoxGame();
  360. boxbackground.create("boxes-container");
  361. var asteroidToy = new AsteroidToy("asteroids-background");
  362. asteroidToy.init();
  363. });
  364. </script>
  365. <script>
  366. (function (i, s, o, g, r, a, m) {
  367. i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
  368. (i[r].q = i[r].q || []).push(arguments)
  369. }, i[r].l = 1 * new Date(); a = s.createElement(o),
  370. m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  371. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  372. ga('create', 'UA-50800317-1', 'eyeofmidas.com');
  373. ga('send', 'pageview');
  374. </script>
  375. </body>
  376. <!-- deploy test 11 -->
  377. </html>