🍺 BREW Explorer

← all formulae

c10t

brew install c10t v1.7_13 BSD-3-Clause

Minecraft cartography tool

8
30-day installs · #9218
46
90-day · #7597
229
365-day · #7020
227
★ GitHub stars · updated 2y ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "boost",
    "freetype",
    "libpng"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Minecraft cartography tool",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:36:04+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "c10t",
  "github_default_branch": "master",
  "github_last_commit_at": "2024-07-11T07:05:23Z",
  "github_readme_excerpt": "c10t - a cartography tool for Minecraft\r\n=======================================\r\n\r\nI wrote c10t entirely because i liked the tool Cartograph by ZomBuster, but I wasn\u0027t too fond of a couple of aspects about how rendering was performed.\r\n\r\nRequirements\r\n------------\r\n\r\n  * libz (?)\r\n  * libpng (\u003e= 1.2)\r\n  * libfreetype (\u003e= 2)\r\n  * libboost (thread, filesystem, system and test) (\u003e= 1.46)\r\n\r\nFeatures\r\n--------\r\n\r\n  * Pipelined rendering process (using image compositioning) which allows for\r\n    multithreaded rendering.\r\n  * Very memory friendly, you can specify a memory limit and it will switch caching to file.\r\n  * Uses proper command line options.\r\n  * Clean code, for easing further development.\r\n  * Multiplatform - yes, it does compile properly on windows and mac.\r\n  * A gui wrapper, see: http://github.com/udoprog/c10t-swt (native gui with java bindings)\r\n\r\nI would not have done this were it not for the excellent inspiration by\r\nZomBuster and Firemark (the linux port of cartograph). Thank you for the\r\ninspiration.\r\n\r\nBuilding from Source (using cmake)\r\n----------------------------------\r\n\r\n### Ubuntu ###\r\n\r\n 1. Install dependencies:\r\n\r\n        $ sudo apt-get install build-essential cmake libpng-dev zlib1g-dev libboost-all-dev libfreetype6-dev\r\n\r\n    If libboost \u003e= 1.46 is not available by using your package manager, you need to install it from source. To do so download and untar it from www.boost.org and perform the following operations as root:\r\n\r\n        $ ./bootstrap --prefix=/usr\r\n        $ ./b2 install\r\n\r\n    If you have troubles installing boost, consult the Getting Started Guide on the website of the boost library.\r\n\r\n 2. Clone repository\r\n\r\n        $ git clone git://github.com/udoprog/c10t.git\r\n        $ cd c10t\r\n\r\n    You need to clone the repository in order to successfully execute the commands in step three. You can get support for git on the following web page:\r\n    http://schacon.github.com/git/gittutorial.html\r\n    Just scroll to the section \"Using git",
  "github_repo": "udoprog/c10t",
  "github_stars": 227,
  "github_topics": [],
  "homepage": "https://github.com/udoprog/c10t",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 8,
  "installs_365d": 229,
  "installs_90d": 46,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "BSD-3-Clause",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "c10t",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 9218,
  "rank_365d": 7020,
  "rank_90d": 7597,
  "raw_hash": "45fb50e0d29884b2",
  "recommended_dependencies": [],
  "revision": 13,
  "ruby_source_path": "Formula/c/c10t.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "1.7",
  "versioned_formulae": [],
  "why_use_this": null
}