{"id":659538,"date":"2026-03-31T22:19:16","date_gmt":"2026-03-31T22:19:16","guid":{"rendered":"urn:uuid:a17325f8-dc25-439c-93e8-61a8d3e7e659"},"modified":"2026-03-31T22:19:16","modified_gmt":"2026-03-31T22:19:16","slug":"how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming","status":"publish","type":"post","link":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/","title":{"rendered":"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming"},"content":{"rendered":"\n<p class=\"\">Animal Well is just another 2D pixel art indie game, so why does it look and feel\u2026just a little bit different? In his recap of Summer Games Fest, Danny O\u2019Dwyer (Noclip) put it best when he called Animal Well \u201cthe game that\u2019s hardest to explain why I liked it.\u201d Defining what exactly sets it apart can be elusive, especially when your brain tells you that it looks like it could have come from the Commodore 64 era. Today I thought I would take some time to break down some of the work that goes into making a single frame of Animal Well look the way it does. What lies ahead will be a relatively brief and high-level tour\u2014each of the features shown could have a blog post of its own\u2014but nevertheless I think a peek under the hood will prove interesting.<\/p>\n<p class=\"\">To start, Animal Well is rendered in many different layers that all get composited together in fairly complicated ways. Here you can get a glimpse at some of those layers, and how they are used together to render lighting, before producing the final image.<\/p>\n<p class=\"\">This shot is from early in the game where you can use firecrackers to banish a pursuing ghost. We can break it down to see some of the rendering steps involved.<\/p>\n<figure class=\"wp-block-embed is-type-video is-provider-gfycat wp-block-embed-gfycat\">\n<div class=\"wp-block-embed__wrapper\" style=\"margin-bottom: calc(-18.75% - 10px)\">\n<div style='padding-bottom:calc(56.25% + 44px)'><\/div>\n<\/div>\n<\/figure>\n<p class=\"\">For additional fun, we can also look at what that shot would look like with lighting disabled.<\/p>\n<p> <a href=\"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png\" alt=\"\"><\/a> <\/p>\n<p class=\"\">When it comes to rendering, Animal Well is doing a lot of small things that add up to the final result you see. Here are just a couple examples.<\/p>\n<h2 class=\"\">Normal Maps<\/h2>\n<p class=\"\">When a light moves across the background scenery, it illuminates it differently based on what direction the light is coming from. To achieve this, I\u2019m using normal maps. Normal maps are textures that help define little geometric details on a surface that would otherwise be perfectly flat. The color of each pixel represents the \u2018surface normal\u2019, which is a vector that describes what direction the surface is facing. They are a very standard part of most 3D art pipelines but are much less common in 2D games. I manually draw the normal maps, right alongside the rest of the game\u2019s art.<\/p>\n<p class=\"center\"><a href=\"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming-1.png\"><\/a><\/p>\n<figure class=\"wp-block-embed is-type-video is-provider-gfycat wp-block-embed-gfycat\">\n<div class=\"wp-block-embed__wrapper\" style=\"margin-bottom: calc(-18.75% - 10px)\">\n<div style='padding-bottom:calc(56.25% + 44px)'><\/div>\n<\/div>\n<\/figure>\n<p class=\"has-text-align-center\"><em>Light source interacting with normal maps<\/em><\/p>\n<h2 class=\"\">Background Effects<\/h2>\n<p class=\"\">Animal Well does lots of fun things for its backgrounds. In this example we see a bunch of implicit 3D geometry being raymarched, which then also feature raymarched reflections! Raymarching is similar to raytracing, but instead of casting rays to intersect with polygons, you are stepping along a ray, and evaluating <em>signed distance functions, or SDFs. <\/em>&nbsp;SDFs can represent all sorts of geometry mathematically, and can be blended together to make very dynamic shapes \u2013 typically not possible with traditional rendering. These shapes are illuminated by the light sources defined in the layers in front of it. SDFs can be expensive to render (\u201cexpensive\u201d in the sense of using precious limited processing power), but in this case, the PS5\u2019s GPU makes short work of it.<\/p>\n<figure class=\"wp-block-embed is-type-video is-provider-gfycat wp-block-embed-gfycat\">\n<div class=\"wp-block-embed__wrapper\" style=\"margin-bottom: calc(-18.75% - 10px)\">\n<div style='padding-bottom:calc(56.25% + 44px)'><\/div>\n<\/div>\n<\/figure>\n<h2 class=\"\">Fluid Effects<\/h2>\n<p class=\"\">Animal Well has a layer dedicated to constantly running a Navier Stokes fluid simulation. It\u2019s used for a wide variety of effects throughout the game, most commonly for water and smoke. Sprites can be drawn into it as \u2018dye\u2019, and then objects in game can also draw forces into the field, causing the fluid to advect in a very realistic way. Simulations like this can be expensive, needing to run for many iterations to compute an accurate result. Special care is also taken to threshold the colors to fit in with the rest of the pixel art.<\/p>\n<figure class=\"wp-block-embed is-type-video is-provider-gfycat wp-block-embed-gfycat\">\n<div class=\"wp-block-embed__wrapper\" style=\"margin-bottom: calc(-18.75% - 10px)\">\n<div style='padding-bottom:calc(56.25% + 44px)'><\/div>\n<\/div>\n<\/figure>\n<h2 class=\"\">Tools<\/h2>\n<p class=\"\">A big part of development doesn\u2019t involve working on the game itself, but instead making tools to make the game. I developed the game&#8217;s engine and editor from scratch while using it to make the game at the same time.<\/p>\n<figure class=\"wp-block-embed is-type-video is-provider-gfycat wp-block-embed-gfycat\">\n<div class=\"wp-block-embed__wrapper\" style=\"margin-bottom: calc(-33.33% - 10px)\">\n<div style='padding-bottom:calc(100.00% + 44px)'><\/div>\n<\/div>\n<\/figure>\n<h2 class=\"\">Midi Controller<\/h2>\n<p class=\"\">Just about any variable in my engine can be edited via a midi controller I have hooked up to my computer. It makes the process of fine-tuning gameplay variables much faster (and also more fun!) Using a midi controller I can literally dial in the settings.<\/p>\n<p class=\"\">I use a modified version of the popular program Aseprite to draw and animate sprites. I can make changes in Aseprite, which outputs a custom binary animation format, and then the engine will instantly reload it while the game is running.<\/p>\n<h2 class=\"\">Super Low latency<\/h2>\n<p class=\"\">In the same way that articulating exactly how Animal Well looks different from other pixel art games can be difficult, it\u2019s equally challenging to say why it feels good to play. After all, the controls are extremely simple: move left and right, jump, and use items. That\u2019s it. So what\u2019s different about how Animal Well does it compared to every other game in the history of gamekind? It all comes down to input latency.<\/p>\n<p class=\"\">Creating an entirely new custom engine is a lot of work, which may be why not many people do it. There is no shortage of existing off-the-shelf engines, from Unreal to Unity to GameMaker and more. Games made with off the shelf engines sit on top of the engine layer, which acts as a buffer between the game and the CPU and GPU. With Animal Well, as soon as the player so much as touches the control, the game code can tell the GPU immediately and directly what to do, meaning that the game can render using your input from the same frame, without any buffering. The pathway from brain \u2192 fingers \u2192 controller \u2192 game \u2192 display becomes nearly instantaneous. Of course no one notices this on a conscious level. The game just starts to feel like an extension of your mind, and the controller just seems to disappear.<\/p>\n<figure class=\"wp-block-embed is-type-video is-provider-gfycat wp-block-embed-gfycat\">\n<div class=\"wp-block-embed__wrapper\" style=\"margin-bottom: calc(-18.75% - 10px)\">\n<div style='padding-bottom:calc(56.25% + 44px)'><\/div>\n<\/div>\n<\/figure>\n<p class=\"has-text-align-center\"><em>Recorded at 240 FPS off an OLED display, so slowed down by approximately 400%<\/em><\/p>\n<p class=\"has-default-font\">When describing the development process behind Animal Well, I often use the oxymoronic phrase \u201cnext-gen 2D pixel art platformer\u201d. I hope this peek under the hood has shed a bit of light into what I mean by that.<\/p>\n<p> <a href=\"https:\/\/blog.playstation.com\/2022\/07\/20\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/\">Source<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Animal Well is just another 2D pixel art indie game, so why does it look and feel\u2026just a little bit different? In his recap of Summer Games Fest, Danny O\u2019Dwyer (Noclip) put it best when he called Animal Well \u201cthe game that\u2019s hardest to explain why I liked it.\u201d Defining what exactly sets it apart can be elusive, especially when your brain tells you that it looks like it could have come from the Commodore 64 era. Today I thought I would take some time to break down some of the work that goes into making a single frame of Animal Well look the way it does. What lies ahead will be a relatively brief and high-level tour\u2014each of the features shown could have a&hellip;<\/p>\n<p class=\"excerpt-more\"><a class=\"blog-excerpt button\" href=\"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":1,"featured_media":659539,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[316],"tags":[6868,45,8212],"class_list":["post-659538","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-official-playstation","tag-animal-well","tag-ps5","tag-shared-memory"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming | Arcader News<\/title>\n<meta name=\"description\" content=\"Animal Well is just another 2D pixel art indie game, so why does it look and feel\u2026just a little bit different? In his recap of Summer Games Fest, Danny\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming | Arcader News\" \/>\n<meta property=\"og:description\" content=\"Animal Well is just another 2D pixel art indie game, so why does it look and feel\u2026just a little bit different? In his recap of Summer Games Fest, Danny\" \/>\n<meta property=\"og:url\" content=\"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/\" \/>\n<meta property=\"og:site_name\" content=\"Arcade News\" \/>\n<meta property=\"article:published_time\" content=\"2026-03-31T22:19:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Arcade News\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Arcade News\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/\"},\"author\":{\"name\":\"Arcade News\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\"},\"headline\":\"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming\",\"datePublished\":\"2026-03-31T22:19:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/\"},\"wordCount\":1026,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png\",\"keywords\":[\"animal well\",\"PS5\",\"shared memory\"],\"articleSection\":[\"Official Playstation\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/\",\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/\",\"name\":\"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming | Arcader News\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png\",\"datePublished\":\"2026-03-31T22:19:16+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\"},\"description\":\"Animal Well is just another 2D pixel art indie game, so why does it look and feel\u2026just a little bit different? In his recap of Summer Games Fest, Danny\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/#primaryimage\",\"url\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png\",\"contentUrl\":\"https:\\\/\\\/arcader.org\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png\",\"width\":1280,\"height\":720,\"caption\":\"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/arcader.org\\\/news\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/\",\"name\":\"Arcade News\",\"description\":\"Free Arcade News from the Best Online Sources\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/arcader.org\\\/news\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/arcader.org\\\/news\\\/#\\\/schema\\\/person\\\/8460f5e5076b52fb2369f2f7ce6f2839\",\"name\":\"Arcade News\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g\",\"caption\":\"Arcade News\"},\"sameAs\":[\"https:\\\/\\\/cricketgames.tv\"],\"url\":\"https:\\\/\\\/arcader.org\\\/news\\\/author\\\/arcade-news\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming | Arcader News","description":"Animal Well is just another 2D pixel art indie game, so why does it look and feel\u2026just a little bit different? In his recap of Summer Games Fest, Danny","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/","og_locale":"en_US","og_type":"article","og_title":"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming | Arcader News","og_description":"Animal Well is just another 2D pixel art indie game, so why does it look and feel\u2026just a little bit different? In his recap of Summer Games Fest, Danny","og_url":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/","og_site_name":"Arcade News","article_published_time":"2026-03-31T22:19:16+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png","type":"image\/png"}],"author":"Arcade News","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Arcade News","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/#article","isPartOf":{"@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/"},"author":{"name":"Arcade News","@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839"},"headline":"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming","datePublished":"2026-03-31T22:19:16+00:00","mainEntityOfPage":{"@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/"},"wordCount":1026,"commentCount":0,"image":{"@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/#primaryimage"},"thumbnailUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png","keywords":["animal well","PS5","shared memory"],"articleSection":["Official Playstation"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/","url":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/","name":"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming | Arcader News","isPartOf":{"@id":"https:\/\/arcader.org\/news\/#website"},"primaryImageOfPage":{"@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/#primaryimage"},"image":{"@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/#primaryimage"},"thumbnailUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png","datePublished":"2026-03-31T22:19:16+00:00","author":{"@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839"},"description":"Animal Well is just another 2D pixel art indie game, so why does it look and feel\u2026just a little bit different? In his recap of Summer Games Fest, Danny","breadcrumb":{"@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/#primaryimage","url":"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png","contentUrl":"https:\/\/arcader.org\/wp-content\/uploads\/2022\/07\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming.png","width":1280,"height":720,"caption":"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming"},{"@type":"BreadcrumbList","@id":"https:\/\/arcader.org\/news\/how-animal-well-taps-into-ps5-hardware-to-elevate-2d-pixel-art-platforming\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/arcader.org\/news\/"},{"@type":"ListItem","position":2,"name":"How Animal Well taps into PS5 hardware to elevate 2D pixel-art platforming"}]},{"@type":"WebSite","@id":"https:\/\/arcader.org\/news\/#website","url":"https:\/\/arcader.org\/news\/","name":"Arcade News","description":"Free Arcade News from the Best Online Sources","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/arcader.org\/news\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/arcader.org\/news\/#\/schema\/person\/8460f5e5076b52fb2369f2f7ce6f2839","name":"Arcade News","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3fea48a614d86edd987bc7bb25f4707c69546d4b1f78ad4aa20b26316bad1f9d?s=96&d=mm&r=g","caption":"Arcade News"},"sameAs":["https:\/\/cricketgames.tv"],"url":"https:\/\/arcader.org\/news\/author\/arcade-news\/"}]}},"_links":{"self":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/659538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/comments?post=659538"}],"version-history":[{"count":1,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/659538\/revisions"}],"predecessor-version":[{"id":1292918,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/posts\/659538\/revisions\/1292918"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/media\/659539"}],"wp:attachment":[{"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/media?parent=659538"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/categories?post=659538"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/arcader.org\/news\/wp-json\/wp\/v2\/tags?post=659538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}