Flux Architecture in Unity

Working on the post. Full article available soon. 12345678910111213141516171819public class AwesomeGameStore : Store{ static private List<INotifyee> Subscribers = new List<INotifyee>(); static private Re

Read More...

Anime-Look Cel Shading in UE4

Unreal Engine 4 is a great game engine that comes with a fully node-based material editor that enables us to create various shaders without writing even a line of code. I tried creating anime-look cel shaded images using

Read More...

Research/Development

Here I’ll be posting stuff like my experimental works, code snipets, and other tech-related blog articles. Real-Time Cel Shading Anime-Look Cel Shading in UE4 Architecture/Software Engineering Flux Architecture in Uni

Read More...

Projects

Here are some of the stuff I have done. instant-lambda Tiny command line tool to create, run, and deploy Amazon Lambda.Run $ npm install -g instant-lambda to install it via npm.Available at:GitHub - instant-lambdanpm - i

Read More...

About Theoroy

I am Tatsuro Ide, an undergrad student majoring in computer science. Welcome!12345678910111213let theoroy = { name: 'Tatsuro Ide', email: 'idetatsu@gmail.com', location: 'Cupertino, CA', languages: ['us_en', 'ja'],

Read More...