A program for creating 3d mesh surface.
- Install Go
- In the
mesh-3D-surface
directory, usego build
to make the executable. - Run the executable.
- In the browser, open
localhost:8080
- height=<number>
- width=<number>
- color=<color in HEX format, without the initial # character >
I learned it in the "The Go Programming Language" book.