Code Monkey home page Code Monkey logo

newhorizon's Introduction

Terrain surface

What is New Horizon?

New Horizon is the working title for an OpenGL powered voxel engine that triangulates a 3-dimensional scalar field to form a terrain.

The data points for the scalar field are calculated by an arbitrary function of choice to represent the desired shape. The scalar field is then used by a marching cube algorithm to generate the needed triangles.

The main challenge that an implementation like this faces is computation speed. New Horizon makes use of multiple constructs and ideas to speed this process up to achieve realtime (practical) infinite terrain for the user to explore. The main performance increase comes from utilizing the GPU to calculate most of the terrain data efficiently.

The engine uses an octree implementation along with some other methods inorder to be able to display big scalar fields in a memory efficient way and still allow for an arbitrary high resolution of the mesh.

What can I do with this?

The master branch of this repository contains a working example of the engine. Clone the repository and use the following maven command to build a .jar file.

mvn package

This allows you to check out a demo planet and see the engine in work.

Open Simplex Noise

The Noise method used for terrain generation is based on example code by Stefan Gustavson ([email protected]). Optimisations by Peter Eastman ([email protected]). Better rank ordering method by Stefan Gustavson in 2012.

Terrain

newhorizon's People

Contributors

alexw0610 avatar

Watchers

James Cloos 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.