Skip to content

Commit

Permalink
Merge pull request #12713 from micahscopes/master
Browse files Browse the repository at this point in the history
GLSL code printer
  • Loading branch information
bjodah committed Aug 2, 2017
2 parents 9eb138d + 738e68a commit 0b61acb
Show file tree
Hide file tree
Showing 4 changed files with 1,391 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sympy/__init__.py
Expand Up @@ -80,7 +80,7 @@ def __sympy_debug():
from .printing import pretty, pretty_print, pprint, pprint_use_unicode, \
pprint_try_use_unicode, print_gtk, print_tree, pager_print, TableForm
from .printing import rcode, ccode, fcode, jscode, julia_code, mathematica_code, \
octave_code, latex, preview, rust_code, mathml, cxxcode
octave_code, latex, preview, rust_code, mathml, glsl_code, cxxcode
from .printing import python, print_python, srepr, sstr, sstrrepr
from .interactive import init_session, init_printing

Expand Down
1 change: 1 addition & 0 deletions sympy/printing/__init__.py
Expand Up @@ -6,6 +6,7 @@
from .mathml import mathml, print_mathml
from .python import python, print_python
from .ccode import ccode, print_ccode
from .glsl import glsl_code, print_glsl
from .cxxcode import cxxcode
from .fcode import fcode, print_fcode
from .rcode import rcode, print_rcode
Expand Down

0 comments on commit 0b61acb

Please sign in to comment.