Metadata-Version: 2.1
Name: roadmapgen2d
Version: 0.0.2
Summary: Python App for Generating Roads 2d Maps
Home-page: https://github.com/sea-kg/roadmapgen2d
Author: Evgenii Sopov
Author-email: mrseakg@gmail.com
License: UNKNOWN
Description: # roadmapgen2d
        
        [![PyPI version](https://badge.fury.io/py/roadmapgen2d.svg)](https://badge.fury.io/py/roadmapgen2d) [![Build Status](https://api.travis-ci.com/sea-kg/roadmapgen2d.svg?branch=dev)](https://travis-ci.com/sea-kg/roadmapgen2d) [![Total alerts](https://img.shields.io/lgtm/alerts/g/sea-kg/roadmapgen2d.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sea-kg/roadmapgen2d/alerts/) [![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/sea-kg/roadmapgen2d.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sea-kg/roadmapgen2d/context:python) 
        
        Road Map Generator for 2d Maps
        
        ![screen](https://raw.githubusercontent.com/sea-kg/roadmapgen2d/main/screen.png)
        
        ## Install
        
        ```
        $ pip3 install roadmapgen2d
        ```
        
        Create the some dir with file `roadmapgen2d-config.json`:
        ```
        {
            "map-width-px": 5000,
            "map-height-px": 5000,
            "texture-tail-road-width-px": 120,
            "texture-tail-road-height-px": 120,
            "random-max-points": 100,
            "create-video": false,
            "create-last-frame-as-image": true
        }
        ```
        
        And than in this directory run:
        ```
        $ python3 -m roadmapgen2d .
        ```
        
Keywords: roadmap,generator,2d
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
