Metadata-Version: 2.1
Name: fastMapper
Version: 0.0.1
Summary:  fastMapper
Home-page: UNKNOWN
Author: f20500909
Author-email: me@lightgoing.com
License: ... 
Project-URL: Documentation, https://github.com/f20500909/fastMapper
Project-URL: Source, https://github.com/f20500909/fastMapper
Description: ## Introduce
          - a random map generation tool,  can generate new random map by using the existing map
             
         - row map
         
         ![row map](https://img-blog.csdnimg.cn/20200513194736208.jpg)
         
         - result
         
         ![result](https://img-blog.csdnimg.cn/2020051319520156.jpg)
         
        
        ## How to use
           first download project and unzip
           cd ./fastMapper
           
         with python
        
             python3 setup.py install
             python3 ./script demo.py
        
         with cpp
         
             cd script
             ./demo.sh
         
            
         with lua
              
             ./script/to_lua.lua
           
        
        ## What to do next ?
        
         it not only support bitmap . it will support vector map like svg . i am doing this!
        
        
        ## How it work ?
        
         ![pic](https://img-blog.csdnimg.cn/20200514150849493.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3FxXzM4ODcxMTcz,size_16,color_FFFFFF,t_70)
        
        
        ## reference
        - https://github.com/mxgmn/aveunctionollapse
        
        
        
Keywords: map
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
