Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use MeshCat.jl interact with dat.GUI elements? #192

Open
PikaPei opened this issue Dec 29, 2020 · 0 comments
Open

Can I use MeshCat.jl interact with dat.GUI elements? #192

PikaPei opened this issue Dec 29, 2020 · 0 comments
Labels
question Further information is requested

Comments

@PikaPei
Copy link

PikaPei commented Dec 29, 2020

Hi, I try to write some dat.GUI elements. I want to know if I can access them in Julia? Or I can only write functions in JavaScript?
For example, could I type the filename in the dat.GUI text box and use it to load *.obj file in Julia?

// add in src/index.js => class Viewer

let params = {
    obj_file: "example.obj"
}
this.gui.add(params, "obj_file").name("Load obj");

Thank you!

@ferrolho ferrolho added the question Further information is requested label May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants