{"id":18656188,"url":"https://github.com/geometryzen/geometryzen","last_synced_at":"2025-11-05T20:30:36.170Z","repository":{"id":8506375,"uuid":"10116908","full_name":"geometryzen/geometryzen","owner":"geometryzen","description":"Educational Computational Physics, Modeling and Geometry","archived":false,"fork":false,"pushed_at":"2015-04-21T14:14:40.000Z","size":198938,"stargazers_count":0,"open_issues_count":22,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T14:42:19.131Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.geometryzen.org","language":"JavaScript","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/geometryzen.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}},"created_at":"2013-05-17T05:47:59.000Z","updated_at":"2015-11-07T21:52:57.000Z","dependencies_parsed_at":"2022-09-22T15:41:30.581Z","dependency_job_id":null,"html_url":"https://github.com/geometryzen/geometryzen","commit_stats":null,"previous_names":[],"tags_count":91,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometryzen%2Fgeometryzen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometryzen%2Fgeometryzen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometryzen%2Fgeometryzen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geometryzen%2Fgeometryzen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geometryzen","download_url":"https://codeload.github.com/geometryzen/geometryzen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239471238,"owners_count":19644278,"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-11-07T07:22:20.049Z","updated_at":"2025-11-05T20:30:36.140Z","avatar_url":"https://github.com/geometryzen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# geometry-zen\n\nGeometry Zen is an online application for learning and researching Physics and Engineering using Geometric Algebra\nwith programming and WebGL.\n\nGeometry Zen consists of a Single Page Application (SPA) served up by a companion Node.JS server. The purpose of the\nserver is to provide some extra flexibility over a CDN solution, circumvent CORS issues and overcome some security\nchallenges.\n\n## Installation\n\nYou will need to have Node, Lineman and Bower installed.\n\n```sh\n$ git clone git://github.com/geometryzen/geometryzen.git\n$ cd geometryzen\n$ npm install\n$ bower update\n```\n\n## Configuration\n\n1. Copy config.example.json to config.local.json\n\n```sh\n$ cp config.example.json config.local.json\n```\n\n2. Adjust config.local.json\n\n```js\n{\n  \"HOST\": \"localhost\",\n  \"PORT\": 8080,\n  \"GITHUB_APPLICATION_CLIENT_ID\": \"???\",\n  \"GITHUB_APPLICATION_CLIENT_SECRET\": \"???\",\n  \"GITHUB_HOST\": \"github.com\",\n  \"GITHUB_PORT\": 443,\n  \"GITHUB_PATH\": \"/login/oauth/access_token\",\n  \"GITHUB_METHOD\": \"POST\"\n}\n```\n\nYou can also set environment variables to override the settings if you don't want Git to track your adjusted config.json file. Just use UPPER_CASE keys.\n\n## Execution\n\nThe purpose of running Lineman is to watch and rebuild the server.\n\n```sh\n$ lineman clean\n$ lineman build\n$ lineman run --force\n```\nAt this point, Lineman is actually running a server on port 8000, but we use a Node.JS server.\n\nIn a new terminal window, \n\n```sh\n$ npm start\n```\nOpen your web browser to localhost:8080. GeometryZen should now be running.\n\n## License\n_(The MIT License)_\n\nCopyright (c) 2013 David Holmes \u003c [david.geo.holmes@gmail.com](mailto:david.geo.holmes@gmail.com) \u003e\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\ndocumentation files (the 'Software'), to deal in the Software without restriction, including without limitation\nthe rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and\nto permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of\nthe Software.\n\nTHE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED\nTO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\nOR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeometryzen%2Fgeometryzen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeometryzen%2Fgeometryzen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeometryzen%2Fgeometryzen/lists"}