Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 540 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 540 Bytes

Video

click to watch the video

Installation

Prerequisites

  • go version 1.21.5 or later
# clone the repo
git clone https://github.com/kevindotklein/go-3d-renderer.git

# navigate to directory
cd go-3d-renderer

# download modules
go mod download

# build
go build -o main ./cmd/renderer/main.go

# run
./main