Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheArturZh committed May 13, 2020
1 parent d384238 commit 1247102
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
# TheArturZh's Procedural Terrain Generator
# Procedural Terrain Generator for Roblox

This is a procedural terrain generator, that doesn't utilize default Roblox terrain. It's designed to be orthogonal and easy to integrate into other projects. This generator can generate not only a terrain, but also rivers, lakes and forests. Generator uses exponentially destributed Perlin noise with domain warping to generate a heightmap.

Created using [**Rojo**](https://github.com/rojo-rbx/rojo)

This is a procedural terrain generator, that doesn't utilize default Roblox terrain. It's designed to be orthogonal and easy to integrate into other projects. This generator can generate not only a terrain, but also rivers, lakes and forests. Generator uses exponentially destributed Perlin noise with domain warping to generate a heightmap.
## Screenshots

![Generated terrain picture 1](./Images/pic1.png)

![Generated terrain picture 2](./Images/pic2.png)

## License explaination

This project is under MIT License, and it means that you are free to develop a closed-source version of this project without having to contribute back or attribute. Attribution is only required if you'll decide to make your version open-source.
This project is licensed under MIT License, and it means that you are free to develop a closed-source version of this project without having to contribute back.
Attribution in code/repository is only required if you'll decide to make your version open-source.
In closed-source project you should add attribution in any way that is visible to user.

Example:

```text
Procedural Terrain Generator (c) Artur Zhidkov (TheArturZh),
includes code from ToLua (c) 蒙占志(topameng)
```

in "About" or "Credits" menu option.

## Current project maintainers

* TheArturZh

## Download and usage

Expand All @@ -20,7 +37,7 @@ There are already built .rbxlx places with example-of-use script and .rbmx model

## Building the project

Building this project is absolutely optional, latest release can be dolwnloaded in Relseases tab.
Building this project is not necessary, latest release can be dolwnloaded in Relseases tab.

### 1. Dependencies

Expand Down

0 comments on commit 1247102

Please sign in to comment.