Skip to content

stanford-iprl-lab/virtual-tools-backbone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtual-tools-backbone

Core code for virtual tools game worlds, built as a wrapper around pymunk / pygame

Setup

Clone this repo, then go into the top level directory, and:

  1. Create a conda environment called virtualtools (or any other name you'd like) using the command:

conda create --name virtualtools --file requirements.txt

  1. Add the python virtualtools package as a mutable install by using the command:

pip install -e .

About

Core code for virtual tools game worlds, built as a wrapper around pymunk / pygame

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%