Skip to content

A fast and light library for GPU-based computation.

Notifications You must be signed in to change notification settings

alucantonio/Neutrino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEUTRINO LIBRARY

A fast and light library for GPU-based computation and interactive data visualization.

www.neutrino.codes

© Alessandro LUCANTONIO, Erik ZORZIN - 2018-2021

Overview

Neutrino is a C++ library that facilitates writing parallel code running on GPU hardware combining the power of the OpenCL computational framework with the OpenGL graphics language (see https://www.neutrino.codes).

Neutrino can be installed on Linux (see: Linux installation) or Windows (see: Windows installation).

Hardware requirements

  • GPU having the OpenCL-OpenGL interoperability mode (cl_khr_gl_sharing extension available: it can be verified by running Clinfo).

Software requirements

Examples

Neutrino-based example applications che be found at the Examples repository: https://github.com/NeutrinoCodes/Examples.

© Alessandro LUCANTONIO, Erik ZORZIN - 2018-2021

About

A fast and light library for GPU-based computation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • CMake 1.7%