Skip to content

Kipixelle/harfang-go

 
 

Repository files navigation

image

harfang-go release (latest SemVer) Go Doc Go Report Card

Harfang for GO

3D real time visualization framework

Harfang is a 3D real time visualization framework for the industry, the education and for scientists. It grants developpers the ability to create applications ranging from data visualization to games.

See https://www.harfang3d.com/license for licensing terms.

Installation

go get github.com/harfang3d/harfang-go/v3

Quickstart

  1. Download the tutorials https://github.com/harfang3d/tutorials-hg2 and unzip them to your computer (eg. d:/tutorials-hg2).
  2. To compile the tutorial resources, download assetc for your platform: https://dev.harfang3d.com/releases/
  3. Drag and drop the tutorial resources folder on the `assetc executable -OR- execute assetc passing it the path to the tutorial resources folder (eg. assetc d:/tutorials-hg2/resources).

image

After the compilation process finishes, you should see a resources_compiled folder next to the resources folder. You can now execute the tutorials from the folder you unzipped them to.

D:\tutorials-hg2>go run draw_lines.go

Alternatively you can open the tutorial folder and run the provided debug targets using Visual Studio Code

Screenshots

The following screenshots were captured on a 2070RTX in 1080P running at 60FPS, GI is performed using screen space raytracing and does not require RTX capable hardware.

Cyber City (CyberPunk City, CyberPunk Girl and Robot R32 by art-equilibrium, ILranch and ZeroArt3d)

image

image

Sun Temple (Sun Temple, courtesy of the Open Research Content Archive)

image

image

Cafe Exterior (Bistro, courtesy of the Open Research Content Archive)

image

image

Sponza Atrium (Sponza Atrium GLTF, courtesy of Crytek/Themaister)

image

image

Features

Scene API

  • Node & component based
  • Performance oriented

Rendering pipeline

  • Low-spec PBR rendering pipeline
  • High-spec 'AAA' rendering pipeline (screen space GI & reflection)
  • Support of user pipeline shaders

VR API

  • VR support via OpenVR/SteamVR with Eye tracking
  • Compatible with the HTC Vive/Vive Pro, Valve Index, Lenovo Explorer, Oculus Rift S

Physics API

  • Rigid bodies, collisions, mechanical constraints
  • Ray casting
  • Fast & accurate

Audio API

  • Play/stream WAV/OGG formats
  • 3D audio spatialization

More information on https://www.harfang3d.com/

About

HARFANG 3D engine for the Go language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 78.3%
  • C 21.7%