A VSCode plugin to help the configuration of ege. Enjoy it!
Features
Generate EGE Projects with single click
Build and run single cpp files with EGE support.(graphics.h)
Add EGE CMake Project Template for C/C++ source.
Support MacOS/Linux (By mingw-w64 and wine)
Internationalization (i18n): Automatic language detection based on VS Code's display language
English (default)
中文 (Chinese) - automatically selected when VS Code's display language is Chinese
Generate project templates based on the EGE source code. The source mode will be periodically updated to the latest EGE code, making it easier to discover issues.
Deps
Windows: Visual Studio 2017/2019/2022/20XX+
MacOS: mingw-w64, wine-stable (wine64)
You can install via brew install mingw-w64 wine-stable
Linux: mingw-w64, wine64
You can install via apt install mingw-w64 wine64 (Ubuntu/Debian)
{
/// The url to get latest version of EGE (default: https://xege.org/download/ege-latest-version)
"ege.update_url": "",
"ege.showEditorContextMenu": true, // Show 'ege' in editor context menu
"ege.explorerContextMenu": true, // Show 'ege' in explorer context menu
}