Skip to content

sudokit/odin-slang

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

odin-slang

Odin bindings for slang shader language. libs and foreign imports are for windows only. PR for other systems are welcome.

The main COM API is handled, the reflection API bindings is WIP, as the original C API has been deprecated.

Running the example

  1. Copy slang/bin/slang.dll and slang/bin/slang-glsl.dll to the root directory.
  2. odin run example from the root directory. Credits go to @rapperup for making this hot-reloadable example
  3. Freely modify example/triangle.slang to test things out. The shader will hot-reload.

About

shader-slang bindings for odin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Odin 51.8%
  • Slang 48.2%