{"id":24074915,"url":"https://github.com/johnthecoolingfan/stainless_script","last_synced_at":"2025-04-28T19:35:15.061Z","repository":{"id":63002637,"uuid":"562084947","full_name":"JohnTheCoolingFan/stainless_script","owner":"JohnTheCoolingFan","description":"A visual node-based programming language","archived":false,"fork":false,"pushed_at":"2025-01-01T10:43:23.000Z","size":247,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T11:28:42.614Z","etag":null,"topics":["language","programming-language","rust","scripting","scripting-engine","scripting-language","visual"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JohnTheCoolingFan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-05T09:04:40.000Z","updated_at":"2025-01-01T10:43:28.000Z","dependencies_parsed_at":"2024-01-01T16:41:23.771Z","dependency_job_id":null,"html_url":"https://github.com/JohnTheCoolingFan/stainless_script","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnTheCoolingFan%2Fstainless_script","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnTheCoolingFan%2Fstainless_script/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnTheCoolingFan%2Fstainless_script/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JohnTheCoolingFan%2Fstainless_script/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JohnTheCoolingFan","download_url":"https://codeload.github.com/JohnTheCoolingFan/stainless_script/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233236123,"owners_count":18645769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["language","programming-language","rust","scripting","scripting-engine","scripting-language","visual"],"created_at":"2025-01-09T18:22:44.627Z","updated_at":"2025-01-09T18:22:45.315Z","avatar_url":"https://github.com/JohnTheCoolingFan.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![crates.io](https://img.shields.io/crates/v/stainless_script?style=flat)](https://crates.io/crates/stainless_script) [![crates.io](https://img.shields.io/crates/d/stainless_script?style=flat)](https://crates.io/crates/stainless_script)\n\n# Stainless Script\n\nStainless Script is a visual node-based programming language.\n\nThe structure is as follows: program contains classes, objects (constants) and nodes and their connections. Class desribes a data type and its associated methods, which are nodes and their variations. Nodes are executed one-by-one in sequence. Additionally, data can be passed from one node to other using connections that carry Objects. Node can specify what Class are the objects it outputs or inputs.\n\nThis repo contains basic data structures and logic for executing the code, as well as an executor binary (build instructions below) that can be modified to add native rust modules by forking the repo.\n\n# Example programs\n\nExample programs are located in `example_programs` directory. Currently there are only hello world programs in all three supported formats. They can be executed with the executor binary.\n\n# Planned features\n\n- Program-defined objects\n\n# Executor\n\nYou can opt-out of the executor binary and its format features. To do so, set `default_features = false`.\n\nFeatures (all enabled by default):\n- `executor-binary` - Build executor binary\n- `format-json` - Enable support for json program format (`.json.ssc`)\n- `format-bincode` - Enable support for bincode program format (`.bin.ssc`)\n\nThe [ron](https://crates.io/crates/ron) program format (`.ron.ssc`) is always enabled as ron is also used as a standard for defining objects.\n\nExecutor binary can be installed from crates.io:\n```\ncargo install stainless_script\n```\nThe resulting binary is `ssce`.\n\nFor manually building the executor, use the following command:\n```\ncargo build --release --bin ssce\n```\nThe resulting binary would be located at `target/release/ssce`\n\nJoin the [discord server](https://discord.gg/ceudNhN6cr) for getting the latest info about development progress\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnthecoolingfan%2Fstainless_script","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnthecoolingfan%2Fstainless_script","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnthecoolingfan%2Fstainless_script/lists"}