Skip to content
forked from fourks/hexgen2014

Hero Extant 2014 World Generator standalone command line tool

License

Notifications You must be signed in to change notification settings

vl-01/hexgen2014

 
 

Repository files navigation

THIS IS NEARLY FINISHED; EXPECT A RELEASE BEFORE JULY 2014 SOON

This is a program for creating nice looking images of a world map and simulating weather. Maps are randomly generated using entirely procedural methods.

TODO SCREENSHOT

In 2010, the Hero Extant World Generator prototype was released with a GUI for Windows. The world-generator backend has now been updated and converted into a command-line tool, hexgen2014, by the original author. Several improvements have been made. The tool is written in C and available as free & open source software for Windows and Linux.

It is hoped that you will find this program useful as a standalone tool for your own projects. Alternatively you may like to use the world generator source code in your own programs.

Updated versions of this software can always be found at the website or on GitHub. Bug reports and feedback can be sent to hexgen2014@heroextant.net. Thanks!

Contents

New Features
Screenshots
Download a Binary Package
Compile from Source
Additional Ports
Free Software License

New Features ------------

Improving over all previous releases:

Advanced weather simulation! Atmosphere, wind and weather are simulated in incredible detail. Weather changes over time.

Seasons! Seasonal variation over the same map is now supported by varying axial tilt. This is then automatically factored into the new weather simulation.

Improved terrain generation: Terrain is generated using a new simplex noise method, replacing the old midpoint displacement algorithm. This gives greater flexibility in the shape of map and generates higher quality terrains, avoiding artifacts such as diamond shaped mountains or square shaped peninsulas.

Custom terrain shape masks: Generating maps in specific shapes is now possible using preset shapes or by loading a custom image as a mask.

More customisable than ever before: Do you want to simulate 12 months of sunlight patterns over a small island in the North? Or would you rather simulate a pattern of dry and monsoon seasons over a world-spanning continent baked in the glow of a giant sun? What about a garden world where a low axial tilt means mild seasons? Your imagination can go wild.

LaTeX/PDF output: Automatically generate a fancy PDF document of your world and its features using pdflatex. Alternatively use the generated LaTeX files as the basis for your own worldbuilding document.

Screenshots ------------
Screenshot Description
Heightmap generation This is a colourised version of a raw heightmap generated by the program.
Atmosphere Graph generated by the program showing air pressure and density by altitude.
Sunlight model (Animated GIF) Seasonal model of direct sunlight based on latitude, axial tilt and completion of orbit. This image shows a large area over the equator. Sticking to only one hemisphere is fun too. You can control the planet's axial tilt for milder (or harsher!) seasons.
Download a Binary Package -------------------------

The following compiled versions of hexgen2014 are available:

  • hexgen2014-linux32 (for 32-bit Linux)
  • hexgen2014-linux64 (for 64-bit Linux)
  • hexgen2014-win32 (for 32-bit Windows)
  • hexgen2014-win64 (for 64-bit Windows)

For convenience, all versions are made available in one package containing source code and documentation.

Packages are available to download from the following locations:

Compile from Source -------------------

Consult the documentation for more detailed information.

The given build process was designed for 64-bit Debian (stable); users of other systems may want to follow the instructions in the documentation instead.

Requires: tup, gcc, clang

Optional: debian Multiarch, gcc-mingw-w64, wine64, fabric

git clone https://github.com/golightlyb/hexgen2014
cd hexgen2014
nano tup.config # turn target platforms on/off
tup init
tup upd

If you make changes after this point, simply run tup upd to update the build.

Additional Ports ---------------- Free Software License ---------------------

This is Free and Open Source Software. This means that you are allowed to share and modify the software at no cost, subject to the below agreement.

hexgen2014 world generator

Copyright (c) 2010, 2014 Ben Golightly <golightly.ben@googlemail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

Simply, you can use this software however you like. However, you must include a copy of the license and copyright notice if you share it with other people.

If you have questions about what this license means, this is my interpretation. Alternatively please e-mail me at the given address.

You can use any images/data that you generate with this program without restriction (for this reason).

About

Hero Extant 2014 World Generator standalone command line tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.9%
  • C++ 1.2%
  • Shell 0.9%