{"id":18106721,"url":"https://github.com/nateseymour/unlogic","last_synced_at":"2025-04-13T21:41:36.857Z","repository":{"id":260513455,"uuid":"805121425","full_name":"NateSeymour/unlogic","owner":"NateSeymour","description":"Math JIT Compiler and Graph Renderer","archived":false,"fork":false,"pushed_at":"2025-02-25T20:53:25.000Z","size":764,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T21:14:05.086Z","etag":null,"topics":["cpp","graphs","jit","llvm","math","opengl"],"latest_commit_sha":null,"homepage":"https://nateseymour.github.io/unlogic/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NateSeymour.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-05-23T23:34:12.000Z","updated_at":"2025-02-25T20:53:28.000Z","dependencies_parsed_at":"2024-10-31T19:18:21.204Z","dependency_job_id":"12ea87d5-8353-448c-8d91-18aded95d767","html_url":"https://github.com/NateSeymour/unlogic","commit_stats":null,"previous_names":["nateseymour/unlogic"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NateSeymour%2Funlogic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NateSeymour%2Funlogic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NateSeymour%2Funlogic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NateSeymour%2Funlogic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NateSeymour","download_url":"https://codeload.github.com/NateSeymour/unlogic/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788866,"owners_count":21161726,"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":["cpp","graphs","jit","llvm","math","opengl"],"created_at":"2024-10-31T23:07:50.310Z","updated_at":"2025-04-13T21:41:36.828Z","avatar_url":"https://github.com/NateSeymour.png","language":"C++","readme":"# Unlogic\n\nA math JIT compiler and graph generator.\n\n## Releases\n\n`unlogic` is currently in alpha, but semi-functional test versions for apple-silicon macs can be found on the\nreleases page. These do not bundle the following dependencies: `qt`, `vulkan`. As such, they must be installed via\n`homebrew` prior to use.\n\n```shell\nbrew install qt vulkan-tools\n```\n\n## Examples\n\n### JIT-Compiling and Running a Function\n\n```c++\nunlogic::Scene scene;\nunlogic::Compiler compiler({\u0026unlogic::stdlib, \u0026unlogic::runtime});\nauto program = *compiler.Compile(\"given f(x) := x^2; plot f;\");\n\nprogram(\u0026scene);\n```\n\n### Calculator\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"images/SampleRender.png\" width=\"1000\"\u003e\n\u003c/p\u003e\n\nUse `unlogic-calculator`, a Qt/Vulkan-based GUI for `unlogic` to perform graph analysis.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnateseymour%2Funlogic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnateseymour%2Funlogic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnateseymour%2Funlogic/lists"}