/primitive-engineering

Primary LanguageRustApache License 2.0Apache-2.0

Primitive Engineering

About

Primitive Engineering is an open source sandbox game that focuses on the creation of machines and automation in infinite procedurally generated voxel world.

Features

  • Infinite procedurally generated voxel world
  • Smooth voxels (using marching cubes algorithm)

// TODO: add more

TL;DR play

Clone the repository and pull submodules:

git clone https://github.com/Defernus/primitive-engineering.git
cd primitive-engineering
git submodule update --init --recursive

Run the game:

cargo run --release

License

Primitive Engineering is distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT.