Death Star: Difference between revisions

m
GL update
m (changed a word to plural (;Tasks:).)
m (GL update)
Line 1,189:
=={{header|Julia}}==
<lang julia># run in REPL
using MakieGLMakie
 
function deathstar()
Line 1,202:
scene = Scene(backgroundcolor=:black)
surface!(scene, x, y, z, color = rand(RGBAf0, 124, 124), show_axis=false)
return scene
end
 
scene = deathstar()
</lang>
 
4,103

edits