ThreeJS.jl
ThreeJS.jl copied to clipboard
Julia interface to WebGL using Three-js custom elements and Patchwork.jl
julia version 1.3.0 ``` julia> Pkg.add("ThreeJS") ERROR: The following package names could not be resolved: * ThreeJS (not found in project, manifest or registry) Please specify by known `name=uuid`. Stacktrace:...
This package looks cool but I was not able to install for Julia 1.0. Do you have a plan to upgrade for Julia 1.0 myenv: ``` Julia Version 1.0.2 Commit...
Hello there! This is an automated pull request submitted by `@staticfloat` to help package authors transition their Julia installation CI setups to the new binary provider URL. Please take a...
The current specification of WebGL doesn't support 3D textures. This PR adds emulated 3D textures, by sending them to the GPU as a 2D texture and providing an appropriate look-up...
I'd like to add a `.jsbeautifyrc` to the JavaScript repository, which will make formatting very easy -- any reason this isn't a good idea?
Hi, I'm trying to run example from readme and have following error. Any idea what's wrong? 
I am using ThreeJS.jl for my physics master thesis project, with which I show dynamics of liquid drop. For now to get rendered pictures I take screenshoots, which works fine....
I keep seeing the `
if there is an example to show rendering of an image/bitmap, that would be awesome.
Hey there, i tried to get this interface running, but i get only the error above for the examples. Is this my fault or is the package broken at the...