Comprehensive source for Alibre development resources: starter projects, templates, and tooling. Includes addons and tools as submodules. This repository is for development and is tightly integrated with my internal processes and pipeline.
For organizational purposes I've created the-tool-store for repositories with releases, downloadable zips, installers or web-based installers. For add-ons/plug-ins/extensions and Web, CLI or GUI applications.
- Not Ready
| Template | Language | Description |
|---|---|---|
| Alibre Script AddOn (C#) | C# | C# Alibre Design AddOn with IronPython scripting support |
| Alibre Single File AddOn (C#) | C# | Simple C# Alibre Design AddOn with menu integration |
| Alibre Single File AddOn with Ribbon (C#) | C# | C# Alibre Design AddOn with dedicated Ribbon tab |
| Alibre Script AddOn (F#) | F# | F# Alibre Design AddOn with IronPython scripting support |
| Alibre Single File AddOn (F#) | F# | Simple F# Alibre Design AddOn with menu integration |
| Alibre Single File AddOn with Ribbon (F#) | F# | F# Alibre Design AddOn with dedicated Ribbon tab |
| Alibre Script AddOn (VB.NET) | VB.NET | VB.NET Alibre Design AddOn with IronPython scripting support |
| Alibre Single File AddOn (VB.NET) | VB.NET | Simple VB.NET Alibre Design AddOn with menu integration |
| Alibre Single File AddOn with Ribbon (VB.NET) | VB.NET | VB.NET Alibre Design AddOn with dedicated Ribbon tab |
| Template | Language | Description |
|---|---|---|
| Alibre Command (C#) | C# | Adds a new Alibre Command to your project |
| Alibre Command (F#) | F# | Adds a new Alibre Command to your project |
| Alibre Command (VB.NET) | VB.NET | Adds a new Alibre Command to your project |
Visual Studio extension is the method of accessing AlibreX and AlibreScript for .NET development project templates, starter/example projects, and item templates.
AlibreScript Visual Studio Code Extension
AlibreScript Visual Studio Code Extension Repository
VS Code extension is designed for AlibreScript Python/IronPython development.
AlibreScript Playground Repository
AlibreScript Playground is a standalone tool for learning and exploring the AlibreScript API in a web browser.
- Not Ready