From a1f7fa05f8425ffa8f5ee63ec8cb5205b777890e Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 29 Mar 2020 15:15:18 +0200 Subject: [PATCH] fixup fullnet comment --- rogueviz/fullnet.cpp | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/rogueviz/fullnet.cpp b/rogueviz/fullnet.cpp index b4836e64..9ce75aeb 100644 --- a/rogueviz/fullnet.cpp +++ b/rogueviz/fullnet.cpp @@ -1,21 +1,7 @@ // Hyperbolic Rogue // Copyright (C) 2011-2016 Zeno Rogue, see 'hyper.cpp' for details -// Hyperbolic geometry is a good tool to visualize data, -// 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 -- visualize a social network -// embedded into hyperbolic plane, see: -// https://bitbucket.org/HaiZhung/hyperbolic-embedder/overview -// (it uses the same format) - -// hyper -tess -- visualize a horocyclic tesselation, +// a CLI option to label tiles #include "rogueviz.h"