Posts
Search
Contact
Cookies
About
RSS


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

cLogicToy
3+1=4 I was looking to update a Java app I'd written and with all the changes recently with Java (modules …

C and Physics – hinge2 Vehicle
After our previous demo featuring falling bodies, we're now tackling something much more interesting and potentially useful, vehicles. The hinge2 …

C and Physics – Falling bodies
falling bodies Last time although we didn't actually do any physics, a simple renderer was introduced that has given us …

C and Physics - the preface
Adding physics to your application really brings things alive, not only don't you have to worry about complex issues like …

dlang wrapping on the fly without dub
For a number of reason it can be more convenient to build your project using make, for example you might …