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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

A Clone of Deluxe Paint II Written in Python

174 点作者 luismedel10 个月前

19 条评论

corysama10 个月前
If you want to see what a master of Deluxe Paint palette cycling can do check out Mark Ferrari&#x27;s<p><a href="http:&#x2F;&#x2F;www.effectgames.com&#x2F;demos&#x2F;canvascycle&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.effectgames.com&#x2F;demos&#x2F;canvascycle&#x2F;</a> (hit &quot;Show Options)<p>and<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=aMcJ1Jvtef0" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=aMcJ1Jvtef0</a>
评论 #41077688 未加载
评论 #41075096 未加载
评论 #41074425 未加载
评论 #41080201 未加载
jhbadger10 个月前
It&#x27;s funny to see this presented as a retro &quot;pixel art&quot; program. I mean I suppose it is given that it is based on a program nearly 40 years old, but the example image that is always shown with Deluxe Paint (and on this clone version&#x27;s page too) is the famous picture of King Tut&#x27;s mask. When I first saw that picture back in the day it was the first example of computer graphics that I had to look at twice to determine that it wasn&#x27;t a photo -- the resolution, and the colors made it seem so real at first.
评论 #41077508 未加载
评论 #41078161 未加载
评论 #41076295 未加载
deaddodo10 个月前
About 2-3 years ago, I was writing a clone of Deluxe Paint in C&#x2F;Raylib (referencing the released source code). I got about 50% done and lost my incentive.<p>It&#x27;s a big program with a lot of features and caveats, so seeing a completed version is awesome. Congrats.
评论 #41073987 未加载
MenhirMike10 个月前
Also shoutout to DPaint.js, which runs in the Browser: <a href="https:&#x2F;&#x2F;github.com&#x2F;steffest&#x2F;DPaint-js&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;steffest&#x2F;DPaint-js&#x2F;</a><p>(Though I will say that Aseprite has taken over as my preferred Pixel Art editor.)
评论 #41076154 未加载
keyle10 个月前
I&#x27;d love to know how long the original artist took to paint that image!<p>I imagine many hours of squinting at a CRT screen, with absolutely nothing better to do. No internet, no mobile phones, apps, social medias, zit.
评论 #41077156 未加载
评论 #41076883 未加载
评论 #41076994 未加载
whywhywhywhy10 个月前
This is a very accurate recreation, impressive.<p>Be sure to try the color cycle mode by hitting tab.
IlPeach10 个月前
If you are looking for an open source bitmap drawing program, [grafx2](<a href="http:&#x2F;&#x2F;grafx2.chez.com&#x2F;" rel="nofollow">http:&#x2F;&#x2F;grafx2.chez.com&#x2F;</a>) is worth checking out. Mature and with plenty of features. It was developed taking inspiration dpaint and brilliance
actionfromafar10 个月前
I wonder which paint programs have options to take account of that pixels on older computers often weren&#x27;t square shaped.<p>For instance the Amiga had 16:15 (PAL) and 5:6 (NTSC) shaped¹ pixels.<p>1: <a href="https:&#x2F;&#x2F;amiga.vision&#x2F;sachs" rel="nofollow">https:&#x2F;&#x2F;amiga.vision&#x2F;sachs</a>
评论 #41077180 未加载
评论 #41078570 未加载
评论 #41076909 未加载
评论 #41078513 未加载
SunlitCat10 个月前
Deluxe Paint!<p>Fond memories as I found it coming along with some game I got way back in the 90s for my Amiga 600.<p>Those were good times~
throwthrowuknow10 个月前
Pixel art paint programs are an underrated way to learn a lot about a programming language and how to apply various algorithms in that language. For the motivated learner they’re perfect as a third project once you’ve completed something like a todo list and pong. Easy to make as complicated as your ambition and skill level determine.
评论 #41079134 未加载
mproud10 个月前
I know it doesn’t really matter, but this is one of the worst names for an app I’ve encountered.
评论 #41076446 未加载
评论 #41075346 未加载
评论 #41079163 未加载
krige10 个月前
Deluxe Paint was nice and all, but I happened to have DigiPaint for the same system, and boy it had some really wild (for 1989) features, like gradient fills, gradient color blending, fully adjustable transparency painting, and texture mapped manipulation. ALL in the HAM (4096 colors) mode!
Tommix1110 个月前
Deluxe Paint is what got me into graphic design. The hours I spent in front of that my Amiga pixellating away, no wonder I didn&#x27;g get at girlfriend in my teens.
zebomon10 个月前
Thanks! I shall use this to create pictures of hot dogs :)
kstrauser10 个月前
I suck at computer art stuff, but what skills I do have came via many hours of practice with DPaint. It seemed like an impossible sci-fi system made real.
stoobs10 个月前
What a blast from the past!<p>Awesome job, giving me all the warm fuzzies from when I messed around doing the odd bit of pixel art on my old A500 way back when :)
khanan10 个月前
This is so cool it brings an tear to an old mans eye. Thank you for doing this &lt;3
mrabcx10 个月前
There was a version of this even for the Atari ST.
评论 #41078263 未加载
Grom_PE10 个月前
Seriously, a pixel art painting program with a crude CRT scanline filter overlayed on top, at arbitrary scale instead of strictly enforcing perfect pixels? What is this for, to create a feeling of using an old computer? Even VGA had double scan at 320x200 resolution for better clarity.