Skip to content

UAIbot/UAIbotJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UAIbotJS

⭐Star us on GitHub — it motivates us a lot!

This is a version of the UAIbot simulator entirely written in JavaScript. UAIBot is a web-based robotic simulator. With UAIBot you can create interactive 3D simulations of robotic systems that run directly in the browser (like the one bellow 👇)


See a live demo of the Simulation shown above clicking here

Getting Started

Direct Download

You can download the files directly from GitHub and import UAIbot as an ES6 module.

import  *  as  UAIbot  from path/to/UAIbot.local.js

In this case remember to use the .local version of the module.

CDN

You can also use the jsDelivr CDN.

import  *  as  UAIbot  from 'https://cdn.jsdelivr.net/gh/UAIbot/UAIbotJS@v1.0.1/UAIbotJS/UAIbot.js'

How to use the simulator

Please see the UAIBot documentation.

Issue

This repository is maintained actively, so if you face any issue please raise an issue.

Contributing

  1. File an issue to notify the maintainers about what you're working on.
  2. Fork the repo, develop and test your code changes, add docs.
  3. Make sure that your commit messages clearly describe the changes.
  4. Send a pull request.

License

The code is available under the MIT License.