Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
W

Walnut

> 编程语言
开源

Walnut is a simple application framework for Vulkan and Dear ImGui apps

2.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Walnut is a simple application framework for Vulkan and Dear ImGui apps

Walnut

Walnut is a simple application framework built with Dear ImGui and designed to be used with Vulkan - basically this means you can seemlessly blend real-time Vulkan rendering with a great UI library to build desktop applications. The plan is to expand Walnut to include common utilities to make immediate-mode desktop apps and simple Vulkan applications.

Currently supports Windows - with macOS and Linux support planned. Setup scripts support Visual Studio 2022 by default.

Forest Launcher - an application made with Walnut

Requirements

  • Visual Studio 2022 (not strictly required, however included setup scripts only support this)
  • Vulkan SDK (preferably a recent version)

Getting Started

Once you've cloned, run scripts/Setup.bat to generate Visual Studio 2022 solution/project files. Once you've opened the solution, you can run the WalnutApp project to see a basic example (code in WalnutApp.cpp). I recommend modifying that WalnutApp project to create your own application, as everything should be setup and ready to go.

3rd party libaries

  • Dear ImGui
  • GLFW
  • stb_image
  • GLM (included for convenience)

Additional

  • Walnut uses the Roboto font (Apache License, Version 2.0)

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Visual Studio 2022 (not strictly required, however included setup scripts only support this)
  • •Vulkan SDK (preferably a recent version)
  • •Dear ImGui
  • •stb_image
  • •GLM (included for convenience)
  • •Walnut uses the Roboto font (Apache License, Version 2.0)

> 标签

C++

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言