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.
 
 
 

38 lines
687 B

input: "attractor"
output: "png"
attractor: {
type: "polynomial"
dimensions: "3"
orde: "2"
iterations: "1000000"
parameters: {
:"1.0"
:"0.0"
:"2.0"
:"0.0"
}
}
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*)’|