Skip to content

v1.0

Compare
Choose a tag to compare
@FMXExpress FMXExpress released this 10 Jun 15:34
· 11 commits to main since this release
3d05021

The CodeDroidAI Desktop client is a powerful UI for generate code and forms for Delphi and C++Builder. Comes with the ability to verify Delphi and C++ code by compiling it and then reporting errors back to ChatGPT. Also supports other LLMs like Vicuna-13b. Includes a built in template system to add additional code generation options.

Built in functionality includes:

  • Generate Procedures
  • Code Analysis
  • Comment Code
  • Generate A FMX Form
  • Convert Delphi Code To Borland C++
  • Upgrade Delphi ANSI Code To Unicode
  • Generate A VCL Form
  • Convert A VCL Form To FMX
  • Convert FPC Code To Delphi
  • Convert Delphi Code To Inline ASM
  • Optimize Code
  • Translate Between Languages