Monorepo for Aesthetic.Computer aesthetic.computer
at main 34 lines 1.1 kB view raw
1{ 2 "@context": "https://doi.org/10.5063/schema/codemeta-2.0", 3 "@type": "SoftwareSourceCode", 4 "name": "Aesthetic Computer", 5 "description": "A mobile-first runtime and social network for creative computing. Designed as a musical instrument-like interface where users discover memorizable paths through commands and published pieces (interactive programs). Supports JavaScript (.mjs) and KidLisp (.lisp) pieces.", 6 "codeRepository": "https://github.com/digitpain/aesthetic.computer", 7 "issueTracker": "https://github.com/digitpain/aesthetic.computer/issues", 8 "url": "https://aesthetic.computer", 9 "license": "https://spdx.org/licenses/ISC", 10 "version": "1.0.0", 11 "author": [ 12 { 13 "@type": "Person", 14 "givenName": "Jeffrey Alan", 15 "familyName": "Scudder", 16 "@id": "https://orcid.org/0009-0007-4460-4913" 17 } 18 ], 19 "programmingLanguage": [ 20 "JavaScript", 21 "KidLisp" 22 ], 23 "runtimePlatform": "Node.js", 24 "operatingSystem": "Cross-platform", 25 "keywords": [ 26 "creative-computing", 27 "interactive-art", 28 "generative-art", 29 "kidlisp", 30 "live-coding", 31 "social-network", 32 "runtime" 33 ] 34}