Posts
Search
Contact
Cookies
About
RSS


Lighting with raylib
Initially I wasn't going to release this until I could find someone to go over the shader calculations, but while …

raylib game coding library for C
I gotta say right off the bat, that this is a little gem, often when coding in C you may …

cLogicFun - sub circuits
Its common with logic circuits to have a number of similar groups of logic elements, for example a counter can …

cLogicFun - signal propagation through labels
click to embiggen I've implemented two new nodes in cLogicFun, a source label and a destination label. It's not uncommon …

cLogicFun - building virtual logic circuits
For a little while now I've been working on cLogicFun, and while its far from perfect and definitely a work …

cLogicFun (coming soon)
a first circuit After I found that porting cLogicToy from Java to C, meant a much improved simulation algorithm, I …