Skip to content

DvvCz/propc-online

Repository files navigation

PropC Online Deploy License

Program in C/C++ with Propeller C for Parallax Activity Boards. This is an alternative to the solo editor and essentially SimpleIDE in your browser.

Uses monaco for the editor, BlocklyPropLauncher to communicate with your processor, and Cloud-Compiler (hosted on solo) to compile the PropC code.

👉 Try Me 👈

Features

  • Diagnostics in your IDE (warnings/editors) 📈
  • Sleek monaco editor w/ dark & light themes
  • Autocomplete from Parallax Standard Libraries
  • Autosave your sessions (Configs at the top, alongside your code in every file)
  • Multiple files to keep your project organized.
  • Automatic compilation as you type
  • Import straight from Github :octocat:
  • Minimal, only really depends on the monaco editor actively developed by microsoft.

Previews

Multiple files

multifiles

Overview

overview

Why?

I created this project in my freetime during high school for use in my Vex Robotics projects. This is because the website provided by parallax to program the robot uses block programming which is clunky and very quickly causes freezes, especially on school laptops. Students can use this as an alternative assuming they have basic knowledge of C programming.

It is MIT licensed for your convenience to learn from and use.

As of June 2022, this project will not be actively developed considering I won't have access to a Parallax processor anymore since I've graduated. I will still try and keep it up to date and accept pull requests and issues.