Skip to content

Latest commit

 

History

History
102 lines (88 loc) · 8.91 KB

Computer-Graphics.md

File metadata and controls

102 lines (88 loc) · 8.91 KB

Graphics and other Visualization libraries and packages. Also includes blog links narrating user experiences and howto's.

YAJO

  • JuliaGL :: Julia packages for the OpenGL API and ecosystem.
  • JuliaGraphics an umbrella group on Github, unifying the following packages: GLUtil.jl, GLWindow.jl, GLFW.jl, Processing.jl, SDL.jl

GRAPHICS

  • GLFW.jl :: Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.
  • GLUT.jl :: A Julia interface to GLUT. Ref: OpenGL Utility Toolkit
DOCS

Games

CookBooks

Read other Julia users experiences with visualization and plotting

INFOGRAPHICS

Statistical Charts, Graphs, Plots, Histograms, Maps

  • VTK.jl :: VTK bindings for the Julia language.
  • Wavelets :: Implementation of Wavelet methods in Julia.
  • Wavelets.jl :: Fast Discrete Wavelet Transforms written in Julia.
  • Winston.jl :: 2D plotting for Julia.

API