Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Feb 10, 2024
2 parents 2b6faa2 + eebdf1a commit e1e7e40
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/request_feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Request feature
about: Create a request for a nice feature
title: ''
labels: 'requestFeat'
assignees: ''

---

**Describe the wished feature**
A clear and concise description of what the you would like to be added.
If applicable, add screenshots/schemes to help explain your problem.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

<p align="center">
<img src="https://github.com/ibois-epfl/script-sync/actions/workflows/rhinoplugin.yml/badge.svg">
<img src="https://github.com/ibois-epfl/script-sync/actions/workflows/ghuserbuild.yml/badge.svg">
<img src="https://github.com/ibois-epfl/script-sync/actions/workflows/vscodeext.yml/badge.svg">
</p>

# script-sync

Rhino/VSCode plug-in to run C# and Python (IronPython or CPython) scripts directly from VSCode.
Rhino/VSCode plug-in to run C# and Python (IronPython or CPython) scripts directly from VSCode. This project is part of the research activities of the [IBOIS lab](https://www.epfl.ch/labs/ibois/) at EPFL. It was developed and currently maintained by [Andrea Settimi](https://github.com/9and3).

![record_vid_gif20fps](https://github.com/ibois-epfl/script-sync/assets/50238678/7ccb2aa5-e646-45cd-9657-95776d24a48a)

Expand Down Expand Up @@ -44,9 +45,6 @@ All contributions are welcome. Have a look at the [contribution guidelines](CONT

There are a lot of plug-ins that allow to run Python in Rhino. Among them, [CodeListener](https://github.com/ccc159/CodeListener) was working until RhinoV8 and it was a source of inspiration for this project. This is a simplified version, but it can run `C#` and both `IronPython` and `CPython` in RhinoV8.

## Citation
This project is part of the research activities of the [IBOIS lab](https://www.epfl.ch/labs/ibois/) at EPFL. It was developed by [Andrea Settimi](https://github.com/9and3).

## For more information

* [GitHub repo](https://github.com/ibois-epfl/script-sync)
Expand Down

0 comments on commit e1e7e40

Please sign in to comment.