{"id":16033869,"url":"https://github.com/skorasaurus/sc3n3","last_synced_at":"2026-04-21T03:32:14.345Z","repository":{"id":142094803,"uuid":"85435869","full_name":"skorasaurus/sc3n3","owner":"skorasaurus","description":"I'm learning and dabbling with Mapzen's tangram and understanding its potential. I hope these help you to learn. (MOSTLY) DEPRECATED","archived":false,"fork":false,"pushed_at":"2019-10-05T00:40:47.000Z","size":403,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-06T13:07:07.420Z","etag":null,"topics":["mapzen","tangram"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/skorasaurus.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":"2017-03-18T22:24:03.000Z","updated_at":"2020-07-30T12:40:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"c3dea7fa-8dc3-4288-ab5e-034a6e09e6f7","html_url":"https://github.com/skorasaurus/sc3n3","commit_stats":{"total_commits":50,"total_committers":1,"mean_commits":50.0,"dds":0.0,"last_synced_commit":"737435e63606fc549914e2d723601c5de9d2bd20"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skorasaurus/sc3n3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorasaurus%2Fsc3n3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorasaurus%2Fsc3n3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorasaurus%2Fsc3n3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorasaurus%2Fsc3n3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skorasaurus","download_url":"https://codeload.github.com/skorasaurus/sc3n3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skorasaurus%2Fsc3n3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32075232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T02:38:07.213Z","status":"ssl_error","status_checked_at":"2026-04-21T02:38:06.559Z","response_time":128,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["mapzen","tangram"],"created_at":"2024-10-08T22:00:54.207Z","updated_at":"2026-04-21T03:32:14.328Z","avatar_url":"https://github.com/skorasaurus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\nThese are scenes, .yaml files used to create maps in [Mapzen's Tangram](https://mapzen.com/products/tangram/). \n\nI'm using these files to learn Tangram and GLSL.  \n\nI've structured the code in most (but not all of the) files so that they should work (and display a map) if you\ncopy and paste the code into https://mapzen.com/tangram/play \n\nMost of the code in here is not written from scratch by me rather I've just adapted code written by Patricio González Vivo of Mapzen, who deserves credit. \n\nSome of these scenes will also include workable examples of shader code that you can insert into a scene with less fuss (hopefully). \n\nBelow are descriptions and direct links to them in Tangram Play as well so you can view and edit them. \n\nDescriptions:\n\ndiagonal_dash: [viewable example](https://mapzen.com/tangram/play/?scene=https://raw.githubusercontent.com/skorasaurus/sc3n3/master/diagonal_dash.yaml#9.5000/41.5491/-81.8595) - Applies a diagonal dash pattern to your polygon style; different than the polygon strips which are continuous. Mentioned as the 'polygons-diagonal-dash' block and its [block reference](http://tangrams.github.io/blocks/#polygons-diagonal-dash)\n\n\nline-dash-example: [viewable example](https://mapzen.com/tangram/play/?scene=https%3A%2F%2Fraw.githubusercontent.com%2Fskorasaurus%2Fsc3n3%2Fmaster%2Fsimpler-line-dash-example.yaml#11.7500/41.4622/-81.7251)\nUse dashes for your lines. \nThe [block reference](http://tangrams.github.io/blocks/#lines-dash)\n\nlines-chevron-example: [viewable example](https://mapzen.com/tangram/play/?scene=https://raw.githubusercontent.com/skorasaurus/sc3n3/master/lines-chevron-example.yaml#18.50000/41.47735/-81.67940) - Chevron Lines \n\nlines-outline: [viewable example](https://mapzen.com/tangram/play/?scene=https://raw.githubusercontent.com/skorasaurus/sc3n3/master/lines-outline.yaml#17.50000/41.47735/-81.67940) - Outlines to lines; used as road casings. \n\npolygon-stripes: [viewable example](https://mapzen.com/tangram/play/?scene=https://raw.githubusercontent.com/skorasaurus/sc3n3/master/polygon-stripes.yaml#14.50000/41.47735/-81.67940) - stripes/hatchure s in polygons; see the waterway and the as two different examples. \nAlso see [coastline-stripes.yaml](https://mapzen.com/tangram/play/?scene=https://raw.githubusercontent.com/skorasaurus/sc3n3/master/coastline-stripes.yaml#13.50000/41.47735/-81.67940) done by Geraldine Sarmiento for a similar example.\n \t\nskim-city: a reimagination of the Sim City 2000 aesthetic (from the 1994 ish release). Designed to be viewed mostly at z15+ zoom level (since that's you'd usually play SC2000 at anyways). Really early stages; [viewable example](https://mapzen.com/tangram/play/?scene=https%3A%2F%2Fraw.githubusercontent.com%2Fskorasaurus%2Fsc3n3%2Fmaster%2Fskim_city.yaml#15.0000/41.5021/-81.6890)\n\n\n(need to finish describing the rest of the files)\n\nPS - global.yaml is filed referenced in several of my scenes, used to properly layer features. available at \nhttps://tangrams.github.io/blocks/global.yaml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskorasaurus%2Fsc3n3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskorasaurus%2Fsc3n3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskorasaurus%2Fsc3n3/lists"}