Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>egeNew to Visual Studio Code? Get it now.
ege

ege

wysaid

|
1,912 installs
| (0) | Free
Auto configuration for ege (https://xege.org)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Plugin for Easy Graphics Engine

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

  • Search ege in the Visual Studio Store.
  • Get it at https://marketplace.visualstudio.com/items?itemName=wysaid.ege

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
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft