Skip to content

TheMindVirus/pyshader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyshader

Python 3.9.4 Graphics and Compute Shader Framework and Primitives with no external module dependencies

screenshot

  • Fully programmable shader model (even the parts which are usually closed source)
  • Features two new (ported) types: fixed2 and fixed4 which allow use of variables with two names (e.g. f2.r f2.x)
  • Future Work: Test the untested subscripts (e.g. f4.rgba f4.xyzw, f4.rgb f4.xyz, f2.xy f2.uv, etc...) and add new ones

About

Python 3.9.4 Graphics and Compute Shader Framework and Primitives with no external module dependencies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages