My old project for strange attractors
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 

40 lines
727 B

input: "attractor"
output: "png"
attractor: {
type: "unravel"
dimensions: "3"
iterations: "1000000"
parameters: {
:"-0.78"
:"2.042"
:"1.22"
:"-1.267"
:"1.37"
:"2.3"
:"-2.195"
}
}
projector: {
type: "lineair map"
domainDimension: "3"
codomainDimensions: "2"
matrix : {
:{ :"1" :"0" :".2" }
:{ :"0" :"1" :".2" }
}
}
png: {
width: "3200"
height: "3200"
}
/media/Data/Code/C/AwesomeAttractor/Attractor.cpp|80|error: cannot convert ‘std::basic_string<char, std::char_traits<char>, std::allocator<char> >’ to ‘const char*’ for argument ‘1’ to ‘double atof(const char*)’|