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

https://github.com/feenkcom/algorithmer

A tool for visual construction of algorithms and their export to various languages
https://github.com/feenkcom/algorithmer

Last synced: 4 months ago
JSON representation

A tool for visual construction of algorithms and their export to various languages

Awesome Lists containing this project

README

          

# Algorithmer
A tool for visual construction of algorithms and their export to various languages

## Installation

Requires [Glamorous Toolkit](https://gtoolkit.com/download/ "Download GToolkit").

```smalltalk
Metacello new
baseline: 'GToolkitAlgorithmer';
repository: 'github://feenkcom/algorithmer:main/src';
load.
```

### Examples
Here is a classic `fizzbuzz` algorithm visualised in `algorithmer`:
![Fizzbuzz in algorithmer](https://github.com/feenkcom/gtoolkit-algorithmer/raw/main/screenshots/algorithmer.png)

### Export
Algorithms can be exported to various programming languages.

#### Export to Pharo
![Export to Pharo](https://github.com/feenkcom/algorithmer/raw/main/screenshots/export-pharo.png)

#### Export to Rust
![Export to Rust](https://github.com/feenkcom/algorithmer/raw/main/screenshots/export-rust.png)