文件名称:巫师尖塔:使用Amethyst游戏引擎构建的2D动作平台游戏
文件大小:74KB
文件格式:ZIP
更新时间:2024-03-13 00:06:25
Rust
紫水晶2D入门 该项目模板将使您从0开始立即在屏幕上绘制内容。 如果您想对引擎进行更深入的介绍,请阅读! 快速开始 克隆存储库 git clone https://github.com/amethyst/amethyst-starter-2d.git cd amethyst-starter-2d 生成并运行项目 cargo run 对于Mac用户 默认情况下,该启动程序使用vulkan作为渲染器。 您需要将后端更改为使用metal ,这可以通过打开Cargo.toml文件并更改 [ features ] default = [ " vulkan " ] 到 [ features ] default = [ " metal " ] 如果使用OSX和Metal,则需要从Appstore安装完整的XCode才能编译金属着色器。 安装后,您可能需要运行此命令sudo xcode-select
【文件预览】:
sorcerers-spire-master
----Cargo.toml(350B)
----COPYING(339B)
----Cargo.lock(192KB)
----src()
--------main.rs(1KB)
--------states()
--------components()
--------systems()
----README.md(2KB)
----resources()
--------display_config.ron(72B)
--------bindings_config.ron(170B)
--------sprites()
----.gitignore(77B)