A focused development environment for AlibreScript.
Its purpose is to instantly have a code editor setup that understands AlibreScript for learning and exploring the API without requiring Alibre Design or the Alibre Script addon, especially when you need to think through an idea or need to know what method parameters are available for a function.
Beta/PoC release is hosted on CodePen custom domain and production deployment are planned.
Beta/PoC URL -> https://000719658.deployed.codepen.website
- AlibreScript Playground is made with a toolkit for building playground UIs and apps. Playground toolkit is part of a broader effort in development. CAD DDE is a desktop implementation and AlibreScript Playground is a web implementation. Integration with a host application is required for true type inference, object model access and general communication between the editor (AlibreScript Playground) and the host (Alibre Design).
- Example and template code included in the application may not be compatible with Alibre Design’s Alibre Script addon. I use AlibreScript with Python 3 and IronPython 2.7 (IronPython 3.0) and suggest using an LLM for converting to and from Python versions and IronPython engines.
- Autocomplete and documentation improvements
- AlibreScript API auditing
- AlibreX API
- File management using local storage
- AI features
- Feature requests, issues and questions contact via Discord or GitHub Issues
- Free use, tip/donate and usage licenses will be available
- AlibreScript Playground is closed source