justinhj's profile picture

Functional[Justin]

Principal Software Engineer. Streaming data at scale. Generative AI. Functional Programming. Neovim. Emacs.

  • All Posts
  • Popular Posts
  • YouTube Channel
  • Speaking Events
  • Privacy

Posts about 'Gamedev'

  • Mar 18, 2009

    Vancouver game companies

    I've copied this excellent list of Vancouver game companies from :http://csciun1.mala.bc.ca:8080/~wesselsd/gamedev/index.htmlPlease not that the number of jobs for each one is constantly changing, and so will be only (roughly) correct...

    vancouver gamedev
  • Feb 17, 2009

    Who uses the A* code

    I often wonder who uses the A* code. Sometimes people write to me to tell me they've used the code in their University assignments or just for fun, but has...

    c++ gamedev a-star-algorithm
  • Feb 17, 2009

    A* algorithm bug fixes

    It's been a while since I checked the issues page on my A* algorithm google code project. So it turns out there's a possible memory leak and the Manhattan distance...

    c++ astar-algorithm game-programming gamedev bugs