An open API service indexing awesome lists of open source software.

https://github.com/andburn/python-mojoparser

Convert DX9 shader bytecode to GLSL
https://github.com/andburn/python-mojoparser

Last synced: 4 months ago
JSON representation

Convert DX9 shader bytecode to GLSL

Awesome Lists containing this project

README

        

# MojoParser

A python module to convert DirectX9 shader bytecode to GLSL.

The main conversion is done using a *ctypes* wrapper around [MojoShader's](https://icculus.org/mojoshader/) parse function.

## Supported Formats
- ShaderModel 1.0 - 3.0
- GLSL 1.10 & 1.20

## Requirements
- [MojoShader library](https://icculus.org/mojoshader/)