OpenGL/Utah teapot: Difference between revisions

Content added Content deleted
(julia example)
Line 211: Line 211:


=={{header|Julia}}==
=={{header|Julia}}==
Makie implements OpenGL as part of its plotting functionality. The files are from the University of Utah site.
Makie implements OpenGL shading graphics as part of its plotting functionality. The files are from the University of Utah site.
<lang Julia>using Makie, FileIO, InfoZIP
<lang Julia>using Makie, FileIO, InfoZIP


Line 225: Line 225:
display(scene)
display(scene)
</lang>
</lang>



=={{header|Kotlin}}==
=={{header|Kotlin}}==