Wordpress - 0fps.wordpress.com - 0 FPS
General Information:
Latest News:
Texture atlases, wrapping and mip mapping 9 Jul 2013 | 08:03 pm
Today I want to write about what is probably the single most common question that gets asked regarding greedy meshes. Specifically: How can greedy meshes be texture mapped? One naive solution might...
Ambient occlusion for Minecraft-like worlds 4 Jul 2013 | 12:43 am
It has been a while since I’ve written about Minecraft-like games, and so today I figured I’d take a moment to discuss something which seems to come up a lot in online discussions, specifically how to...
Relations are hard to model in category theory 4 Jun 2013 | 10:14 pm
WARNING: This is a somewhat rambling post about category theory. If half-baked mathematical philosophy is not your thing, please consider navigating away right now. Anyway, the thing that I want to ...
Relations are hard to model in category theory 4 Jun 2013 | 10:14 pm
WARNING: This is a somewhat rambling post about category theory. If half-baked mathematical philosophy is not your thing, please consider navigating away right now. Anyway, the thing that I want to w...
ndarray modules 1 Jun 2013 | 09:11 am
In the last two posts I introduced ndarrays, and explained the rationale and implementation details of the library. In this post I am going to show a few of the libraries that I have written using nd...
ndarray modules 1 Jun 2013 | 09:11 am
In the last two posts I introduced ndarrays, and explained the rationale and implementation details of the library. In this post I am going to show a few of the libraries that I have written using nd...
Cache oblivious array operations 29 May 2013 | 04:00 am
I must confess that secretly the article I wrote last time (in which I introduced ndarrays) was just a pretext to introduce the stuff that I am going to write about today: which is the cwise library f...
Cache oblivious array operations 29 May 2013 | 04:00 am
I must confess that secretly the article I wrote last time (in which I introduced ndarrays) was just a pretext to introduce the stuff that I am going to write about today: which is the cwise library f...
Implementing Multidimensional Arrays in JavaScript 23 May 2013 | 04:08 am
The past few months I’ve been working to move more of my work into JavaScript, and in particular the node.js ecosystem. I hope that by doing this I will be able to create better demos and application...
Implementing Multidimensional Arrays in JavaScript 23 May 2013 | 04:08 am
The past few months I’ve been working to move more of my work into JavaScript, and in particular the node.js ecosystem. I hope that by doing this I will be able to create better demos and application...