index.html 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  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 rel="stylesheet" crossorigin href="./night-and-day/assets/index-P1oR9gqR.css">
  19. <link href="https://fonts.googleapis.com/css?family=Roboto|Oswald" rel="stylesheet" />
  20. </head>
  21. <body>
  22. <header id="background-container">
  23. <canvas id="background"></canvas>
  24. <canvas id="asteroids-background"></canvas>
  25. <h1>Eye Of Midas</h1>
  26. </header>
  27. <nav>
  28. <ul>
  29. <li><a href="./">Home</a></li>
  30. <li><a href="https://eyeofmidas.wordpress.com/" target="_blank">Developer Blog</a></li>
  31. <li><a href="https://forum.eyeofmidas.com/" target="_blank">Forum</a></li>
  32. <li><a href="#prototypes">Prototypes</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="./threejs/portal" target="_blank">
  42. <video autoplay loop>
  43. <source src="./images/portal.mp4" type="video/mp4">
  44. </video>
  45. </a>
  46. </div>
  47. <div class="description">
  48. <h3><a href="./threejs/portal" target="_blank">Portal with Baked Lighting</a></h3>
  49. <p>The capstone project of the ThreeJS Journey course</p>
  50. </div>
  51. </div>
  52. <div class="project">
  53. <div class="teaser">
  54. <canvas class="night-and-day"></canvas>
  55. </div>
  56. <div class="description">
  57. <h3>Night and Day</h3>
  58. <p>A breakout battle between two colors, as defined by random contrast bot RSS feed</p>
  59. </div>
  60. </div>
  61. <div class="project">
  62. <div class="teaser">
  63. <a href="./rogueengine/vaporwave" target="_blank">
  64. <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."/>
  65. </a>
  66. </div>
  67. <div class="description">
  68. <h3><a href="./rogueengine/vaporwave" target="_blank">Vaporwave</a></h3>
  69. <p>View of an animated vaporwave scene.</p>
  70. </div>
  71. </div>
  72. <div class="project">
  73. <div class="teaser">
  74. <a href="./rogueengine/shipshot" target="_blank">
  75. <video autoplay loop>
  76. <source src="./images/shipshot.mp4" type="video/mp4">
  77. </video>
  78. </a>
  79. </div>
  80. <div class="description">
  81. <h3><a href="./rogueengine/shipshot" target="_blank">ShipShot</a></h3>
  82. <p>A KenneyJam attempt to make a pirate sailing game using RogueEngine.</p>
  83. </div>
  84. </div>
  85. <div class="project">
  86. <div class="teaser">
  87. <a href="./rogueengine/spacestation" target="_blank">
  88. <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."/>
  89. </a>
  90. </div>
  91. <div class="description">
  92. <h3><a href="./rogueengine/spacestation" target="_blank">Space Station</a></h3>
  93. <p>View of a rotating Earth from a space station, complete with calming engine noises.</p>
  94. </div>
  95. </div>
  96. <div class="project">
  97. <div class="teaser">
  98. <a href="./rogueengine/simcity" target="_blank">
  99. <video autoplay loop>
  100. <source src="./images/wreckingball.mp4" type="video/mp4">
  101. </video>
  102. </a>
  103. </div>
  104. <div class="description">
  105. <h3><a href="./rogueengine/simcity" target="_blank">Wrecking Ball</a></h3>
  106. <p>A RogueEngine demo using Rapier physics where you roll a ball around and knock over buildings.</p>
  107. </div>
  108. </div>
  109. <div class="project">
  110. <div class="teaser">
  111. <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>
  112. </div>
  113. <div class="description">
  114. <h3><a href="http://eyeofmidas.net/honeycomb" target="_blank">ThreeJS bee-themed Conquest/RTS</a></h3>
  115. <p>A rough prototype to experiment with RTS-style controls in a 3D environment</p>
  116. </div>
  117. </div>
  118. <div class="project">
  119. <div class="teaser">
  120. <a href="https://eyeofmidas.github.io/2020js13k/">
  121. <video autoplay loop>
  122. <source src="./images/p4ck3t.mp4" type="video/mp4">
  123. </video>
  124. </a>
  125. </div>
  126. <div class="description">
  127. <h3><a href="https://eyeofmidas.github.io/2020js13k/">P4ck3t</a></h3>
  128. <p>A js13k game entry with it's primary mechanic based on a "pipes" style game.</p>
  129. </div>
  130. </div>
  131. <div class="project">
  132. <div class="teaser">
  133. <a href="http://ganache.eyeofmidas.net/" target="_blank">
  134. <video autoplay loop>
  135. <source src="./images/ganache.mp4" type="video/mp4">
  136. </video>
  137. </a>
  138. </div>
  139. <div class="description">
  140. <h3><a href="http://ganache.eyeofmidas.net/" target="_blank">Multiplayer Websocket RPG</a></h3>
  141. <p>A tile-based game that uses websockets to enable multiplayer</p>
  142. </div>
  143. </div>
  144. <div class="project">
  145. <div class="teaser">
  146. <a href="https://github.com/EyeOfMidas/impact-midas" target="_blank">
  147. <!--<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;" />
  148. <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;" />
  149. <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;" />-->
  150. <video autoplay loop style="display: inline-block;">
  151. <source src="./images/lights_gameplay.mp4" type="video/mp4">
  152. </video>
  153. <video autoplay loop style="display: none;">
  154. <source src="./images/swarm_gameplay.mp4" type="video/mp4">
  155. </video>
  156. <video autoplay loop style="display: none;">
  157. <source src="./images/weighty_gameplay.mp4" type="video/mp4">
  158. </video>
  159. </a>
  160. <button class="image-carousel"></button>
  161. </div>
  162. <div class="description">
  163. <h3><a href="https://github.com/EyeOfMidas/impact-midas" target="_blank">ImpactJS Game Suite</a></h3>
  164. <p>A few brain-training games made in ImpactJS</p>
  165. </div>
  166. </div>
  167. <div class="project">
  168. <div class="teaser">
  169. <a href="https://eyeofmidas.github.io/canvas-asteroids/asteroids.html" target="_blank">
  170. <video autoplay loop>
  171. <source src="./images/asteroids.mp4" type="video/mp4">
  172. </video>
  173. </a>
  174. </div>
  175. <div class="description">
  176. <h3><a href="https://eyeofmidas.github.io/canvas-asteroids/asteroids.html" target="_blank">Canvas Asteroids</a></h3>
  177. <p>A quick tutorial HTML5 Canvas game recreating Asteroids</p>
  178. </div>
  179. </div>
  180. <div class="project">
  181. <div class="teaser">
  182. <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>
  183. </div>
  184. <div class="description">
  185. <h3><a href="https://github.com/EyeOfMidas/text-adventure" target="_blank">Text Adventure</a></h3>
  186. <p>A pure-javascript implementation of a text-based game.</p>
  187. </div>
  188. </div>
  189. <!-- Archived -->
  190. <!--<div class="project">
  191. <div class="teaser">
  192. <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>
  193. </div>
  194. <div class="description">
  195. <h3><a href="https://github.com/EyeOfMidas/eightfootjs" target="_blank">Canvas Game Engine</a></h3>
  196. <p>An HTML5 Canvas game framework/library to build games quickly (assets, scaling, animation, sound)</p>
  197. </div>
  198. </div>-->
  199. <div class="project">
  200. <div class="teaser">
  201. <a href="http://eyeofmidas.net/gravitywell/" target="_blank">
  202. <video autoplay loop>
  203. <source src="./images/gravitywell.mp4" type="video/mp4">
  204. </video>
  205. </a>
  206. </div>
  207. <div class="description">
  208. <h3><a href="http://eyeofmidas.net/gravitywell/" target="_blank">Gravity Well clone</a></h3>
  209. <p>An HTML5 canvas remake of a game in the 90s</p>
  210. </div>
  211. </div>
  212. <!-- Archived -->
  213. <!--<div class="project">
  214. <div class="teaser">
  215. <div id="boxes-container">
  216. <canvas></canvas>
  217. </div>
  218. </div>
  219. <div class="description">
  220. <h3>Boxes</h3>
  221. <p>Fast rendering HTML canvas box particles</p>
  222. </div>
  223. </div>-->
  224. <!-- Archived -->
  225. <!--<div class="project">
  226. <div class="teaser">
  227. <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>
  228. </div>
  229. <div class="description">
  230. <h3><a href="https://github.com/EyeOfMidas/retro-retrospective" target="_blank">Retro Retrospective</a></h3>
  231. <p>A pure-native retrospective tool for development teams, done in a 70s style</p>
  232. </div>
  233. </div>-->
  234. <div class="project">
  235. <div class="teaser">
  236. <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>
  237. </div>
  238. <div class="description">
  239. <h3><a href="https://github.com/EyeOfMidas/tavern-name-generator" target="_blank">Tavern Name Generator</a></h3>
  240. <p>A simple generator for making creative D&D themed taverns</p>
  241. </div>
  242. </div>
  243. <div class="project">
  244. <div class="teaser">
  245. <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>
  246. </div>
  247. <div class="description">
  248. <h3><a href="./vgs" target="_blank">Tribes VGS Audio Chat</a></h3>
  249. <p>HTML5 audio async loading controlled in the style of Tribes VGS</p>
  250. </div>
  251. </div>
  252. <div class="project">
  253. <div class="teaser">
  254. <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>
  255. </div>
  256. <div class="description">
  257. <h3><a href="http://eyeofmidas.net/mudmapper/" target="_blank">Mud Mapper</a></h3>
  258. <p>Browser-based editor for building out maps for MUDs</p>
  259. </div>
  260. </div>
  261. <!-- Archived -->
  262. <!--
  263. <div class="project">
  264. <div class="teaser">
  265. <a href="processing/?p=powercontrol&w=400&h=600"><video autoplay loop>
  266. <source src="./files/powercontrol.mp4" type="video/mp4"></video></a>
  267. </div>
  268. <div class="description">
  269. <h3><a href="processing/?p=powercontrol&w=400&h=600">Power Control</a></h3>
  270. <p>I replicated the FTL power control system in Processing</p>
  271. </div>
  272. </div>
  273. <div class="project">
  274. <div class="teaser">
  275. <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>
  276. </div>
  277. <div class="description">
  278. <h3><a href="processing/?p=raverlights&w=640&h=360">Raver Lights</a></h3>
  279. <p>Brownian motion smoothed to bezier curves, now with fancy colors!</p>
  280. </div>
  281. </div>
  282. <div class="project">
  283. <div class="teaser">
  284. <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>
  285. </div>
  286. <div class="description">
  287. <h3><a href="processing/?p=orbitdemo&w=640&h=480">Orbit</a></h3>
  288. <p>A simple math demo to show orbits and movement along them.</p>
  289. </div>
  290. </div>
  291. <div class="project">
  292. <div class="teaser">
  293. <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>
  294. </div>
  295. <div class="description">
  296. <h3><a href="processing/?p=torch&w=640&h=480">Torch</a></h3>
  297. <p>A spaceship thrust tail</p>
  298. </div>
  299. </div>
  300. <div class="project">
  301. <div class="teaser">
  302. <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>
  303. </div>
  304. <div class="description">
  305. <h3><a href="processing/?p=starsystem&w=640&h=480">Orbit physics</a></h3>
  306. <p>A quick mathy prototype that shows how orbit physics should be calculated</p>
  307. </div>
  308. </div>
  309. <div class="project">
  310. <div class="teaser">
  311. <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>
  312. </div>
  313. <div class="description">
  314. <h3><a href="processing/?p=creepyfish&w=800&h=600">Creepyfish</a></h3>
  315. <p>A set of simple fish that don't move quite right. Still tweaking the numbers...</p>
  316. </div>
  317. </div>
  318. <div class="project">
  319. <div class="teaser">
  320. <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>
  321. </div>
  322. <div class="description">
  323. <h3><a href="processing/?p=curvetween2&w=800&h=600">Curving Tween</a></h3>
  324. <p>Tweening a ball on an arcing line. Press "D" for debugging lines.</p>
  325. </div>
  326. </div>
  327. <div class="project">
  328. <div class="teaser">
  329. <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>
  330. </div>
  331. <div class="description">
  332. <h3><a href="processing/?p=herd_immunity&w=800&h=600">Herd Immunity</a></h3>
  333. <p>Read an <a href="http://imgur.com/a/8M7q8" target="_blank">article</a> and tried to replicate the visualizations</p>
  334. </div>
  335. </div>-->
  336. </section>
  337. <section id="contact-section">
  338. <h2 id="contact">Contact</h2>
  339. <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." />
  340. <ul>
  341. <li>Gmail: eyeofmidas@gmail.com</li>
  342. <li>GTalk: eyeofmidas@gmail.com</li>
  343. <li>LinkedIn: <a href="https://www.linkedin.com/in/eyeofmidas/">Profile</a></li>
  344. <li>Twitter: <a href="https://twitter.com/eyeofmidas">EyeOfMidas</a></li>
  345. <li>Mastodon: <a rel="me" href="https://mastodon.gamedev.place/@eyeofmidas">EyeOfMidas</a></li>
  346. <li>Github: <a href="https://github.com/eyeofmidas/">EyeOfMidas</a></li>
  347. </ul>
  348. </section>
  349. </main>
  350. <footer>
  351. <ul>
  352. <li><a href="/scifi">Science Fiction Short Stories</a></li>
  353. </ul>
  354. <p>Website Provided by <a href="http://copperwirehosting.com" target="_blank">Copper Wire Hosting</a></p>
  355. </footer>
  356. <script src="./js/star.js"></script>
  357. <script src="./js/starfield.js"></script>
  358. <script src="./js/starfieldgame.js"></script>
  359. <!-- Archived -->
  360. <!--<script src="./js/box.js"></script>
  361. <script src="./js/circle.js"></script>
  362. <script src="./js/triangle.js"></script>
  363. <script src="./js/starshape.js"></script>
  364. <script src="./js/binaryfloater.js"></script>
  365. <script src="./js/boxgame.js"></script>-->
  366. <script src="./js/simplecarousel.js"></script>
  367. <script type="module">
  368. import { AsteroidToy } from './js/asteroidtoy.js';
  369. document.addEventListener("DOMContentLoaded", function (event) {
  370. var starfieldgame = new StarfieldGame();
  371. starfieldgame.create("background-container");
  372. /* Archived */
  373. //var boxbackground = new BoxGame();
  374. //boxbackground.create("boxes-container");
  375. var asteroidToy = new AsteroidToy("asteroids-background");
  376. asteroidToy.init();
  377. });
  378. </script>
  379. <script type="module" crossorigin src="./night-and-day/assets/index-MyYpA6PZ.js"></script>
  380. <script>
  381. (function (i, s, o, g, r, a, m) {
  382. i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
  383. (i[r].q = i[r].q || []).push(arguments)
  384. }, i[r].l = 1 * new Date(); a = s.createElement(o),
  385. m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  386. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  387. ga('create', 'UA-50800317-1', 'eyeofmidas.com');
  388. ga('send', 'pageview');
  389. </script>
  390. </body>
  391. <!-- deploy test 11 -->
  392. </html>