Global Hexagonal Awareness Project
banner
hexagonalawareness.com
Global Hexagonal Awareness Project
@hexagonalawareness.com
"There is neither Jew nor Gentile, slave nor free, male nor female, for we are all one in hexagonal consciousness."

Curated by @hexagontruth.com

http://discord.gg/t6hrz7S | https://reddit.com/r/hexagons
October 20, 2025 at 10:50 AM
Interesting #hexagonfact for ur Friday: Montgomery Meigs also designed Fort Jefferson in the Dry Tortugas, a beacon of hexagonal awareness in the Gulf of Mexico that contributed to the Union blockade during the Civil War. It's also apparently the largest brick structure in the Western Hemisphere.
August 8, 2025 at 11:18 AM
this is a somewhat verbose and unoptimized WGSL implementation.
April 10, 2025 at 1:19 AM
in the orthogonal view, we can draw an n*3 square around the origin to create a repeating square pattern. it is then a simple matter of modding the coords to the square, then doing some comparisons to map them back to the central hex aka the wrapped coordinates.
April 10, 2025 at 12:44 AM
each corner is shared between 3 grids, and each non-corner edge between 2. so tl;dr for any grid of n radius (above example is n=3) there are n^2*3 unique cells per grid, which can be arranged as you see below (red is n=1, orange n=2, etc.). we can map these as (n*2)^2 grids with n^2 cells cut out.
April 10, 2025 at 12:20 AM
well tbh i don't understand it either. but i have encountered similar problems in the past. my recent experience was working with something like this, where each border hex is shared between two adjacent grids.
April 9, 2025 at 10:18 PM