123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <meta name="description" content="A collection of hobbies and amusing web toys and prototypes." />
- <meta name="keywords" content="eyeofmidas eye of midas game development programmer javascript processing impactjs" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <title>EyeOfMidas.com</title>
- <!--sharing tags -->
- <meta property="og:title" content="Eye of Midas" />
- <meta property="og:description" content="A collection of hobbies and amusing web toys and prototypes." />
- <meta property="og:url" content="https://eyeofmidas.com/" />
- <meta property="og:image" content="https://eyeofmidas.com/images/eom_preview.gif" />
- <meta property="og:video" content="https://eyeofmidas.com/images/eom_preview.mp4" />
- <meta property="og:type" content="video.other" />
- <link rel="stylesheet" type="text/css" href="./css/main.css" />
- <link rel="stylesheet" type="text/css" href="./css/simplecarousel.css" />
- <link rel="stylesheet" crossorigin href="./night-and-day/assets/index-P1oR9gqR.css">
- <link href="https://fonts.googleapis.com/css?family=Roboto|Oswald" rel="stylesheet" />
- </head>
- <body>
- <header id="background-container">
- <canvas id="background"></canvas>
- <canvas id="asteroids-background"></canvas>
- <h1>Eye Of Midas</h1>
- </header>
- <nav>
- <ul>
- <li><a href="./">Home</a></li>
- <li><a href="https://eyeofmidas.wordpress.com/" target="_blank">Developer Blog</a></li>
- <li><a href="https://tddnetwork.org/" target="_blank">TDD Network Forum</a></li>
- <li><a href="#prototypes">Prototypes</a></li>
- <li><a href="#contact">Contact</a></li>
- </ul>
- </nav>
- <main>
- <section id="prototype-section">
- <h2 id="prototypes">Prototypes</h2>
- <div class="project">
- <div class="teaser">
- <a href="./threejs/portal" target="_blank">
- <video autoplay loop>
- <source src="./images/portal.mp4" type="video/mp4">
- </video>
- </a>
- </div>
- <div class="description">
- <h3><a href="./threejs/portal" target="_blank">Portal with Baked Lighting</a></h3>
- <p>The capstone project of the ThreeJS Journey course</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <canvas class="night-and-day"></canvas>
- </div>
- <div class="description">
- <h3>Night and Day</h3>
- <p>A breakout battle between two colors, as defined by random contrast bot RSS feed</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <a href="./rogueengine/vaporwave" target="_blank">
- <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."/>
- </a>
- </div>
- <div class="description">
- <h3><a href="./rogueengine/vaporwave" target="_blank">Vaporwave</a></h3>
- <p>View of an animated vaporwave scene.</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <a href="./rogueengine/shipshot" target="_blank">
- <video autoplay loop>
- <source src="./images/shipshot.mp4" type="video/mp4">
- </video>
- </a>
- </div>
- <div class="description">
- <h3><a href="./rogueengine/shipshot" target="_blank">ShipShot</a></h3>
- <p>A KenneyJam attempt to make a pirate sailing game using RogueEngine.</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <a href="./rogueengine/spacestation" target="_blank">
- <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."/>
- </a>
- </div>
- <div class="description">
- <h3><a href="./rogueengine/spacestation" target="_blank">Space Station</a></h3>
- <p>View of a rotating Earth from a space station, complete with calming engine noises.</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <a href="./rogueengine/simcity" target="_blank">
- <video autoplay loop>
- <source src="./images/wreckingball.mp4" type="video/mp4">
- </video>
- </a>
- </div>
- <div class="description">
- <h3><a href="./rogueengine/simcity" target="_blank">Wrecking Ball</a></h3>
- <p>A RogueEngine demo using Rapier physics where you roll a ball around and knock over buildings.</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="http://eyeofmidas.net/honeycomb" target="_blank">ThreeJS bee-themed Conquest/RTS</a></h3>
- <p>A rough prototype to experiment with RTS-style controls in a 3D environment</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <a href="https://eyeofmidas.github.io/2020js13k/">
- <video autoplay loop>
- <source src="./images/p4ck3t.mp4" type="video/mp4">
- </video>
- </a>
- </div>
- <div class="description">
- <h3><a href="https://eyeofmidas.github.io/2020js13k/">P4ck3t</a></h3>
- <p>A js13k game entry with it's primary mechanic based on a "pipes" style game.</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <a href="http://ganache.eyeofmidas.net/" target="_blank">
- <video autoplay loop>
- <source src="./images/ganache.mp4" type="video/mp4">
- </video>
- </a>
- </div>
- <div class="description">
- <h3><a href="http://ganache.eyeofmidas.net/" target="_blank">Multiplayer Websocket RPG</a></h3>
- <p>A tile-based game that uses websockets to enable multiplayer</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <a href="https://github.com/EyeOfMidas/impact-midas" target="_blank">
- <!--<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;" />
- <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;" />
- <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;" />-->
- <video autoplay loop style="display: inline-block;">
- <source src="./images/lights_gameplay.mp4" type="video/mp4">
- </video>
- <video autoplay loop style="display: none;">
- <source src="./images/swarm_gameplay.mp4" type="video/mp4">
- </video>
- <video autoplay loop style="display: none;">
- <source src="./images/weighty_gameplay.mp4" type="video/mp4">
- </video>
- </a>
- <button class="image-carousel"></button>
- </div>
- <div class="description">
- <h3><a href="https://github.com/EyeOfMidas/impact-midas" target="_blank">ImpactJS Game Suite</a></h3>
- <p>A few brain-training games made in ImpactJS</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <a href="https://eyeofmidas.github.io/canvas-asteroids/asteroids.html" target="_blank">
- <video autoplay loop>
- <source src="./images/asteroids.mp4" type="video/mp4">
- </video>
- </a>
- </div>
- <div class="description">
- <h3><a href="https://eyeofmidas.github.io/canvas-asteroids/asteroids.html" target="_blank">Canvas Asteroids</a></h3>
- <p>A quick tutorial HTML5 Canvas game recreating Asteroids</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="https://github.com/EyeOfMidas/text-adventure" target="_blank">Text Adventure</a></h3>
- <p>A pure-javascript implementation of a text-based game.</p>
- </div>
- </div>
- <!-- Archived -->
- <!--<div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="https://github.com/EyeOfMidas/eightfootjs" target="_blank">Canvas Game Engine</a></h3>
- <p>An HTML5 Canvas game framework/library to build games quickly (assets, scaling, animation, sound)</p>
- </div>
- </div>-->
- <div class="project">
- <div class="teaser">
- <a href="./canvas/gravitywell/" target="_blank">
- <video autoplay loop>
- <source src="./images/gravitywell.mp4" type="video/mp4">
- </video>
- </a>
- </div>
- <div class="description">
- <h3><a href="./canvas/gravitywell/" target="_blank">Gravity Well clone</a></h3>
- <p>An HTML5 canvas remake of a game in the 90s</p>
- </div>
- </div>
- <!-- Archived -->
- <!--<div class="project">
- <div class="teaser">
- <div id="boxes-container">
- <canvas></canvas>
- </div>
- </div>
- <div class="description">
- <h3>Boxes</h3>
- <p>Fast rendering HTML canvas box particles</p>
- </div>
- </div>-->
- <!-- Archived -->
- <!--<div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="https://github.com/EyeOfMidas/retro-retrospective" target="_blank">Retro Retrospective</a></h3>
- <p>A pure-native retrospective tool for development teams, done in a 70s style</p>
- </div>
- </div>-->
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="https://github.com/EyeOfMidas/tavern-name-generator" target="_blank">Tavern Name Generator</a></h3>
- <p>A simple generator for making creative D&D themed taverns</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="./vgs" target="_blank">Tribes VGS Audio Chat</a></h3>
- <p>HTML5 audio async loading controlled in the style of Tribes VGS</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="http://eyeofmidas.net/mudmapper/" target="_blank">Mud Mapper</a></h3>
- <p>Browser-based editor for building out maps for MUDs</p>
- </div>
- </div>
- <!-- Archived -->
- <!--
- <div class="project">
- <div class="teaser">
- <a href="processing/?p=powercontrol&w=400&h=600"><video autoplay loop>
- <source src="./files/powercontrol.mp4" type="video/mp4"></video></a>
- </div>
- <div class="description">
- <h3><a href="processing/?p=powercontrol&w=400&h=600">Power Control</a></h3>
- <p>I replicated the FTL power control system in Processing</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="processing/?p=raverlights&w=640&h=360">Raver Lights</a></h3>
- <p>Brownian motion smoothed to bezier curves, now with fancy colors!</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="processing/?p=orbitdemo&w=640&h=480">Orbit</a></h3>
- <p>A simple math demo to show orbits and movement along them.</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="processing/?p=torch&w=640&h=480">Torch</a></h3>
- <p>A spaceship thrust tail</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="processing/?p=starsystem&w=640&h=480">Orbit physics</a></h3>
- <p>A quick mathy prototype that shows how orbit physics should be calculated</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="processing/?p=creepyfish&w=800&h=600">Creepyfish</a></h3>
- <p>A set of simple fish that don't move quite right. Still tweaking the numbers...</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="processing/?p=curvetween2&w=800&h=600">Curving Tween</a></h3>
- <p>Tweening a ball on an arcing line. Press "D" for debugging lines.</p>
- </div>
- </div>
- <div class="project">
- <div class="teaser">
- <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>
- </div>
- <div class="description">
- <h3><a href="processing/?p=herd_immunity&w=800&h=600">Herd Immunity</a></h3>
- <p>Read an <a href="http://imgur.com/a/8M7q8" target="_blank">article</a> and tried to replicate the visualizations</p>
- </div>
- </div>-->
- </section>
- <section id="contact-section">
- <h2 id="contact">Contact</h2>
- <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." />
- <ul>
- <li>Gmail: eyeofmidas@gmail.com</li>
- <li>GTalk: eyeofmidas@gmail.com</li>
- <li>LinkedIn: <a href="https://www.linkedin.com/in/eyeofmidas/">Profile</a></li>
- <li>Twitter: <a href="https://twitter.com/eyeofmidas">EyeOfMidas</a></li>
- <li>Mastodon: <a rel="me" href="https://mastodon.gamedev.place/@eyeofmidas">EyeOfMidas</a></li>
- <li>Github: <a href="https://github.com/eyeofmidas/">EyeOfMidas</a></li>
- </ul>
- </section>
- </main>
- <footer>
- <ul>
- <li><a href="/scifi">Science Fiction Short Stories</a></li>
- </ul>
- <p>Website Provided by <a href="http://copperwirehosting.com" target="_blank">Copper Wire Hosting</a></p>
- </footer>
- <script src="./js/star.js"></script>
- <script src="./js/starfield.js"></script>
- <script src="./js/starfieldgame.js"></script>
- <!-- Archived -->
- <!--<script src="./js/box.js"></script>
- <script src="./js/circle.js"></script>
- <script src="./js/triangle.js"></script>
- <script src="./js/starshape.js"></script>
- <script src="./js/binaryfloater.js"></script>
- <script src="./js/boxgame.js"></script>-->
- <script src="./js/simplecarousel.js"></script>
- <script type="module">
- import { AsteroidToy } from './js/asteroidtoy.js';
- document.addEventListener("DOMContentLoaded", function (event) {
- var starfieldgame = new StarfieldGame();
- starfieldgame.create("background-container");
- /* Archived */
- //var boxbackground = new BoxGame();
- //boxbackground.create("boxes-container");
- var asteroidToy = new AsteroidToy("asteroids-background");
- asteroidToy.init();
- });
- </script>
- <script type="module" crossorigin src="./night-and-day/assets/index-MyYpA6PZ.js"></script>
- <script>
- (function (i, s, o, g, r, a, m) {
- i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
- (i[r].q = i[r].q || []).push(arguments)
- }, i[r].l = 1 * new Date(); a = s.createElement(o),
- m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
- })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
- ga('create', 'UA-50800317-1', 'eyeofmidas.com');
- ga('send', 'pageview');
- </script>
- </body>
- <!-- deploy test 11 -->
- </html>
|