Author Archives: moniker

TopoSynth: Incorporating Cosm

I’ve finally completed all of the basic topological operations for TopoSynth and am now moving on to treating the dynamics of the system.  This last rule involved figuring out how to connect two extended vertices together when they collide. For … Continue reading

Posted in Computational Composition, Computational Technique, Software Engineering | Tagged , , , | Leave a comment

TopoSynth: Topological Structure

DLFL Background As I had mentioned in the last post, the topological inspiration for TopoSynth is derived from TopMod and particularly the doubly-linked face list (DLFL) data structure.  The DLFL makes it particularly straightforward to always maintain a 2-manifold mesh … Continue reading

Posted in Computational Composition, Computational Technique, Software Engineering | Tagged , , , , , | Leave a comment

TopoSynth

Ever since I found out about the excellent Structure Synth program, I wondered what it would be like to apply the same concept to topological operations.  Structure Synth works by writing rules that describe a pattern of transformations.  The transformations … Continue reading

Posted in Computational Composition, Computational Technique | Tagged , , , , , | Leave a comment

Facing Autotools

One of the essential features of a good software package is that it is both portable and straightforward to build.  When working on a system (Linux or even OS X) with a UNIX shell, the most common build tools are … Continue reading

Posted in Software Engineering | Tagged , , , | Leave a comment

Fast Multipole Method

To get a better intuition for how the Fast Multipole Method (FMM) approximates n-body interactions, I implemented the equations in Mathematica along with the exact solution. Below are some plots for different situations.  The thing to keep in mind is … Continue reading

Posted in Computational Technique, Research Literature | Tagged , , , | Leave a comment

N-Body Problems

N-Body problems inevitably come up when doing any most any kind of physical simulation work, particularly when particles are involved.  N-Body problems appear whenever the particles in a system construct a field that in turn determines their dynamics.  The classic … Continue reading

Posted in Computational Technique, Research Literature | Tagged , , , , , , | Leave a comment

Chemical Automata

I first came across Chemoton (Chemical Automaton) Theory a few months ago when reading a paper entitled Software Replica of Minimal Living Processes, and ever since it has been an inspiration.  At the time, I was trying to figure out … Continue reading

Posted in Research Literature | Tagged , , | Leave a comment

worldmaking

worldmaking is a site dedicated to exploring how to make worlds: spaces and systems that accumulate complexity.  The site weaves together the spaces of computation, cybernetics, poetics, mathematics, biology, among others, through observations, musings, and, above all, software experiments and techniques. … Continue reading

Posted in General | Leave a comment