Whitebrim / VSCode-PlaydateTemplate

This template will help you with autocompletion and running your code in simulator. Windows & Linux.
202 stars 25 forks source link

Add Linux build/run script and .vscode dir #14

Closed adam820 closed 1 year ago

adam820 commented 1 year ago

Hello! If you're interested, I have created a Linux-based build/run script and .vscode-directory directory for easier non-Windows setup. Since this was originally Windows-first this strives to not step on any toes; setting up for Linux requires a simple rename/delete of the existing .vscode folder and replacing it with .vscode-linux.

The script features some of the following:

I've also updated the README to include instructions on setup. If you're not interested in this PR, feel free to close it and I will continue to maintain it on my fork/branch.

playdate_linux_build

playdate_linux_vscode

Whitebrim commented 1 year ago

Great work, I hope you'll maintain your linux part of this repo if there'll be any issues.