An open API service indexing awesome lists of open source software.

https://github.com/amoeba/dereth-cartography

Archive of David Simpson's C source code from his Dereth Cartography page
https://github.com/amoeba/dereth-cartography

asherons-call c cartography gaming maps

Last synced: 4 months ago
JSON representation

Archive of David Simpson's C source code from his Dereth Cartography page

Awesome Lists containing this project

README

          

# Dereth Cartography

![Colorized map of Dereth](minidereth.jpg)

This reposity is just an archive of the C source code from David Simpson's _Dereth Cartography_ site which is no longer hosted at http://www.ugcs.caltech.edu/~dsimpson/.
On Tuesday, November 26th, 2019, I copied the five C source files form the most recent Internet Archive snapshot (https://web.archive.org/web/20120505235544/http://www.ugcs.caltech.edu/~dsimpson/) and made this repo for posterity.
All rights and credit go to David Simpson.

He notes:

> The following source code is provided "as is," so don't expect much help. It should be easy to understand though.
>
> Also, the source code provided below is meant to be executed from a command prompt, such as a DOS box or an xterm. They should compile using any standard C or C++ compiler on most platforms. They were all originally written in MS Visual C++, but I know that they compile just fine using gcc under Linux.