code-spot

a programming blog

  • Blog
  • Writing (on Game Development)
  • Polyominoes
  • Private Projects
    • Difference and Functional Equations Reference
    • Python Image Code
    • Special Numbers Library
    • XSI Scripting Using Python: Course Notes
  • About Me
Skip to content

Category: Game Development

November 25, 2020

Procedural Meshes in Unity: Normals and Tangents

In previous posts, we looked at general mesh generation in Unity, and the issues that arise in generating meshes for lines. In this post,…

November 16, 2020

Top game-related math books

Mathematics used to be a lot more important for game development than it is now. There are so many tools available for creating all…

Colored squares organized in a grid
November 13, 2020

How to structure a game project

The project structure of a game is where things are, and what they are called. Viewed broadly, it may also include decisions about what…

November 10, 2020

Procedural Meshes for Lines in Unity

A lines is a fundamental graphics object, but generating attractive, robust lines involve many subtle issues and can be difficult to get right. In…

November 4, 2020

Generating meshes procedurally in Unity

Procedurally generated meshes have several uses in game development: You can use them for crisp, non-standard UI components. You can use them to render…

July 27, 2010

A Simple Trick for Moving Objects in a Physics Simulation

(Original Image by Valerie Everett) It is sometime necessary to move an object in a physics simulation to a specific point. On the one…

June 15, 2010

Region Quadtrees in C++

(Original image by GoAwayStupidAI). Below are four C++ implementations of the region quadtree (the kind used for image compression, for example). The different implementations…

April 15, 2010

Experimental Tool for Removing Unwanted Artefacts in Textures

Many textures used for 3D art start from photographs. Ideally, such textures should be uniformly lit so that the texture does not interfere with…

October 25, 2009

Tips for Designing and Implementing a Stimulus Response Agent

(Original Image by everyone’s idle.) This post was a originally published on Luma Labs, now dead. As old as stimulus-response techniques are, they still…

October 24, 2009

Guerrilla Tool Development

Tools for editing game levels and AI for your own games are nice to have, but it is not always practical to implement these…

Posts navigation

1 2 Next

Categories

  • Algorithms (25)
  • C++ (3)
  • Downloads (13)
  • Game Development (18)
  • Games (1)
  • Image Processing (11)
  • Java (2)
  • Mathematics (11)
  • Python (6)
  • Simulation (5)
  • Snippet (8)
  • Tools (4)
  • Tutorial (9)
  • Web Development (1)

Blogroll

  • Dev.Mag

Tag cloud

distribution function Image Processing z-transform computer graphics difference equation Perlin noise Game Maker random number generation random distribution Python quadtrees level editor Special Numbers Library sampling 2D maintainability Dev.Mag Mathematics artificial intelligence probability quadtree filtering grids sum tiles functional equation discrete calculus AI vector field procedural texture editor compression Simulation spatial partitioning Game Development functional equations game tools response curve blending random image partitioning white noise optimisation C++ algorithm

Categories

  • Algorithms (25)
  • C++ (3)
  • Downloads (13)
  • Game Development (18)
  • Games (1)
  • Image Processing (11)
  • Java (2)
  • Mathematics (11)
  • Python (6)
  • Simulation (5)
  • Snippet (8)
  • Tools (4)
  • Tutorial (9)
  • Web Development (1)

Blogroll

  • Dev.Mag

Tag cloud

2D vector field filtering computer graphics sum random number generation game tools compression sampling editor Mathematics discrete calculus difference equation spatial partitioning AI response curve random blending quadtree Game Development white noise optimisation Python probability random distribution grids Simulation C++ distribution function algorithm Special Numbers Library functional equations Perlin noise Game Maker z-transform procedural texture functional equation tiles artificial intelligence image partitioning Image Processing maintainability level editor quadtrees Dev.Mag
Copyright code-spot. All rights reserved. | Powered by WordPress & Writers Blogily Theme