Files
slide/decks/gen2D/slides.md
T
wonder f0245e926d
Deploy Slides / build-and-deploy (push) Successful in 1m13s
feat: add 3 creative slides — tech decisions, request tracing, lessons learned
- why-not-x.md: Engineering decision rationale (Go vs Python, SQLite vs PG, etc.)
- request-journey.md: Full HTTP-to-pixel request tracing with timing breakdown
- lessons.md: 4 real engineering pitfalls and how they were solved
- Wire all 3 new pages into slides.md in logical positions
2026-05-30 22:46:23 +08:00

153 lines
2.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
theme: frankfurt
infoLine: true
title: gen2D - AI 驱动的 2D 游戏素材生成
author: 栈无不胜
transition: slide-left
mdc: true
drawings:
persist: false
---
# gen2D
AI 驱动的 2D 游戏素材生成工具
<div class="text-xl mt-4 text-gray-400">
文本描述 + 风格参数 → 风格一致、管线友好的游戏素材
</div>
<div class="mt-8 text-lg">
<b>团队</b>:栈无不胜 &nbsp;|&nbsp;
<b>赛道</b>:七牛云 XEngineer 暑期实训营
</div>
<!--
大家好,我是栈无不胜。今天给大家分享我们的项目 gen2D —— 一个 AI 驱动的 2D 游戏素材生成工具。
接下来我会从痛点、方案、技术实现三个维度来展开。
-->
---
src: ./pages/problem.md
---
---
src: ./pages/solution.md
---
---
section: '产品演示'
src: ./pages/pipeline.md
---
---
src: ./pages/style-system.md
---
---
src: ./pages/style-keys.md
---
---
section: '技术架构'
src: ./pages/architecture.md
---
---
src: ./pages/tech-stack.md
---
---
src: ./pages/why-not-x.md
---
---
section: '核心实现 — Eino 管线'
src: ./pages/eino-graph.md
---
---
src: ./pages/eino-deep-dive.md
---
---
section: '核心实现 — 提示词优化'
src: ./pages/prompt-agent.md
---
---
section: '核心实现 — 异步任务'
src: ./pages/async-task.md
---
---
src: ./pages/async-deep-dive.md
---
---
src: ./pages/dedup-ws.md
---
---
src: ./pages/request-journey.md
---
---
section: '核心实现 — 分布式限流'
src: ./pages/ratelimit-overview.md
---
---
src: ./pages/ratelimit-lua.md
---
---
section: '数据与部署'
src: ./pages/data-model.md
---
---
src: ./pages/deployment.md
---
---
section: '一致性保障'
src: ./pages/harness.md
---
---
section: '总结'
src: ./pages/lessons.md
---
---
src: ./pages/highlights.md
---
---
src: ./pages/roadmap.md
---
---
layout: center
class: text-center
---
# 感谢聆听
<div class="text-xl mt-4 text-gray-400">
gen2D — 让 2D 游戏素材创作更简单
</div>
<div class="mt-8 text-lg">
🔗 <b>在线体验</b>:http://47.121.181.112:10000
</div>
<div class="mt-2 text-lg">
🎬 <b>B站视频</b>:https://www.bilibili.com/video/BV1jAGo6DEbC
</div>
<div class="mt-6 text-gray-400">
栈无不胜 · 七牛云 XEngineer 暑期实训营
</div>