An open API service indexing awesome lists of open source software.

https://github.com/insoft-uk/primesdk

PrimeSDK for the HP Prime, PPL+ is a pre-processor utility designed to improve code maintainability and readability in the HP Programming Language (PPL). PPL+ also allows one to define regular expressions to assist in the preprocessing workflow.
https://github.com/insoft-uk/primesdk

calculator development graphical-calculator hp-prime macos ppl sdk

Last synced: 2 days ago
JSON representation

PrimeSDK for the HP Prime, PPL+ is a pre-processor utility designed to improve code maintainability and readability in the HP Programming Language (PPL). PPL+ also allows one to define regular expressions to assist in the preprocessing workflow.

Awesome Lists containing this project

README

          

### HP Prime G2

Graphing calculator HP Prime has a **3.5-inch full color touch screen**, that delivers touch screen or keypad interaction. **A range of advanced built-in and programmable functions**, a rechargeable built-in long-life Li-Ion battery, easy way to **switch between RPN, textbook and algebraic entry-system logic**, an optional Wi-Fi adapter and more makes HP Prime the leading edge in graphing calculators.

more...

# Code Editor for HP Prime Programming Language
Edit your PPL code.

### Xprime Code Editor for PPL
Edit your PPL or PPL+ code for the HP Prime.

# Command-Line Tools for macOS
The command-line tools are bundled with Xprime. While they are used internally by Xprime, they can also be accessed externally via the terminal. They are located at `/Applications/Xprime.app/Contents/Developer/usr/bin`.

### PPL+ Pre-Processor for PPL
PPL+ is a pre-processor designed to improve code maintainability and readability in the HP Programming Language (PPL). PPL+ also allows one to define regular expressions to assist in the preprocessing workflow. The final output is a compact, optimized PPL program file tailored to the HP Prime’s limited storage capacity.

### Minifier & Compressor for PPL Code
Minification of your code results in it taking up less space, making it use less storage of your HP Prime's storage memory giving you more space for more programs.

### Reformater for PPL Code
Reformating your code enforce a consistent coding style throughout your project, making it easier for multiple developers to work on the same codebase. It helps maintain a uniform look and feel, which can enhance code readability. Readability: Well-formatted code is easier to read and understand.

### GROB for PPL Code
A utility that generates PPL code from image files for use with the **GROB** library, enabling the creation of graphic objects for use with the BLIT and BLIT_P functions on the HP Prime calculator.

### Adafruit GFX Font Converter
A handy utility for converting Adafruit_GFX .h files to the .prgm format, for use with the **HP** library to render Adafruit GFX fonts.

### HP Prime Program Tool
This utility tool provides the ability to extract **PPL** code from an HP Prime `.hpprgm` file. The tool can also convert source code .prgm file/s to .hpprgm G1 format, while G1 is the old .hpprgm format it's still supported by the HP Prime Connectivity Kit and will be converted to the latest .hpprgm fornat.

## Library for HP Prime
**ColorSpace**, **GROB** and **HP**