summaryrefslogtreecommitdiff
path: root/dev-games/mercator/metadata.xml
blob: 3b546ae88d2d4da4235fac6a0423f1be9def6f4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>games@gentoo.org</email>
		<name>Gentoo Games Project</name>
	</maintainer>
	<longdescription lang="en">
	Mercator is primarily aimed at terrain for multiplayer online games and forms
	one of the WorldForge core libraries. It is intended to be used as a terrain
	library on the client, while a subset of features are useful on the server.

	Mercator is designed in such a way that individual tiles can be generated
	on-the-fly from a very small source data set. Each tile uses a fast
	deterministic random number generation to ensure that identical results are
	produced "anytime, anywhere". This enables transmission of terrain across low
	bandwidth links as part of the standard data stream, or server side collision
	detection with the same terrain that the player sees.

	The use of tiles means that there is inherently a large degree of gross control
	of the shape of the terrain. Finer control is implemented by allowing geometric
	modifications - for example, a polygonal area might be flattened, or a crater
	could be applied.
	</longdescription>
	<upstream>
		<remote-id type="sourceforge">worldforge</remote-id>
	</upstream>
</pkgmetadata>