From 5ca49341cbb97f5b3b164b262c7de7495ecca2f7 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Wed, 29 Sep 2021 19:07:10 +0200 Subject: [PATCH] Update README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 74a1626..c547242 100644 --- a/README.md +++ b/README.md @@ -55,15 +55,23 @@ both the client and the server depend on ZLib. sudo apt install zlib1g ``` +## Setup Requirements +Dragonblocks Alpha targets PCs only. Non x86-64 platforms may work, however there is no guarantee whatsoever. +You need a POSIX system conforming to the ISO C and POSIX 2008 standards. However, so far only GNU/Linux systems, in particular Ubuntu and Debian, have been tested. +The minimum OpenGL version is 4.6.0. Dragonblocks has been tested on Intel Integrated and NVIDIA GPUs, however other graphics cards should work as well. +A PC with at least 4 CPU cores is recommended, but not necessarly required. + ## Current Features - Multiplayer - Map generation with mountains, snow, temperature and humidity, dynamic grass color, oceans and beaches, vulcanos - Physics - FPS Camera -- Mipmapping, Antialiasing, Shaders +- Mipmapping, Antialiasing, Face Culling, Diffuse Lighting, Skybox, Fog +- Taking screenshots +- Daylight cycle - GUI -- Saving the map to a SQLite3 database -- Multithreaded map generation, mesh generation and network +- Saving map, player positions and other data to a SQLite3 database +- Multithreaded map generation, mesh generation and networking - Handlers for SIGINT und SIGTERM (just Ctrl+C to shut down the server) ## Usage -- 2.44.0