{"id":13782922,"url":"https://github.com/geoffCamp/logo","last_synced_at":"2025-05-11T16:33:28.309Z","repository":{"id":28059028,"uuid":"31555575","full_name":"geoffCamp/logo","owner":"geoffCamp","description":"Logo command interpreter coded in C","archived":false,"fork":false,"pushed_at":"2015-09-27T15:20:56.000Z","size":192,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-08-03T18:17:01.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/geoffCamp.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}},"created_at":"2015-03-02T18:24:50.000Z","updated_at":"2022-06-25T23:19:09.000Z","dependencies_parsed_at":"2022-08-02T12:50:52.351Z","dependency_job_id":null,"html_url":"https://github.com/geoffCamp/logo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffCamp%2Flogo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffCamp%2Flogo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffCamp%2Flogo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geoffCamp%2Flogo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geoffCamp","download_url":"https://codeload.github.com/geoffCamp/logo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253596025,"owners_count":21933496,"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-08-03T18:01:48.123Z","updated_at":"2025-05-11T16:33:28.038Z","avatar_url":"https://github.com/geoffCamp.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"*******************************************************\nGeofferson Camp \nLogo Interpreter\nFeb 2015\n*******************************************************\n\n************\nEnhancments\n************\n\n- All angles.\n- setxy, print, st, ht, clean\n\n\n************\nCompilation\n************\n\nall:runMe\n\nrunMe: drawing.o operate.o maintain.o action.o calc.o memory.o main.o\n        gcc drawing.o operate.o maintain.o action.o calc.o memory.o main.o -o bin/runMe -lncurses -lm -Iinclude\n\ndrawing.o: src/drawing.c\n        gcc -Wall -std=c99 -pedantic -c src/drawing.c -Iinclude\n\noperate.o: src/operate.c\n        gcc -Wall -std=c99 -pedantic -c src/operate.c -Iinclude\n\nmaintain.o: src/maintain.c\n        gcc -Wall -std=c99 -pedantic -c src/maintain.c -Iinclude\n\naction.o: src/action.c\n        gcc -Wall -std=c99 -pedantic -c src/action.c -Iinclude\n\ncalc.o: src/calc.c\n        gcc -Wall -std=c99 -pedantic -c src/calc.c -Iinclude\n\nmemory.o: src/memory.c\n        gcc -Wall -std=c99 -pedantic -c src/memory.c -Iinclude\n\nmain.o: src/main.c\n        gcc -Wall -std=c99 -pedantic -c src/main.c -Iinclude\n\n\n***********************\nRunning the program(s)\n***********************\n\n- Enter commands to draw in output space.\n- Enter submits commands.\n\n*****************\nKnown Limitations\n*****************\n\n- Turtle doesn't show at the start.\n- Commands can be a maximum of 14 characters.\n- Print commands can be a maximum of 8 characters.\n- Angles above 720 degrees will crash the program.\n- Negative angles will not be accepted.\n- Angles with slopes that do not correspond to whole numbers are approximated.\n- The size of one magnitude unit will vary depending on the the angle.\n- nCurses window is set to 100x100.\n\n*****************\nTesting Done\n*****************\n\n- Player unable to draw outside drawing window.\n- Invalid command types and formats.\n\n*****************\nSources\n*****************\n\n- nCurses functions referenced from linux.die.net/man\n- nCurses colour features referenced from tldp.org/HOWTO/NCURSES-Programming-HOWTO/color.html\n- Logo Interpreter referenced from www.calormen.com/jslogo\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FgeoffCamp%2Flogo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FgeoffCamp%2Flogo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FgeoffCamp%2Flogo/lists"}