patrickReiis / mesh-3D-surface

HTTP Server that returns a mesh 3D surface. The surface can be modified through HTTP request parameters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3D Mesh Surface HTTP Server in Go

A program for creating 3d mesh surface.

Running

  1. Install Go
  2. In the mesh-3D-surface directory, use go build to make the executable.
  3. Run the executable.
  4. In the browser, open localhost:8080

Query Parameters

  • height=<number>
  • width=<number>
  • color=<color in HEX format, without the initial # character >

Credits

I learned it in the "The Go Programming Language" book.

About

HTTP Server that returns a mesh 3D surface. The surface can be modified through HTTP request parameters.


Languages

Language:Go 100.0%