Skip to content

Instantly share code, notes, and snippets.

View RobinCPC's full-sized avatar

Robin Chen RobinCPC

View GitHub Profile
@RobinCPC
RobinCPC / nodes.cpp
Last active November 25, 2023 10:42 — forked from ChemistAion/nodes.cpp
Second prototype of standalone node graph editor for ImGui
#include "nodes.h"
namespace ImGui
{
void ImGuiNodes::UpdateCanvasGeometry(ImDrawList* draw_list)
{
const ImGuiIO& io = ImGui::GetIO();
mouse_ = ImGui::GetMousePos();
@RobinCPC
RobinCPC / babun-install.md
Last active October 31, 2017 00:47 — forked from jhermann/babun-install.rst
Babun install

Babun Setup for Python Developers

Babun is “A Windows shell you will love!”

It's a turn-key CygWin distribution for developers and is very easy to install and maintain. For a Python developer, Babun allows working in an almost-POSIX environment – with some limitation, of course. This causes less friction when handling FOSS projects that are often biased towards a standard Linux environment, e.g. by using shell scripts for boot-strapping and things like that.