{"id":24838251,"url":"https://github.com/somecho/cl-fnl","last_synced_at":"2025-03-26T04:14:59.505Z","repository":{"id":273229122,"uuid":"919052801","full_name":"somecho/cl-fnl","owner":"somecho","description":"Common Lisp bindings for FastNoiseLite","archived":false,"fork":false,"pushed_at":"2025-01-19T15:58:40.000Z","size":82,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T06:09:51.460Z","etag":null,"topics":["bindings","common-lisp","fastnoiselite"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/somecho.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":"2025-01-19T15:37:30.000Z","updated_at":"2025-01-19T15:58:41.000Z","dependencies_parsed_at":"2025-01-19T16:38:35.799Z","dependency_job_id":"2cf01440-1cc8-41ca-8d99-4d665810f80b","html_url":"https://github.com/somecho/cl-fnl","commit_stats":null,"previous_names":["somecho/cl-fnl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcl-fnl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcl-fnl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcl-fnl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fcl-fnl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somecho","download_url":"https://codeload.github.com/somecho/cl-fnl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245585810,"owners_count":20639671,"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":["bindings","common-lisp","fastnoiselite"],"created_at":"2025-01-31T06:09:58.886Z","updated_at":"2025-03-26T04:14:59.484Z","avatar_url":"https://github.com/somecho.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cl-fnl\n\nCommon Lisp bindings for [FastNoiseLite](https://github.com/Auburn/FastNoiseLite) generated with [cl-autowrap](https://github.com/rpav/cl-autowrap).\n\n## Usage \n\nThis project is as yet not on Quicklisp. Using these bindings require a few steps.\n\n### Step 1 - Cloning Repository\n\nClone this repo to your a place where you like. \n```sh\ngit clone https://github.com/somecho/cl-fnl\n```\n\n### Step 2 - Loading cl-fnl\n\nYou can quickly add cl-fnl to your project like so:\n```cl\n(load \"/path/to/cl-fnl.asd\")\n(ql:quickload :cl-fnl)\n(asdf:load-system :cl-fnl) ;; if you do not use Quicklisp\n```\n\n### Step 3 - Loading libFastNoiseLite \n\nYou need to have FastNoiseLite built on your system. As the C implementation FastNoiseLite is a header only library, you will need a `.c` file to compile it. A `.c` implementation file is provided at `./src/spec/FastNoiseLite.c`. Then you can build it (on Linux) with `gcc -fPIC -shared -o libFastNoiseLite.so FastNoiseLite.c`. Once the shared library is built, you can add this line to your project:\n\n```cl\n(cffi:load-foreign-library \"/path/to/libFastNoiseLite.so\")\n```\n\nMake sure to adjust the extension name of the shared library to your specific platform.\n\n### Examples\n\nAn example of how to use the bindings are found [here](./src/examples/usage.lisp).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomecho%2Fcl-fnl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomecho%2Fcl-fnl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomecho%2Fcl-fnl/lists"}