2016/04/04
Mydesktop

Let me introduce my desktop...

Visual Studio Community 2013

This is my base development environment. I write code on this environment, build Windows version of uoYabause, and test it on Windows. After test is passed, build Android version( using ninja and Android Studio), then test it on SHIELD TV. NVIDIA Nsight is also installed. This frame debugger makes graphics programing much easier. I can't live without Nsight.

Light Capture

This is the video capture software connected to my real...

Read more

2016/03/26
024

Changes are listed below.

1) Tessellation for better distorted sprite drawing.

2) FIX Graphics problems:

Get it on Google Play

Read more

Dis


Sega Saturn draws polygons as quad.Thanks for this method, VDP1 can draw distorted image correctly. Modern GPUs draw polygons as triangles. They can't draw distorted quad image correctly.

To avoid this failure, Generally perspective correction method is used. Since Perspective correction uses z value in 3D space and VDP1 does not have z vale, VDP1 emulator needs to calculate z value. This method works fine, polygons are draw as if they are in 3D space. like this.

But in some games These...

Read more

2016/03/02
T 1246g 2016 02 28 04 23 25

Get it on Google Play

Read more

2016/02/27
T 1246g 2016 02 28 04 23 25

These days, I'm trying to solve performance regression problems. I implement my own performance counter and on screen graph. And I use Tegra Graphics Debugger and Tegra System Debugger. Finally Street Fighter Zero 3 back to 60fps.

It's very important showing what's going on inside.

Read more