百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
M

MapGenerator

> 编程语言
开源

ProcGen 美国城市地图

1.4K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

ProcGen 美国城市地图


Map Generator

Create procedural American-style cities
Open Generator »

Read the Docs · Report Bug · Request Feature

## Table of Contents * [About the Project](#about-the-project) * [Built With](#built-with) * [Getting Started](#getting-started) * [Prerequisites](#prerequisites) * [Installation](#installation) * [Usage](#usage) * [Roadmap](#roadmap) * [Contributing](#contributing) * [License](#license) * [Contact](#contact) ## About The Project This tool procedurally generates images of city maps. The process can be automated, or controlled at each stage give you finer control over the output. 3D models of generated cities can be downloaded as a `.stl`. The download is a `zip` containing multiple `.stl` files for different components of the map. Images of generated cities can be downloaded as a `.png` or an `.svg`. There are a few choices for drawing style, ranging from colour themes similar to Google or Apple maps, to a hand-drawn sketch. ### Built With * [Typescript](https://www.typescriptlang.org/) * [Gulp](https://gulpjs.com/) ## Getting Started To get a local copy up and running follow these steps. ### Prerequisites * npm ```sh npm install npm@latest -g ``` * Gulp ``` npm install --global gulp-cli ``` ### Installation 1. Clone the mapgenerator ```sh git clone https://github.com/probabletrain/mapgenerator.git ``` 2. Install NPM packages ```sh cd mapgenerator npm install ``` 3. Build with Gulp. This will watch for changes to any Typescript files. If you edit the HTML or CSS you will have to rerun this command. [Gulp Notify](https://github.com/mikaelbr/gulp-notify) sends a notification whenever a build finishes. ``` gulp ``` 4. Open `dist/index.html` in a web browser, refresh the page whenever the project is rebuilt. ## Usage See the [documentation](https://maps.probabletrain.com). ## Roadmap See the [open issues](https://github.com/probabletrain/mapgenerator/issues) for a list of proposed features (and known issues). ## Contributing Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**. For major changes, please open an issue first to discuss what you would like to change. 1. Fork the Project 2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`) 3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`) 4. Push to the Branch (`git push origin feature/AmazingFeature`) 5. Open a Pull Request ## Contributors ✨ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
trees-and-airlines


Keir


Ersagun Kuruca


Jason-Patrick

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! ## Contact Keir - [@probabletrain](https://twitter.com/probabletrain) - [email protected] Project Link: [https://github.com/probabletrain/mapgenerator](https://github.com/probabletrain/mapgenerator) ## License Distributed under the LGPL-3.0 License. See `COPYING` and `COPYING.LESSER` for more information.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •About the Project
  • •Built With
  • •Getting Started
  • •Prerequisites
  • •Installation
  • •Contributing
  • •Typescript

> 标签

TypeScript

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言