1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00
imgui/.github/workflows
creativebath33-svg 6292445ab7
Create cmake-single-platform.yml
static float KOX = 305.183f;
static float KOY = 123.723f;

static float ZZX = 329.927f;
static float ZZY = 123.923f;

static float FKX = 369.106f;
static float FKY = 131.971f;

static float TGX = 369.106f;
static float TGY = 111.350f;

//↑定义
draw->AddRectFilled(ImVec2(300.0f, 100), ImVec2(300.0f + 60, 100 + 60), IM_COL32(255,255,255,255),15);// 白色背景
draw->AddText(NULL,16.5f,ImVec2(KOX, KOY), IM_COL32(0,0,0,255), "Bao");
draw->AddText(NULL,16.5f,ImVec2(ZZX,ZZY), IM_COL32(195, 0, 215, 255), " ESP");
draw->AddText(nullptr, 18.5f, ImVec2(TGX,TGY), IM_COL32(255,255,255,255), "JoinTG[@GuanYun]");
draw->AddText(nullptr, 18.5f, ImVec2(FKX,FKY), IM_COL32(255,255,255,255), 
"feedback[]");

static float KOX = 305.183f;
static float KOY = 123.723f;
static float ZZX = 329.927f;
static float ZZY = 123.923f;
static float FKX = 369.106f;
static float FKY = 131.971f;
static float TGX = 369.106f;
static float TGY = 111.350f;
draw->AddRectFilled(
    ImVec2(300.0f, 100),
    ImVec2(300.0f + 60, 100 + 60),
    IM_COL32(255,255,255,255),
    15
);
draw->AddText(NULL, 16.5f, ImVec2(KOX, KOY),
IM_COL32(0,0,0,255), "Bao");
draw->AddText(NULL, 16.5f, ImVec2(ZZX,ZZY),
IM_COL32(195, 0, 215, 255), " ESP");
draw->AddText(nullptr, 18.5f,
ImVec2(TGX,TGY),
IM_COL32(255,255,255,255),
"JoinTG[@GuanYun]");
draw->AddText(nullptr, 18.5f,
ImVec2(FKX,FKY),
IM_COL32(255,255,255,255),
draw->AddText(nullptr, 18.5f,
ImVec2(FKX,FKY),
IM_COL32(255,255,255,255),
"Example Text");
2026-01-03 20:20:43 +05:00
..
build.yml CI: reduce macOS runs since they are expensive. 2025-12-23 16:47:44 +01:00
build_windows_vulkan_libs.ps1 CI: update Windows Vulkan scripts. Amends. (#8925) 2025-09-22 12:45:18 +02:00
cmake-single-platform.yml Create cmake-single-platform.yml 2026-01-03 20:20:43 +05:00
manual.yml CI: Add manual trigger for 'workflow_run' builds (#7865) 2024-08-23 14:12:18 +02:00
scheduled.yml CI: Use workflow_run to trigger scheduled builds and static analysis. 2021-02-16 14:39:16 +01:00
static-analysis.yml CI: disable PVS-Studio's --disableLicenseExpirationCheck 2025-10-13 12:01:10 +02:00