neolateral

programming, drawing, photograpy etc.

Articles tagged with homepage

Square Spirals Drawn using New PicoTurtle Lua API

In the last few weeks, I've rewritten the PicoTurtle programming API in a C++ program. Here are the major features/changes of the new implementation:- * The turtle API has Lua bindings. Lua is sufficiently lightweight that the interpreter can be distributed with the new picoturtle program. * The new implementation does not have a client-server design greatly reducing its complexity from the older nodejs/electron based implementation. * The program uses Skia Canvas for the drawing implementation. Skia (developed by google) is also the canvas for google chrome. * Although bindings for other programming languages can be developed, the current version is only …

Homepage New Edition

A new version of the homepage site is now live. It's a static website generated with Pelican. The website is still work in progress, I'll add back all the old content alongwith a new structure over the coming days. However, I want to keep the site simple and uncluttered.

More on this to follow!

First Post!

This is my first post on the new jekyll site on my github page. I'm currently learning node.js using nodeschool.io tutorials. I'm recording my progress at learnnode