Overview Version History Q & A Rating & Review
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
)
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)
Install
Extension Settings
You can define some options like below:
{
/// 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
}
MileStone
Install:
Support ege downloading & install.
Compiler:
Support vs2019 and later
Support MingW + GCC
Solution:
Support single file compile & run
Support Visual Studio
template generation.
Support CMake template generation.
Platform:
Windows 10 and later
MacOS via WINE