登录 注册
当前位置:主页 > 资源下载 > 5 > Haskell绑定godot-haskell:适用于GdNative

Haskell绑定godot-haskell:适用于GdNative

  • 更新:2024-10-07 20:25:09
  • 大小:3.34MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

戈多·哈斯克尔 用于Godot游戏引擎的Haskell绑定。 Godot.Gdnative中的低级(GDNative) Godot中的本机脚本(绑定类/方法/等) Godot.Api中的高级(从API生成的类) 通过Godot.Core访问方法 示例入门 最简单的入门方法是查看目录中包含的演示。 首先检查 ,这是第一个游戏。 遵循文档和代码应使所有内容易于理解。 建立: git clone --recursive https://github.com/SimulaVR/godot-haskell stack install godot-haskell:exe:godot-haskell-project-generator cd godot-haskell/examples/dodge-the-creeps make 要更改游戏,请在两个不同的终端中进行: make sta