We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello
I'm trying to get old landscape generator to work.
https://openprocessing.org/sketch/46391#
But it requires a library that I can't seem to find. I understand it's old but if anyone could help I'd be very thankful.
import surface.calculation.*;
import surface.*
Answers
Maybe here
https://www.processing.org/discourse//beta/num_1153384366.html
github?
https://github.com/eskimoblood/surfacelib
Thanks for the help guys. Koogs that looks promising. Just trying to get it to work now but it doesn't recognise that it's there.
*Ok, got it all in but now I'm getting a big error.
Any of you wonderful people given it a go?
that is a loadFont error. are you loading fonts? do you have the files?
you can use createFont() instead - https://processing.org/reference/createFont_.html
just pick a common font and it should work