{"componentChunkName":"component---src-templates-blog-post-js","path":"/blog/2020-03-25-birth/","result":{"data":{"site":{"siteMetadata":{"title":"From Parts"}},"markdownRemark":{"id":"a508bb32-d1cb-51e8-baf1-4a74a1561be1","excerpt":"Feels like spring, smells like spring, looks like spring. But you can’t touch it. And you shouldn’t breathe in, at least as long as you’re close to others…","html":"<p>Feels like spring, smells like spring, looks like spring. But you can’t touch it. And you shouldn’t breathe in, at least as long as you’re close to others. Corona is a word that - up to now - I only connected with the sun, with the halo surrounding it, with beauty.</p>\n<p><span\n      class=\"gatsby-resp-image-wrapper\"\n      style=\"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 650px; \"\n    >\n      <a\n    class=\"gatsby-resp-image-link\"\n    href=\"/static/3e12de0975ff2f91cdcca1ad3ed38e6e/e1596/spring.jpg\"\n    style=\"display: block\"\n    target=\"_blank\"\n    rel=\"noopener\"\n  >\n    <span\n    class=\"gatsby-resp-image-background-image\"\n    style=\"padding-bottom: 74.84662576687117%; position: relative; bottom: 0; left: 0; background-image: url('data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAAPABQDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAQFAv/EABUBAQEAAAAAAAAAAAAAAAAAAAAC/9oADAMBAAIQAxAAAAFtePq4ok0P/8QAGhAAAwADAQAAAAAAAAAAAAAAAAECERIiMf/aAAgBAQABBQKnI0anidc5P//EABYRAQEBAAAAAAAAAAAAAAAAAAAREv/aAAgBAwEBPwHKP//EABURAQEAAAAAAAAAAAAAAAAAAAAS/9oACAECAQE/AbW//8QAGRAAAQUAAAAAAAAAAAAAAAAAARARIDKR/9oACAEBAAY/ArDYMn//xAAZEAEAAwEBAAAAAAAAAAAAAAABABExIUH/2gAIAQEAAT8h4PXItzsXc0CLQBz2KW8n/9oADAMBAAIAAwAAABBXH//EABURAQEAAAAAAAAAAAAAAAAAAABx/9oACAEDAQE/ELW//8QAFxEBAAMAAAAAAAAAAAAAAAAAABFRcf/aAAgBAgEBPxCVMP/EABoQAQEBAQEBAQAAAAAAAAAAAAERACFRQYH/2gAIAQEAAT8Qh+LeHTDagWU9xeofupQFJTzDELIAHIK67Bd//9k='); background-size: cover; display: block;\"\n  ></span>\n  <picture>\n          <source\n              srcset=\"/static/3e12de0975ff2f91cdcca1ad3ed38e6e/94563/spring.webp 163w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/647a8/spring.webp 325w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/c1dc5/spring.webp 650w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/1e975/spring.webp 975w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/063bf/spring.webp 1300w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/8df42/spring.webp 2048w\"\n              sizes=\"(max-width: 650px) 100vw, 650px\"\n              type=\"image/webp\"\n            />\n          <source\n            srcset=\"/static/3e12de0975ff2f91cdcca1ad3ed38e6e/d2f63/spring.jpg 163w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/c989d/spring.jpg 325w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/6aca1/spring.jpg 650w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/7c09c/spring.jpg 975w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/01ab0/spring.jpg 1300w,\n/static/3e12de0975ff2f91cdcca1ad3ed38e6e/e1596/spring.jpg 2048w\"\n            sizes=\"(max-width: 650px) 100vw, 650px\"\n            type=\"image/jpeg\"\n          />\n          <img\n            class=\"gatsby-resp-image-image\"\n            src=\"/static/3e12de0975ff2f91cdcca1ad3ed38e6e/6aca1/spring.jpg\"\n            alt=\"Spring from my window\"\n            title=\"Spring from my window\"\n            loading=\"lazy\"\n            style=\"width:100%;height:100%;margin:0;vertical-align:middle;position:absolute;top:0;left:0;\"\n          />\n        </picture>\n  </a>\n    </span></p>\n<p>These days, meanings and priorities change. And while the corona pandemic has horrifying consequences, it also gives room for the lucky ones that are not directly affected by the suffering it’s causing. Room to breathe, to imagine, and generally do stuff, that we usually don’t do. That change led to me finally deciding to put more effort into a project, that I developed in my mind and (half-heartedly) in code:</p>\n<h1>From Parts</h1>\n<p>A first-person game that puts you in a world with machines and elements, that actually function. A generator provides energy. Connected to an electric engine, it provides rotation. What you do with this rotation is up to you and the task at hand. Need propulsion? Open the valve of a gas tank and it flies off. You wanted to use that propulsion? Weld the gas tank to a nearby cart and drive it!</p>\n<p>The game will provide elements that simulate their own behaviour. It’s up to you to connect them in a meaningful way. Things will float on water if their density is low enough. Things with even lower density will float in the air and rise. Things that look like wings actually have aerodynamic properties.</p>\n<p>Most of those things already are in a proof of concept stage, that works in Unity and is playable. Right now, I’m working on a clunky old generator that will be one of the first things available in the game:</p>\n<p><span\n      class=\"gatsby-resp-image-wrapper\"\n      style=\"position: relative; display: block; margin-left: auto; margin-right: auto; max-width: 650px; \"\n    >\n      <a\n    class=\"gatsby-resp-image-link\"\n    href=\"/static/249c155eee3759e4dc8896ec4d439f30/0f98f/generator.jpg\"\n    style=\"display: block\"\n    target=\"_blank\"\n    rel=\"noopener\"\n  >\n    <span\n    class=\"gatsby-resp-image-background-image\"\n    style=\"padding-bottom: 56.44171779141104%; position: relative; bottom: 0; left: 0; background-image: url('data:image/jpeg;base64,/9j/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wgARCAALABQDASIAAhEBAxEB/8QAFwAAAwEAAAAAAAAAAAAAAAAAAAMEBf/EABUBAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIQAxAAAAGJq6xJoif/xAAaEAACAgMAAAAAAAAAAAAAAAAAAQIREhMx/9oACAEBAAEFAsRQtahdiJH/xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAEDAQE/AT//xAAUEQEAAAAAAAAAAAAAAAAAAAAQ/9oACAECAQE/AT//xAAUEAEAAAAAAAAAAAAAAAAAAAAg/9oACAEBAAY/Al//xAAaEAEAAwADAAAAAAAAAAAAAAABABExEEFR/9oACAEBAAE/IS2WvQQ4X94jArJ//9oADAMBAAIAAwAAABDw3//EABURAQEAAAAAAAAAAAAAAAAAABBB/9oACAEDAQE/EIf/xAAWEQEBAQAAAAAAAAAAAAAAAAAAESH/2gAIAQIBAT8Quq//xAAZEAEAAwEBAAAAAAAAAAAAAAABABExIVH/2gAIAQEAAT8Qq0V4NnWKKHfHyXZxMEUTxhWESY//2Q=='); background-size: cover; display: block;\"\n  ></span>\n  <picture>\n          <source\n              srcset=\"/static/249c155eee3759e4dc8896ec4d439f30/94563/generator.webp 163w,\n/static/249c155eee3759e4dc8896ec4d439f30/647a8/generator.webp 325w,\n/static/249c155eee3759e4dc8896ec4d439f30/c1dc5/generator.webp 650w,\n/static/249c155eee3759e4dc8896ec4d439f30/1e975/generator.webp 975w,\n/static/249c155eee3759e4dc8896ec4d439f30/063bf/generator.webp 1300w,\n/static/249c155eee3759e4dc8896ec4d439f30/882b9/generator.webp 1920w\"\n              sizes=\"(max-width: 650px) 100vw, 650px\"\n              type=\"image/webp\"\n            />\n          <source\n            srcset=\"/static/249c155eee3759e4dc8896ec4d439f30/d2f63/generator.jpg 163w,\n/static/249c155eee3759e4dc8896ec4d439f30/c989d/generator.jpg 325w,\n/static/249c155eee3759e4dc8896ec4d439f30/6aca1/generator.jpg 650w,\n/static/249c155eee3759e4dc8896ec4d439f30/7c09c/generator.jpg 975w,\n/static/249c155eee3759e4dc8896ec4d439f30/01ab0/generator.jpg 1300w,\n/static/249c155eee3759e4dc8896ec4d439f30/0f98f/generator.jpg 1920w\"\n            sizes=\"(max-width: 650px) 100vw, 650px\"\n            type=\"image/jpeg\"\n          />\n          <img\n            class=\"gatsby-resp-image-image\"\n            src=\"/static/249c155eee3759e4dc8896ec4d439f30/6aca1/generator.jpg\"\n            alt=\"Generator\"\n            title=\"Generator\"\n            loading=\"lazy\"\n            style=\"width:100%;height:100%;margin:0;vertical-align:middle;position:absolute;top:0;left:0;\"\n          />\n        </picture>\n  </a>\n    </span></p>\n<p><div class=\"gatsby-resp-iframe-wrapper\" style=\"padding-bottom: 66.66666666666666%; position: relative; height: 0; overflow: hidden; margin-bottom: 1.0725rem\" > <div class=\"embedVideo-container\"> <iframe title=\"\" src=\"https://www.youtube-nocookie.com/embed/tgCXpkQU1aQ?rel=0\" class=\"embedVideo-iframe\" style=\"border:0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; \" loading=\"eager\" allowfullscreen=\"\" sandbox=\"allow-same-origin allow-scripts allow-popups\"></iframe> </div> </div></p>","frontmatter":{"title":"Birth","date":"March 25, 2020","description":"The From Parts website squints as it is welcomed by the bright light of this wonderful early spring day."}}},"pageContext":{"slug":"/blog/2020-03-25-birth/","previous":null,"next":{"fields":{"slug":"/blog/2020-03-30-showcase/"},"frontmatter":{"title":"Magic remote control","type":"post"}}}},"staticQueryHashes":["2047868972","2841359383","369758820"]}