pageldev/odrviewer

source code

Closed this issue · 6 comments

I am a cardholder from China. Can you open source the core code? I really need him now, and I will label the original author. Thank you very much

I'm not planning on releasing the source code. What do you need it for?

I just want to visualize XODR in the intranet. Currently, I only have 2D visualization, and I need 3D now. 3D looks even more cool

If it's really not open source, then I'll use the online version

Or if you have a similar open source project, you can recommend it to me

You can host it offline or in the intranet by simply downloading the files and serving them. Like this:

wget https://odrviewer.io/viewer.js https://odrviewer.io/viewer.wasm https://odrviewer.io/viewer.data https://odrviewer.io/index.html https://odrviewer.io/fonts/bootstrap.min.css https://odrviewer.io/fonts/font-awesome.min.css https://odrviewer.io/fonts/fontawesome-webfont.woff2 
mkdir fonts
mv bootstrap.min.css font-awesome.min.css fontawesome-webfont.woff2 fonts/
python3 -m http.server

I'll give it a try. Thank you very much