Giter Site home page Giter Site logo

procgen's Introduction

Procgen: Procedural generation library

Procgen is a fast general purpose procedural generation library for Python. It can be used for a widde range of purposes, from terrain generation to generative art, both in 2D and 3D worlds.

Warning: This library is currently under development. Several API changes are expected until an stable version is reached.

Requirements

  • Python 3.2+
  • Numpy 1.9+
  • Works on Linux, Windows, Mac OSX, BSD

Install

To install Procgen, simply:

pip install numpy -U
git clone https://github.com/juancroldan/procgen.git

Soon, you will be able to use pip to install this library.

Documentation

Since big API changes are expected, documentation is not available yet. We will upload it to readthedocs.org soon.

Contribute

By January 2018, a 1.0 stable version will be released, a proper branch workflow will be used, and contributions will be open. Adventurous coders can contact via mail at juancarlos @ sevilla . es to contribute in this wild, unstable stage.

Current work

Currenty, we are working to provide a basic set of algorithms for procedural generation.

We are implementing algorithms from the following sources:

Our backlog is:

  1. Noise initialisation: seed
  2. Lattice-based noise functions: perlin, simplex, opensimplex, wavelet
  3. Point-based noise functions: voronoi, worley
  4. Perlin-based noise functions: billow, ridged
  5. Test coverage for noise functions
  6. Biome generation: whittaker
  7. Tree-placement algorithms
  8. Water-placement algorithms: rivers, lakes, wind-aware filling
  9. Test coverage for terrain functions
  10. Backlog update: Cellullar automata, L-systems, boolean evaluation heightmap, maze generation, midpoint displacement...
  11. Version 1.0 is reached: issue-driven development, pull requests opened, dev branch, examples in wiki, automatic tests, setup.py to use pip install git+git://

procgen's People

Contributors

jcarlosroldan avatar pabletos avatar

Watchers

James Cloos avatar Xander avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.