{"id":17163186,"url":"https://github.com/noppefoxwolf/technical","last_synced_at":"2025-03-24T16:42:01.722Z","repository":{"id":72999639,"uuid":"163751792","full_name":"noppefoxwolf/Technical","owner":"noppefoxwolf","description":"SCNTechnique builder","archived":false,"fork":false,"pushed_at":"2019-01-01T17:27:01.000Z","size":470,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-02T05:46:16.180Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/noppefoxwolf.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}},"created_at":"2019-01-01T16:51:43.000Z","updated_at":"2021-03-30T17:46:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"feb52135-8847-426c-a912-69797fb729ef","html_url":"https://github.com/noppefoxwolf/Technical","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"ba057771c683c945116d64a31e911b11cac57c5e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FTechnical","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FTechnical/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FTechnical/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noppefoxwolf%2FTechnical/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noppefoxwolf","download_url":"https://codeload.github.com/noppefoxwolf/Technical/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245314508,"owners_count":20595201,"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":[],"created_at":"2024-10-14T22:48:05.209Z","updated_at":"2025-03-24T16:42:01.692Z","avatar_url":"https://github.com/noppefoxwolf.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nTechnical\n\u003cbr\u003e\n\u003c/h1\u003e\n\n## Usage\n\n```swift\nlet lutSymbol = ImageSymbol(name: \"lutSymbol\", image: \"lookup_amatorka.png\", type: .sampler2D)\nlet input = Input(key: \"inputTexture\", value: .color)\nlet inputLUT = Input(key: \"inputTexture2\", value: .symbol(lutSymbol))\nlet output = Output(key: .color, value: .color)\nlet filter = MetalFilter(name: \"apply_filter\",\n                          vertexShader: \"oneInputVertex\",\n                          fragmentShader: \"lookupFragment\",\n                          draw: .quad,\n                          inputs: [input, inputLUT],\n                          outputs: [output])\nlet config = SCNTechnique.Configuration(filters: [filter], symbols: [lutSymbol])\nscnView.technique = SCNTechnique(config)\n```\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Requirements\n\n## Installation\n\nTechnical is available through [CocoaPods](https://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod 'Technical'\n```\n\n## Author\n\nnoppefoxwolf, noppelabs@gmail.com\n\n## License\n\nTechnical is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Ftechnical","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoppefoxwolf%2Ftechnical","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoppefoxwolf%2Ftechnical/lists"}