Skip to content

Setting up SGDK with Visual Studio Code for a portable enviorment, SGDK and a mega drive emulator (gens) is included.

Notifications You must be signed in to change notification settings

H4shtagInclude/SEGA_VSCode_Template_Portable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SGDK Visual Studio Code Template

Getting the code

  • To get the code all you need to do is clone the repository with this simple command.
git clone https://github.com/H4shtagInclude/SEGA_VSCode_Template_Portable.git --recursive
  • If you get an error like...
    'git' is not recognized as an internal or external command, operable program or batch file.
    you most likely need to install git either by going to Git for Windows or using the Chocolatey Package Manager
    If you are of the special type, you can also use Winget

    • Installing git with Chocolatey
      choco install git
    • Installing git with Winget
      winget install git

Making a workspace for your project

This is quite simple, just open up Visual Studio Code and press Control + K or Control + O to open a directory or File > Open Folder.
You will get a prompt asking if the directory is safe to open, click Yes, I trust the authors. This can be changed later

Now you've got a temporary workspace, you can save it by going to File > Save Workspace As...

Building your sega genesis/mega drive program.

Emphasis on the word "Program" as the SGDK can be used for more than Game Development.
To instantly build your program just press Control + Shift + B or Terminal > Run Build Task

About

Setting up SGDK with Visual Studio Code for a portable enviorment, SGDK and a mega drive emulator (gens) is included.

Topics

Resources

Stars

Watchers

Forks

Languages

  • C 61.7%
  • HTML 19.6%
  • Java 12.9%
  • Assembly 4.3%
  • JavaScript 0.8%
  • CSS 0.4%
  • Other 0.3%