Skip to content

lethunder/cadviewer-script-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cadviewer-script-library

Use this version with global DOM scope with back-end conversion scripts and CAD converters for PHP, .NET, .NET Core, Servlets, Laravel and NodeJS. For front-end frameworks ReactJS, Angular and VueJS, use npm installer: npm i cadviewer.

Documentation

How To Install CADViewer

Troubleshooting

One issue that often appears in installations is that interface icons do not display properly:

Icons

Typically the variables ServerUrl, ServerLocation or ServerBackEndUrl in the controlling HTML document in /cadviewer/html/ are not set to reflect the front-end server url or port.

    var ServerBackEndUrl = "";  // or what is appropriate for my server; used for NodeJS server only
    var ServerUrl = "http://localhost/cadviewer/";   // or what is appropriate for my server
    var ServerLocation = "c:/xampp/htdocs/cadviewer/"; // or what is appropriate for my server

Have Fun! - and get in touch with us!

About

CADViewer Script Library for PHP, .NET, .NET Core, Servlets, Laravel and NodeJS implementations.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 39.8%
  • HTML 28.7%
  • CSS 28.0%
  • Ragel 3.5%