mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-08 01:14:07 +00:00
fixup fullnet comment
This commit is contained in:
parent
0a7e413f87
commit
a1f7fa05f8
@ -1,21 +1,7 @@
|
|||||||
// Hyperbolic Rogue
|
// Hyperbolic Rogue
|
||||||
// Copyright (C) 2011-2016 Zeno Rogue, see 'hyper.cpp' for details
|
// Copyright (C) 2011-2016 Zeno Rogue, see 'hyper.cpp' for details
|
||||||
|
|
||||||
// Hyperbolic geometry is a good tool to visualize data,
|
// a CLI option to label tiles
|
||||||
// especially trees and scale-free networks. This file
|
|
||||||
// uses HyperRogue to browse such vizualizations.
|
|
||||||
|
|
||||||
// Since it is not of use for general HyperRogue players,
|
|
||||||
// it is disabled by default -- compile with the ROGUEVIZ flag to enable this.
|
|
||||||
|
|
||||||
// How to use:
|
|
||||||
|
|
||||||
// hyper -embed <start of filename> -- visualize a social network
|
|
||||||
// embedded into hyperbolic plane, see:
|
|
||||||
// https://bitbucket.org/HaiZhung/hyperbolic-embedder/overview
|
|
||||||
// (it uses the same format)
|
|
||||||
|
|
||||||
// hyper -tess <parameter file> -- visualize a horocyclic tesselation,
|
|
||||||
|
|
||||||
#include "rogueviz.h"
|
#include "rogueviz.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user