GLVisualize.jl
GLVisualize.jl copied to clipboard
Visualization library written in Julia and OpenGL
You're receiving this pull request because the now-deprecated [Julia TagBot GitHub App](https://github.com/apps/julia-tagbot) is installed for this repository. This pull request installs [TagBot as a GitHub Action](https://github.com/marketplace/actions/julia-tagbot). If this PR does...
True volume rendering rendering algorithm I tried to render a dataset (3d array of intensities) and only Maximum Intensity Projection makes it look somehow realistic, although I see a lot...
I get following error ``` julia> import Pkg julia> Pkg.add("GLVisualize") Updating registry at `~/.julia/registries/General` Updating git-repo `https://github.com/JuliaRegistries/General.git` Resolving package versions... ERROR: Unsatisfiable requirements detected for package GLVisualize [4086de5b]: GLVisualize [4086de5b]...
* hope it is non breaking with previous use of a single `light` field (with backlighting) * include above example * not completely sure if `assemble_shader` in `utils.jl` is the...
Just to trig femtocleaner Helps #259
Environment: glxinfo | grep "OpenGL" : OpenGL vendor string: NVIDIA Corporation OpenGL renderer string: GeForce GTX 1060/PCIe/SSE2 OpenGL core profile version string: 4.5.0 NVIDIA 384.111 OpenGL core profile shading language...
I tried running the Mesh example from the docs and got ``` MethodError: no method matching view(::GLAbstraction.Context{GLAbstraction.DeviceUnit}, ::GLWindow.Screen) ```
Hi, I noticed that the `*.mp4` videos I have created using `GLVisualize.jl` doesn't seem to show properly in some of the standard video players like Quicktime Player or Windows Media...
Hello, I was wondering if GLVisualize was the right package to go with to create a neuropsychological experiment creation package, which lacks in the Julia package environment but could be...