Currently I have implemented wrappers for dat.GUI ...
# javascript
l
Currently I have implemented wrappers for dat.GUI that ships with the three.kt wrappers above. The problem is that the code wont run without loading dat.GUI.js runtime. I want it to be optional
b
why do you ship them together?
isn’t better to create two separate libraries?
l
alot of work
b
why a lot?
do they share any code?
l
no
b
so, can you create two separate subprojects?
l
yes, but then I need to ship dat.GUI sepratly to users as well
b
is it problem?
l
well
b
actually you can pack them in one jar
if it’s critical to ship them together
but I think it would be better to heve two separate libraries
l
actually its importing it in an example that causes the problem
see my last comment in the main thread