Skip to content

Instantly share code, notes, and snippets.

View jeremyong's full-sized avatar
⌨️

Jeremy Ong jeremyong

⌨️
View GitHub Profile
@ChemistAion
ChemistAion / nodes.cpp
Last active January 12, 2024 20:37
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();
@slime73
slime73 / sdl-metal-example.m
Last active September 9, 2021 10:53
SDL + Metal example
/**
* This software is in the public domain. Where that dedication is not recognized,
* you are granted a perpetual, irrevokable license to copy and modify this file
* as you see fit.
*
* Requires SDL 2.0.4.
* Devices that do not support Metal are not handled currently.
**/
#import <UIKit/UIKit.h>
@macintux
macintux / presentation-tips.md
Last active November 28, 2022 01:03
Public speaking tips