I would like to work on Sanny Builder #217
-
Hi, I am running GTA SA on Linux using Wine. I wish there was a CLEO/SCM compiler that can integrate with existing editors like VSCode or Vim on Linux. The current one runs on Wine, but it's not nice to use because wine is not well integrated with the rest of the system. DPI scaling doesn't work properly, some UI elements glitch out, etc. I see that Sanny Builder code is not on GitHub. Is it available else where? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It wouldn't be difficult to write integrate Sanny Builder with VS Code since it already has CLI commands. |
Beta Was this translation helpful? Give feedback.
-
@itsfarseen Hello 👋 Thank you for your interest in Sanny Builder. Unfortunately there is no way for source code to become available any time soon. Sanny Builder is made using very old compiler (Delphi7) with custom components that are not available for download anymore. Setup process would a bit complicated for people to adopt. I'm trying to open-source as many parts of SB as I can with some core methods published as core.dll library. It has an advanced parser for Sanny Builder code that I plan to use at some point in the compiler. If you're interested, we can discuss how you can help developing it. Otherwise, as was suggested, you can use SB CLI to utilize its functionality in VS Code. Or you can take a look at https://github.com/thelink2012/gta3sc which is an alternative compiler toolchain for SCM/CLEO code with VS Code integration. |
Beta Was this translation helpful? Give feedback.
@itsfarseen Hello 👋
Thank you for your interest in Sanny Builder. Unfortunately there is no way for source code to become available any time soon. Sanny Builder is made using very old compiler (Delphi7) with custom components that are not available for download anymore. Setup process would a bit complicated for people to adopt.
I'm trying to open-source as many parts of SB as I can with some core methods published as core.dll library. It has an advanced parser for Sanny Builder code that I plan to use at some point in the compiler. If you're interested, we can discuss how you can help developing it.
Otherwise, as was suggested, you can use SB CLI to utilize its functionality in VS Code. O…