Welcome!
The Cartographers’ Guild is a forum created by and for map makers and aficionados, a place where every aspect of cartography can be admired, examined, learned, and discussed. Our membership consists of professional designers and artists, hobbyists, and amateurs—all are welcome to join and participate in the quest for cartographic skill and knowledge.
Although we specialize in maps of fictional realms, as commonly used in both novels and games (both tabletop and role-playing), many Guild members are also proficient in historical and contemporary maps. Likewise, we specialize in computer-assisted cartography (such as with GIMP, Adobe apps, Campaign Cartographer, Dundjinni, etc.), although many members here also have interest in maps drafted by hand.
If this is your first visit, be sure to check out the FAQ. You will have to register before you can post or view full size images in the forums.
I hack about with graphics programming and like to play with new ideas, apps and stuff whether 2D or more usually 3D...
In my last entry I mentioned that Meshroom had been released. I had to borrow a friends machine with an nVidia card on it that would handle CUDA as the program will not run without it. The computations required to generate the 3D mesh from the photos are quite intense and with many photos it takes a lot of time. CUDA is the graphics card support which allows the Graphics Processing Unit (GPU) to handle that complex graphics based math instead of the normal CPU. Since GPUs are custom built for this ...