Page 1 of 1

custom renderer

Posted: Wed Sep 25, 2013 11:55 am
by falichs
hi,

i've recently developed a real-time implementation of the "Depixelizing Pixel Art" Algorithm (http://research.microsoft.com/en-us/um/ ... /pixel.pdf) and now i'd like to try it out on an actual emulator. My implementation is done in c++ and OpenGl 3.3.

i've never done anything with emulators before - can you guys tell me where to start?

Re: custom renderer

Posted: Thu Sep 26, 2013 8:45 am
by OV2
What platform are you trying to implement this on? In the windows port software filters are implemented in win32/render.cpp. If you require OpenGL then you should probably do it in win32\COpenGL.cpp (COpenGL::Render is called to display each frame).