Lichtenberg는 유전체 파괴의 예제 구현 Lichtenberg Figure
입니다.
핵심 알고리즘의 소스 코드는 C ++로 구현됩니다. 예는 Python (Pybind11을 통해)으로 작성됩니다.
(우분투의 경우) C ++ 컴파일러 및 CMAKE를 설치하십시오
sudo apt install build-essential cmake
이 저장소 복제 ( 재귀 옵션을 잊지 마십시오)
git clone --recursive https://github.com/chromia/lichtenberg.git
cd lichtenberg
setup.py로 설치하십시오
python setup.py install
예는 예/ 디렉토리에 있습니다
cd examples
python 01_basic.py
...
결과는 예/ 디렉토리로 출력됩니다 (예 : 예제/ 01_basic_gray.png)
문서/