I tried to make atree on python.
Here is the result:
You need Python 3.7 (I haven't test other versions) and pygame
Install pygame as follows: pip install pygame>=2.0.0.dev6
And now run the application: python atree.py
The tree is built of two spirals. These 11 lines of code render one line on spiral. It includes 3d projection and background shadow. Almost the same as this wiki image: