一键导入
hamsterball-first-d3d8-build
First D3D8-based Hamsterball reimplementation build - proof of concept running on Wine
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
First D3D8-based Hamsterball reimplementation build - proof of concept running on Wine
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reverse engineer and recreate the Hamsterball game (2000s Windows game by Raptisoft)
Start GhidraMCP headless server with the Hamsterball.exe project — always do this before any RE work
Restore all function renames from FUNCTION_MAP.md back into a fresh Ghidra project after DB loss or re-import
Complete guide to using and extending Hermes Agent — CLI usage, setup, configuration, spawning additional agents, gateway platforms, skills, voice, tools, profiles, and a concise contributor reference. Load this skill when helping users configure Hermes, troubleshoot issues, spawn agent instances, or make code contributions.
Create hand-drawn style diagrams using Excalidraw JSON format. Generate .excalidraw files for architecture diagrams, flowcharts, sequence diagrams, concept maps, and more. Files can be opened at excalidraw.com or uploaded for shareable links.
54 production-quality design systems extracted from real websites. Load a template to generate HTML/CSS that matches the visual identity of sites like Stripe, Linear, Vercel, Notion, Airbnb, and more. Each template includes colors, typography, components, layout rules, and ready-to-use CSS values.
| name | hamsterball-first-d3d8-build |
| description | First D3D8-based Hamsterball reimplementation build - proof of concept running on Wine |
| category | reimplementation |
| tags | ["d3d8","win32","game-engine","hamsterball"] |
WinMain (0x4278E0)
├── D3D8 device creation
├── DInput8 initialization
├── Load Arena-WarmUp.mesworld
├── Parse 17 scene objects
├── Enter game loop:
│ ├── Clear screen
│ ├── Draw ball (sphere placeholder)
│ ├── Draw object markers
│ └── Present
cd ~/hamsterball-re/reimpl
i686-w64-mingw32-gcc -std=c11 -m32 -O2 -Iinclude \
src/core/win32_main.c src/level/*.c \
-o hamsterball.exe \
-ld3d8 -ldinput8 -ldsound -ldxguid -lole32 -lwinmm -mwindows
wine ./hamsterball.exe
Binary format (v7, verified against WarmUp data):
Ref: ~/hamsterball-re/analysis/ghidra/decompilations/graphics/decomp_binary_meshloader.c