Entwicklung
Welche Umgebungen und Tools für die Entwicklung von GDL-Objekten gibt es und welche Vor- un Nachteile haben sie.
- Visual Studio Code + GDL extension Visual Studio Code (VSC) is a free code editor from Microsoft that runs on Windows and Mac and has similar features to Sublime Text.
- Sublime Text + gdl-sublime Sublime Text is considered by many free and professional developers of all kinds of programming languages, but primarily for web applications, to be the ultimate editor.
- GDL nucleus While Archicad internally works with binary GSM files, GDLnucleus consistently relies on text-based development. GSM objects are decomposed into XML and GDL files, edited in a structured manner, and then reliably reassembled.
- XML Converter The LP_XMLConverter is a command-line tool that serves to convert GSM files to XML files and vice versa, so that the originally binary GSM format is machine and human readable.
- PHP + mySQL for script generation of manufacturer data How to generate scripts from manufacturer data using PHP and mySQL databases, which convert this manufacturer data into GDL scripts