Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Jun 22, 2024
1 parent 6165481 commit c23e4a3
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 3 deletions.
Binary file added iso_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added map_example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 30 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,39 @@

Minetest map renderer library for go
Minetest map renderer go-library and cli

![](https://github.com/minetest-go/maprenderer/workflows/test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/minetest-go/maprenderer/badge.svg)](https://coveralls.io/github/minetest-go/maprenderer)

State: **WIP**
# Usage

# Licenses
```sh
# show help and usage
./maprenderer -help
```

## Isometric map

```sh
./maprenderer -world /home/user/.minetest/worlds/myworld/ -from -200,-50,-200 -to 200,100,200 -type isometric
```

Example output:

![](./iso_example.png)

## Flat map

```sh
./maprenderer -world /home/user/.minetest/worlds/myworld/ -from -200,-50,-200 -to 200,100,200 -type map
```

![](./map_example.png)

# Binary downloads

See: https://github.com/minetest-go/maprenderer/releases

# License

Code: **MIT**

Expand Down

0 comments on commit c23e4a3

Please sign in to comment.