Explore >> Select a destination


You are here

www.redblobgames.com
| | devmag.org.za
15.4 parsecs away

Travel
| | A Bézier curve is a type of curve that is easy to use, and can describe many shapes. This guide gives instructions for implementing algorithms for using Bézier curves in your games.
| | jamie-wong.com
15.1 parsecs away

Travel
| | One of the techniques used in many demo scenes is called ray marching. This algorithm, used in combination with a special kind of function called
| | jonathanchang.org
17.8 parsecs away

Travel
| | How to create a triangular navigational mesh using global hexagonal grids from the H3 library. A worked example, based on the San Francisco Bay Area, demonstrates how to construct, visualize, and refine such a mesh in R.
| | wtfleming.github.io
52.7 parsecs away

Travel
| [AI summary] This post discusses achieving 99.1% accuracy in binary image classification of cats and dogs using an ensemble of ResNet models with PyTorch.