TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

I built a pixel art editor after playing Octopath Traveler II

115 点作者 Kobayashiii8 天前
After playing <i>Octopath Traveler II</i>, I was really inspired by its art style and decided to create my own pixel drawing app from scratch. It&#x27;s still in the early stages, but it already supports basic drawing, undo&#x2F;redo, and a clean UI focused on pixel-perfect design.<p>I plan to add frame-by-frame animation support in the next version.<p>You&#x27;re welcome to try it out and share your thoughts! If you like the project, a on GitHub would mean a lot to me.<p>Live demo: https:&#x2F;&#x2F;ayanamiii.netlify.app&#x2F;<p>GitHub: https:&#x2F;&#x2F;github.com&#x2F;KamiC6238&#x2F;ayanami

17 条评论

roflcopter696 天前
Gave it a quick try and liked it so far. Of course it&#x27;s still quite basic but a good start I&#x27;d say. Looking forward to seeing more features being added.<p>To anyone looking for a more feature packed pixel art editor, I highly recommend <a href="https:&#x2F;&#x2F;github.com&#x2F;Orama-Interactive&#x2F;Pixelorama">https:&#x2F;&#x2F;github.com&#x2F;Orama-Interactive&#x2F;Pixelorama</a> which is free and made with Godot. I recently switch to Pixelorama coming from Aseprite because imo the development for the latter got a bit stale over the years while Pixelorama really seems to have a lot of momentum and community behind it. Also, Pixelorama being made with Godot is something I really love to see!
评论 #43886911 未加载
评论 #43885713 未加载
评论 #43909210 未加载
thih96 天前
Clickable links:<p><a href="https:&#x2F;&#x2F;ayanamiii.netlify.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ayanamiii.netlify.app&#x2F;</a><p><a href="https:&#x2F;&#x2F;github.com&#x2F;KamiC6238&#x2F;ayanami">https:&#x2F;&#x2F;github.com&#x2F;KamiC6238&#x2F;ayanami</a><p>Looks great, congrats!
评论 #43885627 未加载
PeterHolzwarth6 天前
Shoutout to the legendary Deluxe Paint III. I worked with people who, 30 years after the release, still kept an old computer running just to be able to use Dpaint II and III. They said it was the best pixel editor ever made.
评论 #43885204 未加载
评论 #43885370 未加载
评论 #43888928 未加载
评论 #43887246 未加载
评论 #43897404 未加载
评论 #43892220 未加载
评论 #43885034 未加载
prashnts6 天前
Really cool!<p>A quick enhancement you can add, which will help mobile users, is adding appropriate touch specifiers to the element. Currently I am unable to drag the pen to draw -- the whole page moves. By fixing that, I should also be able to use my Apple Pencil.<p>Specifically, this page describes it better: <a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;CSS&#x2F;touch-action" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;CSS&#x2F;touch-actio...</a>
评论 #43893093 未加载
sabslikesobs6 天前
Very cool! You&#x27;ve quite nicely rendered some of Aseprite&#x27;s attractive window chrome.<p>I draw &quot;pixel art&quot; in Krita with my &quot;Flipnot Brushkit&quot; brushes [1], which I prefer for Homestuck-style low-res painting where traditional pixel art programs kind of fail. Krita has a lot of nice power features for transforms and layering, like the batch_export plugin for exporting tons of layers at once.<p>[1]: <a href="https:&#x2F;&#x2F;sabslikesobs.itch.io&#x2F;flip-not-brushkit-deluxe-for-krita" rel="nofollow">https:&#x2F;&#x2F;sabslikesobs.itch.io&#x2F;flip-not-brushkit-deluxe-for-kr...</a>
neuroelectron6 天前
This &quot;pixel art&quot; style really confuses me and reminds me of another article about the style and its basis in CRT scanline bleed. Looking at Octopath, basically only the characters are pixel art and the hit counters and environments and so on is relatively high def.<p>I wonder if there would be any interest in something that actually is a low resolution look, maybe 640x480, where the pixels system is coded to line up to the grid instead of using aliasing. Maybe even limit it to mode-7 like effects or so on, then you can enable scanline emulation on a modern screen.
评论 #43891018 未加载
somefuckingguy6 天前
Looks really cool! Well done.<p>I made something similar, albeit less stylised, a while back. It&#x27;s got animation. I&#x27;m not sure it&#x27;s the ideal way to do it, but have a look if you want. I describe the approach here: <a href="https:&#x2F;&#x2F;bardhovde.com&#x2F;posts&#x2F;miko&#x2F;" rel="nofollow">https:&#x2F;&#x2F;bardhovde.com&#x2F;posts&#x2F;miko&#x2F;</a><p>Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;bnhovde&#x2F;miko">https:&#x2F;&#x2F;github.com&#x2F;bnhovde&#x2F;miko</a> Demo: <a href="https:&#x2F;&#x2F;mikoapp.netlify.app&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mikoapp.netlify.app&#x2F;</a>
评论 #43885633 未加载
socalgal26 天前
Cute!<p>I&#x27;m curious, why use netify and not just github pages? AFAICT your app is just a static page. If so, there&#x27;s no reason you need netify (which IIUC will require $$$ knock you off eventually). Is there some tutorial&#x2F;LLM&#x2F;template you followed that used netify? Were you planning on adding serve side features, user accounts, galleries? Just curious.
评论 #43888103 未加载
评论 #43885677 未加载
vunderba6 天前
Nice work. Having done pixel art in the past, the editors that I used almost as a universal rule had a means to display the tile at multiple zoom levels in real-time as you were working on it - to provide a helpful sanity check of how it would look in the context of a game for example.
christophilus6 天前
Unrelated to your tool (which looks cool, by the way), I wish Square would remake their classics in this style rather than the mediocre 3D crap they’ve been into of late. I’d love to play Chrono Trigger or Final Fantasy VI on the Octopath Traveler game engine.
评论 #43886240 未加载
hombre_fatal6 天前
Seems way too trivial to share in its current state.<p>Also, you double-mention Octopath Traveler II which has nothing to do with this except pixels. I find it odd to try to get association points for this level of project.
kubb6 天前
I’ve always wanted to learn how to make sprites and pixel art, but I always got stuck. because I had no idea how the process should look like. Does anyone have any advice about going from unskilled to decent?
评论 #43885062 未加载
评论 #43885073 未加载
评论 #43885021 未加载
ThinkBeat6 天前
I dont know much about pixel art and tools but I could not figure out how to add more tiles. I realize is probably a might dumb question<p>It starts with 4 (I think) how do I add an additional 2?
评论 #43885643 未加载
emigre6 天前
It&#x27;s really cool, I like it!
shawn_w6 天前
That&#x27;s such a fun game.
评论 #43885718 未加载
lovegrenoble6 天前
Thank you
评论 #43885717 未加载
300hoogen6 天前
super clean