Skip to content

takahiroharada/MiniGLSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniGLSL

The executables for macos (built on 10.13.6) & windows (built using vs2015) can be found under bin. Write a glsl, pass it to the program as the first command argument.

Confirmed working on modern AMD GPUs (2017) on MacOs and Windows.

Usage

Simply do

./bin/Mini64 [name of the glsl file]

For example, to run raytrace.glsl, on MacOs,

./bin/Mini64_macos raytrace

on Windows,

./bin/Mini64 raytrace

Examples

  • Ray tracing (direct illumination under a point light)

raytrace.glsl

  • Ambient occlusion

ao.glsl

  • Voronoi cell

voronoi.glsl

About

Mini GLSL test bed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages