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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

ArcadeRS: A Game Tutorial in Rust

85 点作者 charlesetc超过 9 年前

2 条评论

mpdehaan2超过 9 年前
The basics work pretty darn well from homebrew and Rust 1.5 (using the online instructions from the Rust homepage), the windows dependencies cargo is downloading aren&#x27;t a blocker.<p>brew install sdl2 sdl2_image sdl2_gfx sdl2_mixer sdl2_net sdl2_ttf sdl_gfx sdl_mixer sdl_rtf sdl_sound sdl_ttf<p>Should be a good starting point for lots of people. Thanks!
magicmu超过 9 年前
Thanks for sharing this! I&#x27;m trying to get more familiar with the nitty-gritty of Rust (read: the borrowing paradigm :) ), and these types of tutorials are my favorite way of doing that.