惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
I
InfoQ
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
IT之家
IT之家
云风的 BLOG
云风的 BLOG
有赞技术团队
有赞技术团队
Martin Fowler
Martin Fowler
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
博客园_首页
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
G
Google Developers Blog
WordPress大学
WordPress大学
B
Blog
人人都是产品经理
人人都是产品经理
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
量子位
Apple Machine Learning Research
Apple Machine Learning Research
N
Netflix TechBlog - Medium
Last Week in AI
Last Week in AI
博客园 - 聂微东
Jina AI
Jina AI

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
Reimagining Xenon II (a 1989 classic game) using Fable an...
forelle2 · 2026-06-17 · via HN's home page

In the short window Fable was available I decided to finish off one of my background projects and was pretty blown away with the combination of Ghidra and Fable working together.

Xenon II - Megablast by the Bitmap Brothers was one of my favorite games growing up. The style and music (Bomb The Bass!!) was groundbreaking for the time IMHO.

The gold standard version of Xenon II was for the Amiga but I wasn't cool enough to have one, so I had to make do the with (also amazing) PC port from the Assembly Line.

I've always want to make the PC port the best version and show those Amiga guys the true way of DOS.

I've been working on reverse engineering the PC version into Typescript and making some updates. I'd got a bunch of the core work done using Opus etc but wanted to see if the Fable reverse engineer hype was true.

Using Ghidra for a decompilation pre-pass / spot decompilation and Fable was amazing. I got more done in two days than I'd got done in 6 or 7 weekends before that.

I ended up with

* A Jos Stam style GPU accelerated fluid simulation for the play field * A modular FM synth with impulse response audio system * Rock solid 60 fps * Fully updated collision, projectile and shield rendering

The gameplay is authentic to the original, but the FX, audio and rendering is fully updated.

Fully credit of course goes to the Bitmap Brothers / Assembly line.