Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed May 2, 2024
2 parents 7db2e90 + 2f1481b commit a0e6aec
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,4 @@ 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.

# For code maintainers
Follow the instructions in [RELEASE.md](RELEASE.md) to release a new version of the package.

## Roadmap
- [x] publish yak package + auto pipeline
- [x] publish on tools website lab
- [x] add instructions for dev and contribution
- [x] write ci
- [ ] write tests
- [ ] ci action to publish automatic releases
- [ ] possibly redirect output from RhinoApp.RunScript() to vscode consoles or log file
- [ ] add intellisense for C# and Python Rhino in vscode
- [ ] (optional) add C# support for Grasshopper
Packages are published (`.yak` and `.vsix`) automatically when a GitHub release is created.

0 comments on commit a0e6aec

Please sign in to comment.