Skip to content

Instantly share code, notes, and snippets.

View YukinoHayakawa's full-sized avatar
💭
Pointers are being deprecated in C++28. Please `new unique_ptr()`.

Yukino Hayakawa YukinoHayakawa

💭
Pointers are being deprecated in C++28. Please `new unique_ptr()`.
View GitHub Profile
@YukinoHayakawa
YukinoHayakawa / console.c
Created December 25, 2018 07:13 — forked from durango/console.c
Basic gamepad controlled UI
/*
Copyright (c) 2016 Micha Mettke
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:
@YukinoHayakawa
YukinoHayakawa / d3d9_proxy_dll_memo.md
Created November 4, 2017 14:51 — forked from t-mat/d3d9_proxy_dll_memo.md
D3D9プロキシDLLの作り方

D3D9プロキシDLLの作り方

知りたいこと

既存の D3D アプリケーションのレンダリング結果に、 自前のポスト処理/オーバーレイを付加したり、スクリーンショット撮ったりする (FXAA とかああいう) のはどーやってるの?

逆順に説明すると、以下のようになる: