Archives
Categories
Blogroll
- A Neighborhood of Infinity
- Amit's Blog
- Annoying Precision
- Azimuth
- Brandon Pelfrey
- cscheid.net
- Fiddlemath
- flipcode.com
- Gödel’s Lost Letter and P=NP
- h3r3tic's Grimoire
- Iñigo Quílez
- Jasper's corner
- Joshua Holbrook
- Max Ogden
- Paul Bourke
- Procedural World
- r/gamedev
- Sea of Memes
- The Universe of Discord
- This Week's Finds
- What's new
- wildbunny
Top Posts & Pages
- Turning 8-Bit Sprites into Printable 3D Models
- An Analysis of Minecraft-like Engines
- Ambient occlusion for Minecraft-like worlds
- Implementing Multidimensional Arrays in JavaScript
- Texture atlases, wrapping and mip mapping
- Meshing in a Minecraft Game
- Smooth Voxel Terrain (Part 2)
- Conway's Game of Life for Curved Surfaces (Part 1)
- What is a solid?
- Meshing in a Minecraft Game (Part 2)
Monthly Archives: September 2011
Ludum Dare 21 Results
Well the results for Ludum Dare 21 are in! Here is the final rank for my entry: Ratings #4 Innovation(Jam) 3.90 #29 Overall(Jam) 2.95 #30 Humor(Jam) 2.33 #31 Graphics(Jam) 3.30 #32 Fun(Jam) 2.55 #45 Audio(Jam) 2.12 #60 Coolness 8% #63 … Continue reading
Posted in Miscellaneous
Leave a comment
Polynomials in C++
Last time, we showed how one can use symmetric tensors to conveniently represent homogeneous polynomials and Taylor series. Today, I am going to talk about how to actually implement a generic homogeneous polynomial/symmetric tensor class in C++. The goal of … Continue reading
Posted in Mathematics, Programming
Leave a comment