I’m Santiago Zapata, better known online as slashie, a Software Engineer and Independent Game Developer and from Medellín, Colombia.

You are in the devlog, a chronological collection of updates on my projects, alongside articles about software and game development. Subscribe to get these directly into your inbox.

Category: circular-functions

  • circular-functions 0.0.5

    circular-functions, my JavaScript library to serialize objects with cyclic dependencies has been officially updated to v0.0.5 in npm! Get it at https://www.npmjs.com/package/circular-functions (or just npm install circular-functions of course) This includes an important tweak I made over 2 years ago to support “intermediate” serialization data, i.e. stuff you need to…