Skip to content

Instantly share code, notes, and snippets.

View sonoro1234's full-sized avatar

Victor Bombi sonoro1234

  • Barcelona
View GitHub Profile
@carasuca
carasuca / ImRotateDemo.cpp
Last active August 14, 2023 04:51
Rotating text and icon demo for dear imgui
#include "imgui_internal.h"
int rotation_start_index;
void ImRotateStart()
{
rotation_start_index = ImGui::GetWindowDrawList()->VtxBuffer.Size;
}
ImVec2 ImRotationCenter()
{