Luka Kawashima - graphics programmer

github
Project image
Shader Demos source

A showcase of several core rasterized graphics techniques and post-processing effects such as Blinn-Phong lighting, cel shading, dithering, Gaussian blur and the Sobel filter.

Project image
Raymarched Visualizers in GLSL live

Artistic shaders written in GLSL. I use mathematical functions and raymarching to create interesting visualizations.

Project image
Ithaca view gameplay (YouTube)

3D fishing game built in Unity 6. Uses C# and common programming design patterns to tie the various game systems together.

Project image
Calypso releases source

Image tagging and management program built with winforms (C#).

Project image
Download Renamer for Project Gutenberg chrome web store source

A chrome extension that intercepts and renames downloads from Project Gutenberg (a public domain book repository) to the author and title using metadata from the page.

Project image
time tracker releases source

A simple, though very personally useful, time tracking desktop program. I chose python for its ease of prototyping and deployment for simple applications. I used Google's AI-powered IDE "Antigravity" to write most of the code in order to try the "modern" workflow of heavily incorporating AI programming.