Projects
A curated collection of projects I design, build, launch, and continuously refine.
POC for goyoga : A classic Brick Breaker game developed in Go using Raylib and the Yoga Layout Engine, serving as a proof of concept for integrating responsive UI layouts into game development.
node-raylib
Node.js C++ bindings for raylib 6.0, using Node-API and raylib-cpp.
goyoga
Go bindings for Facebook Yoga generated from the project's public C headers. The library offers two interfaces: a low-level C-style API compatible with the original Yoga functions and a more ergonomic, idiomatic Go API for native Go development.
borobudur
Borobudur is a Java wrapper around gojek/ziggurat that simplifies Kafka event processing by allowing developers to build consumers and processors using plain Java functions. It abstracts away much of the underlying infrastructure while retaining the reliability and scalability of Ziggurat.
color
A simple color package for Java.