Skip to content

Instantly share code, notes, and snippets.

View saharan's full-sized avatar
🍠

saharan saharan

🍠
View GitHub Profile
@saharan
saharan / graphics_lib.cpp
Created February 26, 2022 11:09
a tiny visualization library
#include <random>
// ------------------------------------ LIBRARY BEGIN ------------------------------------
#include <fstream>
#include <sstream>
#include <string>
namespace svg {
@saharan
saharan / poyo.cpp
Last active March 25, 2023 13:46
simple movie generator
// 末尾に使用例
// 好きに改造して使ってください
#include <fstream>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
using namespace std;