Another C-based Hello World template

Hello folks,

I've started a new template project. The goals are:

  1. Use one IDE across both macOS and Windows
  2. No command-line necessary to make builds
  3. Supports C and Lua in the same IDE

Target IDE is VSCode (Visual Studio Code for search).

Status at the moment is that on my machines, I can build the simulator PDX on Windows and macOS using the default build task in VS Code, which is a really good starting point IMO.

If anyone wants to try it out and let me know if I missed out any steps in the documentation for setting up the project on your local machine, please let me know!!

1 Like

This has been updated and builds to simulator and device on mac and windows now!

If you try this and have trouble, drop a line and hopefully we can solve it and update the docs.