2020-03-29 14:03:31 +00:00
|
|
|
// include all RogueViz vizualizations
|
|
|
|
|
2021-03-30 21:02:40 +00:00
|
|
|
/* basics */
|
2020-03-29 14:03:31 +00:00
|
|
|
#include "rogueviz.cpp"
|
2021-03-30 21:02:40 +00:00
|
|
|
#include "presentation.cpp"
|
|
|
|
#include "objmodels.cpp"
|
2021-04-04 11:45:29 +00:00
|
|
|
#include "smoothcam.cpp"
|
2021-03-30 21:02:40 +00:00
|
|
|
|
2021-04-02 12:37:55 +00:00
|
|
|
#include "staircase.cpp"
|
2020-03-29 14:03:31 +00:00
|
|
|
#include "banachtarski.cpp"
|
2021-04-02 14:15:15 +00:00
|
|
|
#include "pentagonal.cpp"
|
2020-03-29 14:03:31 +00:00
|
|
|
#include "functions.cpp"
|
|
|
|
#include "fundamental.cpp"
|
|
|
|
#include "sunflower.cpp"
|
|
|
|
#include "flocking.cpp"
|
|
|
|
#include "magiccube.cpp"
|
|
|
|
#include "cvl.cpp"
|
|
|
|
#include "newconf.cpp"
|
|
|
|
#include "grigorchuk.cpp"
|
2020-04-10 22:43:43 +00:00
|
|
|
#include "janko.cpp"
|
2020-03-29 14:03:31 +00:00
|
|
|
#include "qtm.cpp"
|
|
|
|
#include "rewriting.cpp"
|
|
|
|
#include "sag.cpp"
|
|
|
|
#include "collatz.cpp"
|
|
|
|
#include "tree.cpp"
|
|
|
|
#include "fullnet.cpp"
|
2020-04-07 15:15:17 +00:00
|
|
|
#include "snow.cpp"
|
2020-04-07 15:41:47 +00:00
|
|
|
#include "impossible-ring.cpp"
|
2020-04-07 22:39:44 +00:00
|
|
|
#include "triangle.cpp"
|
2020-08-02 10:54:20 +00:00
|
|
|
#include "sumotron.cpp"
|
2020-08-10 16:09:19 +00:00
|
|
|
#include "noniso-honeycombs.cpp"
|
2020-08-10 16:09:59 +00:00
|
|
|
#include "random-walk.cpp"
|
2021-03-30 09:40:05 +00:00
|
|
|
#include "fifteen.cpp"
|
|
|
|
#include "crystal-sokoban.cpp"
|
2021-03-30 21:02:40 +00:00
|
|
|
|
2021-03-31 01:18:36 +00:00
|
|
|
#include "hypcity.cpp"
|
|
|
|
#include "hypocycloid.cpp"
|
|
|
|
|
2021-03-31 18:11:27 +00:00
|
|
|
#include "heatx.cpp"
|
|
|
|
|
2021-03-31 16:04:46 +00:00
|
|
|
#include "notknot.cpp"
|
|
|
|
|
2021-08-07 09:25:36 +00:00
|
|
|
#include "weirdmaze.cpp"
|
|
|
|
|
2021-03-31 16:04:02 +00:00
|
|
|
#include "inner-maps.cpp"
|
2021-03-31 16:58:13 +00:00
|
|
|
#include "planets.cpp"
|
2021-03-31 17:39:31 +00:00
|
|
|
#include "hyperbolic-analogs.cpp"
|
2021-03-31 16:04:02 +00:00
|
|
|
|
2021-04-07 16:31:27 +00:00
|
|
|
#define RV_ALL
|
2021-03-30 21:02:40 +00:00
|
|
|
#include "simple-impossible.cpp"
|
|
|
|
#include "ascending-descending.cpp"
|
|
|
|
#include "balls.cpp"
|
|
|
|
#include "pentaroll.cpp"
|
2021-06-25 11:53:23 +00:00
|
|
|
#if CAP_RVSLIDES
|
2021-03-30 21:02:40 +00:00
|
|
|
#include "playing-with-impossibility.cpp"
|
2021-06-25 11:53:23 +00:00
|
|
|
#endif
|
2021-03-30 21:09:26 +00:00
|
|
|
#include "highdim-demo.cpp"
|
2021-03-30 21:02:40 +00:00
|
|
|
|
2021-07-18 09:38:45 +00:00
|
|
|
#include "kohonen.cpp"
|
|
|
|
#include "embeddings.cpp"
|
2021-03-30 21:02:40 +00:00
|
|
|
//#endif
|
|
|
|
|