<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Akash max</title>
    <description>The latest articles on DEV Community by Akash max (@akash_max_d80b991c156d8db).</description>
    <link>https://dev.to/akash_max_d80b991c156d8db</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4049822%2Fb4124ec6-ac40-4abe-9336-be67916021f7.png</url>
      <title>DEV Community: Akash max</title>
      <link>https://dev.to/akash_max_d80b991c156d8db</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/akash_max_d80b991c156d8db"/>
    <language>en</language>
    <item>
      <title>🚀 I Built a VS Code Extension for Game Developers to Preview Sprites, Spine &amp; GLTF Models Without Leaving the Editor</title>
      <dc:creator>Akash max</dc:creator>
      <pubDate>Mon, 27 Jul 2026 16:01:52 +0000</pubDate>
      <link>https://dev.to/akash_max_d80b991c156d8db/i-built-a-vs-code-extension-for-game-developers-to-preview-sprites-spine-gltf-models-without-237p</link>
      <guid>https://dev.to/akash_max_d80b991c156d8db/i-built-a-vs-code-extension-for-game-developers-to-preview-sprites-spine-gltf-models-without-237p</guid>
      <description>&lt;p&gt;If you've worked on a game or an interactive web project, you've probably experienced this workflow:&lt;/p&gt;

&lt;p&gt;Open Aseprite to check a sprite sheet.&lt;br&gt;
Open Spine Viewer to preview animations.&lt;br&gt;
Open Blender (or another viewer) to inspect a GLTF model.&lt;br&gt;
Switch back to VS Code to write code.&lt;br&gt;
Repeat... dozens of times a day.&lt;/p&gt;

&lt;p&gt;As a Senior Game Developer, this constant context switching always interrupted my workflow.&lt;/p&gt;

&lt;p&gt;So I decided to build something to solve it.&lt;/p&gt;

&lt;p&gt;🎉 Introducing Asset Studio&lt;/p&gt;

&lt;p&gt;Asset Studio is a free VS Code extension that lets you preview game assets directly inside VS Code.&lt;/p&gt;

&lt;p&gt;No more jumping between multiple applications just to verify your assets.&lt;/p&gt;

&lt;p&gt;✨ Features&lt;br&gt;
🖼️ Sprite Sheet Preview&lt;br&gt;
Import sprite sheets&lt;br&gt;
Play animations&lt;br&gt;
Control FPS&lt;br&gt;
Preview frame-by-frame&lt;/p&gt;

&lt;p&gt;Perfect for 2D game development.&lt;/p&gt;

&lt;p&gt;🦴 Spine Animation Preview&lt;br&gt;
Preview Spine skeletal animations&lt;br&gt;
Play and inspect animations&lt;br&gt;
Stay inside VS Code&lt;br&gt;
🧊 GLTF / GLB Viewer&lt;/p&gt;

&lt;p&gt;Working with Three.js or React Three Fiber?&lt;/p&gt;

&lt;p&gt;Asset Studio lets you:&lt;/p&gt;

&lt;p&gt;View GLTF &amp;amp; GLB models&lt;br&gt;
Rotate&lt;br&gt;
Zoom&lt;br&gt;
Inspect models&lt;/p&gt;

&lt;p&gt;without opening another application.&lt;/p&gt;

&lt;p&gt;⚡ Generate React Code&lt;/p&gt;

&lt;p&gt;One of my favorite features.&lt;/p&gt;

&lt;p&gt;Instead of manually writing setup code every time, Asset Studio can generate starter code for:&lt;/p&gt;

&lt;p&gt;React&lt;br&gt;
Three.js&lt;br&gt;
PixiJS&lt;/p&gt;

&lt;p&gt;This saves time and removes repetitive boilerplate.&lt;/p&gt;

&lt;p&gt;Why I Built It&lt;/p&gt;

&lt;p&gt;Developers spend too much time switching between tools.&lt;/p&gt;

&lt;p&gt;I wanted a workflow where I could:&lt;/p&gt;

&lt;p&gt;✅ Preview assets&lt;/p&gt;

&lt;p&gt;✅ Continue coding&lt;/p&gt;

&lt;p&gt;✅ Stay focused&lt;/p&gt;

&lt;p&gt;without leaving VS Code.&lt;/p&gt;

&lt;p&gt;That idea became Asset Studio.&lt;/p&gt;

&lt;p&gt;Tech Stack&lt;/p&gt;

&lt;p&gt;Built using:&lt;/p&gt;

&lt;p&gt;TypeScript&lt;br&gt;
VS Code Extension API&lt;br&gt;
Three.js&lt;br&gt;
PixiJS&lt;br&gt;
React&lt;br&gt;
Node.js&lt;br&gt;
Roadmap&lt;/p&gt;

&lt;p&gt;I'm actively working on new features, including:&lt;/p&gt;

&lt;p&gt;🚀 Better asset browser&lt;br&gt;
🎬 More animation controls&lt;br&gt;
📦 Additional file format support&lt;br&gt;
⚡ Faster loading&lt;br&gt;
🎨 Improved UI&lt;br&gt;
🧩 More code generation templates&lt;br&gt;
I'd Love Your Feedback ❤️&lt;/p&gt;

&lt;p&gt;This is my first public VS Code extension, and I'm excited to improve it with the community's help.&lt;/p&gt;

&lt;p&gt;If you're a:&lt;/p&gt;

&lt;p&gt;Game Developer&lt;br&gt;
Three.js Developer&lt;br&gt;
React Developer&lt;br&gt;
PixiJS Developer&lt;br&gt;
Indie Game Developer&lt;br&gt;
Creative Coder&lt;/p&gt;

&lt;p&gt;I'd really appreciate your feedback.&lt;/p&gt;

&lt;p&gt;📥 Install Asset Studio&lt;/p&gt;

&lt;p&gt;👉 VS Code Marketplace&lt;/p&gt;

&lt;p&gt;&lt;a href="https://marketplace.visualstudio.com/items?itemName=assetstudio.asset-studio" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=assetstudio.asset-studio&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;⭐ If you like it...&lt;/p&gt;

&lt;p&gt;Please consider:&lt;/p&gt;

&lt;p&gt;⭐ Installing the extension&lt;br&gt;
❤️ Leaving a rating&lt;br&gt;
🐛 Reporting bugs&lt;br&gt;
💡 Suggesting features&lt;br&gt;
🔄 Sharing it with your team&lt;/p&gt;

&lt;p&gt;Every download, review, and suggestion helps make Asset Studio better.&lt;/p&gt;

&lt;p&gt;Thank you for your support! 🚀&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>productivity</category>
      <category>tools</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
