eulumdat-wasm 0.3.0

WebAssembly Eulumdat (LDT/IES) Editor - Browser-based photometric file editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build]
target = "index.html"
dist = "dist"

[watch]
watch = ["src", "index.html"]

[serve]
addresses = ["127.0.0.1"]
port = 8044
open = false

[[hooks]]
stage = "post_build"
command = "sh"
command_arguments = ["-c", "cp -r src/static/* dist/ 2>/dev/null || true"]

# Bevy 3D viewer is now in src/static/bevy and gets copied by the first hook