bendsp / my_world

3D terrain generation and manipulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_world

  • A CSFML project written from scratch in C featuring 3D terrain generation and manipulation

Screenshot from 2022-04-13 14-36-02

Screenshot from 2022-03-25 11-09-27

Requirements:

GCC, CSFML Library

Usage:

Compilation using GCC, simply clone the repo and run 'make', then execute the resulting 'my_world'.

Controls:

Pan camera: Mouse Left

Rotate camera: Mouse Right

Zoom Camera: Scroll Wheel

Toggle editor: E

Raise terrain up/down: Mouse Left/Right

Randomize map: R

Increase/decrease pen size: Scroll Wheel (in editor)

Increase/decrease pen strength: I/K

Note

This project is no longer being maintained, but any improvements are welcome.

About

3D terrain generation and manipulation

License:GNU General Public License v3.0


Languages

Language:C 96.3%Language:Makefile 3.7%