{"id":20696466,"url":"https://github.com/mohamed-94/spline","last_synced_at":"2025-07-31T14:39:36.363Z","repository":{"id":188067776,"uuid":"142702791","full_name":"Mohamed-94/Spline","owner":"Mohamed-94","description":"Playing with Curves  ","archived":false,"fork":false,"pushed_at":"2019-09-27T18:50:36.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T05:36:33.007Z","etag":null,"topics":["csharp","curves","lines","math"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mohamed-94.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":"2018-07-28T19:00:04.000Z","updated_at":"2019-09-27T18:50:38.000Z","dependencies_parsed_at":"2023-08-13T16:11:16.779Z","dependency_job_id":null,"html_url":"https://github.com/Mohamed-94/Spline","commit_stats":null,"previous_names":["mohamed-94/spline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Mohamed-94/Spline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2FSpline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2FSpline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2FSpline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2FSpline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mohamed-94","download_url":"https://codeload.github.com/Mohamed-94/Spline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mohamed-94%2FSpline/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268057372,"owners_count":24188618,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["csharp","curves","lines","math"],"created_at":"2024-11-17T00:14:05.377Z","updated_at":"2025-07-31T14:39:36.316Z","avatar_url":"https://github.com/Mohamed-94.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spline\n \u003ch3 align=\"center\"\u003e\n  \n   Spline\n  \u003cbr\u003e\n\u003c/h3\u003e\n \n \n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#About\"\u003eAbout\u003c/a\u003e •\n  \u003ca href=\"#Usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#Download\"\u003eDownload\u003c/a\u003e •\n  \u003ca href=\"#Credit\"\u003eCredit\u003c/a\u003e •\n  \u003ca href=\"#related\"\u003eRelated\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e \n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n ![screen-recording-7-31-2018-10-10-52-pm-](https://user-images.githubusercontent.com/38832580/43491067-01ba6cd8-951b-11e8-9b0b-996056544539.gif)\n\n\n\u003c/div\u003e\n\n## About\n \n Use spline to play with math curve that has four fixed points, and responds when mouse scroll down and up to disply a different casses\n \n of the curve ..which transelated to its tention that ranging between 10 and -10.\n\n\u003ch4\u003e\nTasks:\n\u003c/h4\u003e\n -Play with math curve.\n \n -Use the mouse scroll function to set the tension of the curve.\n \n\n\n## Usage\n\nTo clone and edit this application, you'll need [Git](https://git-scm.com) and [Visual Studio Community](https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community\u0026rel=15#) ,or any C# IDE you are familiar with, and/or can meet your demands.\n\n--This program requires .NET Framework 4.0 or higher ..\n\n*if you are using linux you will need [MonoDevelop](https://www.monodevelop.com/download/#fndtn-download-lin) instaled on your machine, which is just an open source version of .NET Framework.\n\n## Download\n\n-There's no binary included with this repository ..All you need is just to clone the source code!\n\n and than build/run it using any C# IDE you like to get your own binary file.\n \n -From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/Mohamed-94/Spline\n\n# Go into the repository\n$ cd Spline\n\n```\nNote: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.\n\n## Credit\nThis application was built with help of this Petzold's [book](http://index-of.es/Programming/CSharp/Charles%20Petzold%20-%20Programming%20Microsoft%20Windows%20with%20C%23.pdf)\n\n## Related\n\n[SuperCalculator](https://github.com/Mohamed-94/Super-Calculator_Cpp_CommandLine) - C++ CommandLine application\n\n[Mega-Number](https://github.com/Mohamed-94/Mega-Number) - A desktop app with c#\n \n\n## You may also like...\n\n- [Alpha-Mine](https://github.com/Mohamed-94/Alpha-Mine-ChatBot) - An Artificial Intelligence ChatBot.\n- [Dll for SQL Connection](https://github.com/Mohamed-94/DLL-for-SQL-Connection) - A Dll library for sql parsing.\n\n## License\n\nGPL\n\n---\n\n\u003e GitHub [@Mohamed-94](https://github.com/Mohamed-94) \u0026nbsp;\u0026middot;\u0026nbsp;\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed-94%2Fspline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamed-94%2Fspline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamed-94%2Fspline/lists"}