{"id":17501889,"url":"https://github.com/htl-bulme/turtlegraphics","last_synced_at":"2025-04-11T01:01:32.614Z","repository":{"id":258581817,"uuid":"875246356","full_name":"HTL-Bulme/TurtleGraphics","owner":"HTL-Bulme","description":"Platform independent .Net library for turtle graphics","archived":false,"fork":false,"pushed_at":"2024-11-16T09:33:01.000Z","size":80,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-24T21:42:29.559Z","etag":null,"topics":["avalonia","csharp","dotnet","learning","platform-independent","turtle-graphics"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/TurtleGraphics","language":"C#","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/HTL-Bulme.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,"zenodo":null}},"created_at":"2024-10-19T13:28:53.000Z","updated_at":"2024-11-16T09:33:04.000Z","dependencies_parsed_at":"2024-10-26T19:10:50.506Z","dependency_job_id":"7984419d-380d-4b08-bcae-13c2b0b61059","html_url":"https://github.com/HTL-Bulme/TurtleGraphics","commit_stats":{"total_commits":14,"total_committers":2,"mean_commits":7.0,"dds":0.0714285714285714,"last_synced_commit":"7f27d7f11d3cf0731769d3e7c37e853cad445955"},"previous_names":["htl-bulme/turtlegraphics"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTL-Bulme%2FTurtleGraphics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTL-Bulme%2FTurtleGraphics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTL-Bulme%2FTurtleGraphics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HTL-Bulme%2FTurtleGraphics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HTL-Bulme","download_url":"https://codeload.github.com/HTL-Bulme/TurtleGraphics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248322600,"owners_count":21084336,"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":["avalonia","csharp","dotnet","learning","platform-independent","turtle-graphics"],"created_at":"2024-10-19T20:15:50.760Z","updated_at":"2025-04-11T01:01:32.540Z","avatar_url":"https://github.com/HTL-Bulme.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿# Platform Independent Turtle Graphics for .Net \n\n**TurtleGraphics** is a platform independent library\nthat provides turtle graphics for the .Net Platform.\n\n## Example\n\n```csharp\nTurtle.SetPenWidth(5);\nTurtle.SetColor(\"blue\");\nfor (int i = 0; i \u003c 4; i++)\n{\n    Turtle.Forward(50);\n    Turtle.TurnRight(90);\n}\nTurtle.ShowTurtle();\n```\n\n# ![example](https://raw.githubusercontent.com/HTL-Bulme/TurtleGraphics/master/docs/Screenshot.png)\n\n## All Examples\nComming Soon\n\n## Provided Functionality\n\n### Turtle.Forward\nMoves the turtle x steps forward.\n### Turtle.Back\nMoves the turtle x steps backwards.\n### Turtle.TurnRight\nMoves the turtle turn right by x degrees.\n### Turtle.TurnLeft\nMoves the turtle turn left by x degrees.\n### Turtle.PenUp \nLifts the pen.\n### Turtle.PenDown \nPuts the pen down again.\n### Turtle.Dot \nPaints a dot at the current position with a given diameter.\n### Turtle.SetColor \nSets the current color for fills or lines.\nValid colors are listed here: [All Colors](https://raw.githubusercontent.com/HTL-Bulme/TurtleGraphics/refs/heads/master/docs/DotNetColorTable.svg)\n### Turtle.SetPenWidth \nSets the current line width.\n### Turtle.BeginFill \nCall this Function to start filling a polygon.\n### Turtle.EndFill \nCall this Function to end to filling.\n### Turtle.Print\nPrints the given number of text on the console.\n### Turtle.InputDouble \nAsks the user to input a double number.\n### Turtle.InputFloat\nAsks the user to input a float number.\n### Turtle.InputInt\nAsks the user to input a int number.\n### Turtle.InputLong\nAsks the user to input a long number.\n### Turtle.InputString\nAsks the user to input a string value.\n\n## Dependencies\n+ .Net Standard 2.0\n+ Avalonia\n+ Avalonia.Desktop\n+ Avalonia.Themes.Fluent\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtl-bulme%2Fturtlegraphics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhtl-bulme%2Fturtlegraphics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhtl-bulme%2Fturtlegraphics/lists"}