Skip to content

Instantly share code, notes, and snippets.

using Sockets
using Logging
using Makie, AbstractPlotting
using Observables
using Dates
using LazyJSON
using DelimitedFiles
# Stores the last received string.
const input_string = Node("")
using Sockets
using Logging
using Makie, AbstractPlotting
using Observables
using LazyJSON
# Stores the last received string.
const input_string = Node("")
# Stores the parsed vector.
(makie-master) pkg> test Makie
Testing Makie
Resolving package versions...
Status `C:\Users\cstamas\AppData\Local\Temp\jl_6F52.tmp\Manifest.toml`
[621f4979] AbstractFFTs v0.4.1
[537997a7] AbstractPlotting v0.9.7 #master (https://github.com/JuliaPlots/AbstractPlotting.jl.git)
[7d9fca2a] Arpack v0.3.1
[4fba245c] ArrayInterface v0.1.1
[13072b0f] AxisAlgorithms v1.0.0
[39de3d68] AxisArrays v0.3.0
(makie-master) pkg> test Makie
Testing Makie
Resolving package versions...
Status `C:\Users\cstamas\AppData\Local\Temp\jl_C9E.tmp\Manifest.toml`
[621f4979] AbstractFFTs v0.4.1
[537997a7] AbstractPlotting v0.9.7 #master (https://github.com/JuliaPlots/AbstractPlotting.jl.git)
[7d9fca2a] Arpack v0.3.1
[4fba245c] ArrayInterface v0.1.1
[13072b0f] AxisAlgorithms v1.0.0
[39de3d68] AxisArrays v0.3.0
julia> using PackageCompiler
julia> PackageCompiler.compile_incremental(:Makie, :AbstractPlotting, force = false)
[ Info: Recompiling stale cache file C:\Users\cstamas\.julia\compiled\v1.1\Makie\iZ1Bl.ji for Makie [ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a]
WARNING: using GLAbstraction.update! in module GLMakie conflicts with an existing identifier.
Updating registry at `C:\Users\cstamas\.julia\registries\General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Resolving package versions...
Updating `C:\Users\cstamas\.julia\packages\PackageCompiler\fF1RF\packages\Makie\Project.toml`
[537997a7] + AbstractPlotting v0.9.7
C:\Users\cstamas\Documents\Coding\makie_precompile>julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ | Type "?" for help, "]?" for Pkg help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 1.1.1 (2019-05-16)
_/ |\__'_|_|_|\__'_| | Official https://julialang.org/ release
|__/ |
@cserteGT3
cserteGT3 / rodrigues.jl
Created April 4, 2019 07:16
Included in generatesamples.jl
module RodriguesRotations
using LinearAlgebra
using ZChop: zchop
export rodriguesdeg, rodriguesrad
"""
rodrigues(nv, Θ)
module samples
include("rodrigues.jl")
using LinearAlgebra: normalize, normalize!, cross, norm
using .RodriguesRotations: rodriguesrad, rodriguesdeg
using AbstractPlotting: Point3f0
using StaticArrays: SVector
using ZChop: zchop!