Twenty Spheres

Posted on Mon 17 May 2021 in tech • Tagged with programming, graphics, c++

twenty speheres

A little c++ shader toy that I wrote for rendering a light model. Twenty Spheres This program is based on a classic computer graphics problem.

Yes...15 spheres are shown here!


Announcing RPN

Posted on Sun 03 May 2020 in tech • Tagged with calculator, GPLv3, lex, yacc, c++, programming

RPN is a reverse polish command line calculator and repl. It is written in C++ with Lex and Yacc generated grammar. RPN provides a similar syntax as classic reverse polish calculators. I have just released it under the GNU GPLv3 on my github page.