Code Monkey home page Code Monkey logo

voxelnoises's Introduction

Voxel noises

This is a simple application written in D with some algorithms used for procedural generation (Perlin noise, Simplex noise, Voronoi). Results are visualized as voxel terrain. Generating is completely done on the GPU using the OpenGL compute shaders. The shaders can be found in res/shader.

I've also written a paper on optimizing the Perlin Noise on the GPU, you can find it [here]{optimizigPerlinNoise_paper_CZ.pdf}. It is in Czech though :P

Perlin and Simplex noise implementations from Stefan Gustavson are also present in this application. So credits for that goes to him (the [Ashima] and [Ashima simplex] in the application). Btw, my 3D Perlin noise GLSL implemlentation uses thread cooperation and is about 3x faster than Stefan's.

Also check my Minecraft clone master thesis using these noises here.

Video here

App screenshot

How to build this project

  1. Download appropriate binaries from http://dsfml.com/downloads.html
  2. Put all .lib, .so and .a files from from archive/lib to the lib folder
  3. Put all the .dll files to the bin folder
  4. Download D language compiler (dmd from http://dlang.org , sudo apt-get install dmd)
  5. In the project folder, execute dub build
  6. Run the program in the bin folder

Tested on win86

voxelnoises's People

Contributors

czdanol avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

voxelnoises's Issues

License ?

Hello, under what license is this project released under ? Thank-you.

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.