Latest articles
Comparative Analysis of the Performance of ARCore and WebXR APIs for AR Applications.
This paper compares the performance of ARCore and WebXR APIs for cloud-based object visualization in AR applications. WebXR outperforms ARCore in CPU load and frame rate, while ARCore has lower latency. Overall, WebXR is more suitable for efficient and responsive object visualization in AR applications.
Hello world: how I built this site
I originally built this portfolio site back in 2018, and since then it's evolved quite a bit. Recently I migrated from Create React App to Next.js and made some major upgrades in the process.
A modern approach to styling in React
A couple nifty techniques for dynamically styling React components with CSS custom properties