适用于macOS,iOS和Linux的Dear Imgui的Swift包装器-Swift开发

上传者: 42114580 | 上传时间: 2021-08-10 17:02:19 | 文件大小: 2.34MB | 文件类型: ZIP
Swift ImGui这是一个轻量级的,自动生成的,薄型的Swift包装器,围绕着流行且出色的亲爱的imgui库。 它提供了一个快速且特别是类型安全的API。 它易于维护和更新,Swift ImGui这是一个轻量级的,自动生成的薄型Swift包装器,围绕着流行且出色的亲爱的imgui库。 它提供了一个快速且特别是类型安全的API。 由于它严重依赖于自动代码生成,因此它也易于维护和更新。 该库的一部分也提供了有效的演示示例。 :rocket:入门这些说明将在本地计算机上启动并运行项目副本,并提供代码示例

文件下载

资源详情

[{"title":"( 48 个子文件 2.34MB ) 适用于macOS,iOS和Linux的Dear Imgui的Swift包装器-Swift开发","children":[{"title":"SwiftImGui-master","children":[{"title":".gitignore <span style='color:#111;'> 737B </span>","children":null,"spread":false},{"title":"Sources","children":[{"title":"CImGui","children":[{"title":"cimgui.cpp <span style='color:#111;'> 123.37KB </span>","children":null,"spread":false},{"title":"include","children":[{"title":"cimgui.h <span style='color:#111;'> 132.36KB </span>","children":null,"spread":false}],"spread":true},{"title":"imgui","children":[{"title":"imstb_rectpack.h <span style='color:#111;'> 20.06KB </span>","children":null,"spread":false},{"title":"imgui_internal.h <span style='color:#111;'> 141.06KB </span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'> 466B </span>","children":null,"spread":false},{"title":"imgui_widgets.cpp <span style='color:#111;'> 379.34KB </span>","children":null,"spread":false},{"title":"imstb_truetype.h <span style='color:#111;'> 187.98KB </span>","children":null,"spread":false},{"title":"imgui_draw.cpp <span style='color:#111;'> 187.31KB </span>","children":null,"spread":false},{"title":"imgui_demo.cpp <span style='color:#111;'> 265.07KB </span>","children":null,"spread":false},{"title":"imgui.h <span style='color:#111;'> 231.60KB </span>","children":null,"spread":false},{"title":"imconfig.h <span style='color:#111;'> 7.73KB </span>","children":null,"spread":false},{"title":"imgui.cpp <span style='color:#111;'> 512.63KB </span>","children":null,"spread":false},{"title":"imstb_textedit.h <span style='color:#111;'> 52.19KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":"Demos","children":[{"title":"Metal","children":[{"title":"Shaders.swift <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false},{"title":"ViewController.swift <span style='color:#111;'> 2.56KB </span>","children":null,"spread":false},{"title":"imgui_impl_osx.swift <span style='color:#111;'> 11.18KB </span>","children":null,"spread":false},{"title":"Renderer.swift <span style='color:#111;'> 5.06KB </span>","children":null,"spread":false},{"title":"imgui_impl_metal.swift <span style='color:#111;'> 20.62KB </span>","children":null,"spread":false},{"title":"main.swift <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false},{"title":"AppDelegate.swift <span style='color:#111;'> 573B </span>","children":null,"spread":false}],"spread":true},{"title":"Minimal","children":[{"title":"main.swift <span style='color:#111;'> 1.29KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"AutoWrapper","children":[{"title":"Exceptions.swift <span style='color:#111;'> 1.77KB </span>","children":null,"spread":false},{"title":"ArgT.swift <span style='color:#111;'> 2.68KB </span>","children":null,"spread":false},{"title":"Definitions.swift <span style='color:#111;'> 5.13KB </span>","children":null,"spread":false},{"title":"main.swift <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"FunctionBodyRenderer.swift <span style='color:#111;'> 5.29KB </span>","children":null,"spread":false},{"title":"DataType.swift <span style='color:#111;'> 9.07KB </span>","children":null,"spread":false},{"title":"Converter.swift <span style='color:#111;'> 1.35KB </span>","children":null,"spread":false},{"title":"SwiftKeywords.swift <span style='color:#111;'> 1.80KB </span>","children":null,"spread":false}],"spread":true},{"title":"ImGui","children":[{"title":"ImVec+Extensions.swift <span style='color:#111;'> 469B </span>","children":null,"spread":false},{"title":"ImGui+Definitions.swift <span style='color:#111;'> 154.68KB </span>","children":null,"spread":false},{"title":"Helper.swift <span style='color:#111;'> 4.62KB </span>","children":null,"spread":false},{"title":"Export.swift <span style='color:#111;'> 100B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":".swiftlint.yml <span style='color:#111;'> 2.52KB </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 2.09KB </span>","children":null,"spread":false},{"title":".gitlab-ci.yml <span style='color:#111;'> 596B </span>","children":null,"spread":false},{"title":".travis.yml <span style='color:#111;'> 248B </span>","children":null,"spread":false},{"title":"LICENSE <span style='color:#111;'> 1.05KB </span>","children":null,"spread":false},{"title":".swift-version <span style='color:#111;'> 6B </span>","children":null,"spread":false},{"title":".gitmodules <span style='color:#111;'> 203B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 7.39KB </span>","children":null,"spread":false},{"title":"3rdparty","children":[{"title":"cimgui","children":null,"spread":false}],"spread":true},{"title":"Package.swift <span style='color:#111;'> 986B </span>","children":null,"spread":false},{"title":"Tests","children":[{"title":"ImGuiTests","children":[{"title":"XCTestManifests.swift <span style='color:#111;'> 490B </span>","children":null,"spread":false},{"title":"ImGuiTests.swift <span style='color:#111;'> 487B </span>","children":null,"spread":false}],"spread":false},{"title":"LinuxMain.swift <span style='color:#111;'> 115B </span>","children":null,"spread":false}],"spread":true},{"title":"docs","children":[{"title":"swiftimgui.gif <span style='color:#111;'> 1.76MB </span>","children":null,"spread":false},{"title":"HOWTO.md <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明