Coder Social home page Coder Social logo

proceduralterrain_part1's Introduction

Procedural Terrain by SimonDev

1. INTRODUCTION

This educational project aims to explain by starting simply how to achieve a procedural planet (terrain) integrating Level of Details (LOD) techniques using Javascript (Three.Js framework).

The goal could be having a whole galaxy composed by the orbital bodies we will achieve together, even more a whole universe that loads these procedural galaxies.

We could at some point evolve to an another Game Engine, such as Unreal Engine v5 or any other that fits best for this project.

2. TUTORIAL

This tutorial is composed of multiple repositories individually attached to specific Youtube videos that you can find on this playlist.

In each of these repositories, you will find ordered git branches to walk through all the steps.

To run any of these repositories, a simple solution is to use http-server that you can install using node package manager globally:

npm install -g http-server

and once you cloned the repository and selected the desired branch, execute http-server at the root of the project:

http-server . -p 8000

You should be able at this stage to run your project, point your browser to:

http:localhost:8000


Here is the list of all these repositories and attached videos links:

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.