Skip to content

Instantly share code, notes, and snippets.

View GRGSIBERIA's full-sized avatar

Eiichi Takebuchi GRGSIBERIA

View GitHub Profile
std::vector<Texture> pageTextures;
void benchmark() {
Stopwatch stopwatch;
Profiler::EnableWarning(false);
stopwatch.start();
for (int i = 0; i < 100; i++) {
const String filename = Format(L"パス/pages_", i + 1, L".png");
pageTextures.emplace_back(filename);
@GRGSIBERIA
GRGSIBERIA / fun.egi
Last active August 29, 2015 14:13 — forked from egisatoshi/fun.egi
EgisonでPrologで言うところの連言を扱ってみる
(define $warriors
{["nagisa_misumi" "futari_ha" "black"]
["honoka_yukishiro" "futari_ha" "white"]
["hikari_kujo" "max_heart" "luminus"]
["saki_hyuga" "splash_star" "bloom"]
["mai_misho" "splash_star" "eaglette"]
["nozomi_yumehara" "yes" "dream"]
["rin_natsuki" "yes" "rouge"]
["urara_kasugano" "yes" "lemonade"]
["komachi_akimoto" "yes" "mint"]