KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
imgui_dx11
★ 27
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
lean2wasm
:
Tool for compiling Lean to WASM
p1radup
:
Process URLs and remove duplicate query parameters.
kb1
:
A fully custom DIY mechanical keyboard
huawei-playground
:
Various scripts and tools to tinker with Huawei devices
Attentive_DFPrior
:
[NeurIPS'23] Learning Neural Implicit through Volume Rendering with Attentive Depth Fusion Priors
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
imgui_dx11
?
Download (.md)
# imgui_dx11 - 一个萌新的imgui项目 - 已经配置鼠标穿透,渲染窗口透明全屏,并且不会影响窗体触摸以及其他绘制项目 - 整体的实现是用winapi实现渲染窗口透明,鼠标穿透,窗体优先级最高,然后把用windowclasss把窗体分离出来(其实一开始用了一个非常不优雅的方法分离。。。。。 <br> 注: 请确保cmake版本>=3.25,并且编译器支持c++20 <h1>如何构建</h1> <strong>请确保当前环境可使用cmake,并已经安装vs2022</strong> <br> <span>1:在项目根目录打开cmd</span> <br> <span>2:执行cmake .命令</span> <br> <span>3:如果上一步无误,你会看到一个sln文件,使用vs打开即可</span> <br> 如果不方便用cmake也可以直接使用目录下的sln