Skip to content

Commit 7a2f5f0

Browse files
committed
add hyperbolic limit set animation
1 parent d581f5e commit 7a2f5f0

File tree

6 files changed

+539
-6
lines changed

6 files changed

+539
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The purpose of this project is to show the beauty of math with python. It consis
3939
+ [Reaction diffusion simulation with pyglet and glsl](./src/grayscott).
4040
+ [Raymarching fractals with pyglet and glsl](./src/fractal3d).
4141
+ [Raymarching Möbius transformation animations with pyglet and glsl](./src/mobius).
42+
+ [Limit set of rank 4 hyperbolic Coxeter groups](./src/hyperbolic-limit-set)
4243
+ [Miscellaneous scripts](./src/misc) like E8 root system, Mandelbrot set, Newton's fractal, Lorenz attractor, etc.
4344

4445
These topics are chosen largely due to my personal taste:
@@ -51,12 +52,6 @@ I'll use only popular python libs and build all math stuff by hand (tools like `
5152

5253
**Note**: Python3.5 is deprecated now because it's a bit tricky to install the latest numba on Ubuntu16.04 for python3.5 (if you are using `anaconda` for package management then you need not worry about this because anaconda will fix it for you). Note `numba` is only used in a few fractal scripts in the `misc` directory and all other projects should also work for python>=2.7.
5354

54-
A few examples:
55-
56-
<p align="center">
57-
<img src="./gallery.png" width="800">
58-
</p>
59-
6055
## How to use
6156

6257
All projects here are implemented in a ready-to-use manner for new comers. You can simply run the examples without tweaking any parameters once you have the dependencies installed correctly. Each subdirectory in `src/` is a single program (except that `glslhelpers` is a helper module for running glsl programs and `misc` is a collection of independent scripts), any file named `main.py`, `run_*.py`, `example_*.py` is an executable script that gives some output.

gallery.png

-5.57 MB
Binary file not shown.
48.3 KB
Loading

0 commit comments

Comments
 (0)