{"id":33137628,"url":"https://github.com/jrc03c/queasycam","last_synced_at":"2026-04-04T07:16:07.113Z","repository":{"id":53174753,"uuid":"62401579","full_name":"jrc03c/queasycam","owner":"jrc03c","description":"(!!! NOTE: INACTIVE PROJECT !!!) A super-simple FPS camera library for Processing.","archived":false,"fork":false,"pushed_at":"2020-03-12T17:06:46.000Z","size":396,"stargazers_count":42,"open_issues_count":5,"forks_count":11,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-05-13T14:31:27.336Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jrc03c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-01T15:14:41.000Z","updated_at":"2024-03-27T06:25:58.000Z","dependencies_parsed_at":"2022-09-14T09:41:52.561Z","dependency_job_id":null,"html_url":"https://github.com/jrc03c/queasycam","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jrc03c/queasycam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrc03c%2Fqueasycam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrc03c%2Fqueasycam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrc03c%2Fqueasycam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrc03c%2Fqueasycam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jrc03c","download_url":"https://codeload.github.com/jrc03c/queasycam/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jrc03c%2Fqueasycam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31391123,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T04:26:24.776Z","status":"ssl_error","status_checked_at":"2026-04-04T04:23:34.147Z","response_time":60,"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":[],"created_at":"2025-11-15T11:00:44.129Z","updated_at":"2026-04-04T07:16:07.101Z","avatar_url":"https://github.com/jrc03c.png","language":"HTML","funding_links":[],"categories":["Libraries"],"sub_categories":["Contributions"],"readme":"\u003chr\u003e\n\n**NOTE: THIS PROJECT IS NO LONGER ACTIVELY MAINTAINED. I'LL LEAVE IT UNARCHIVED SO THAT PEOPLE CAN CREATE AND COMMENT ON ISSUES WITH EACH OTHER, BUT I DON'T PLAN TO MAKE ANY MORE CHANGES TO IT ANY TIME SOON. THANKS!**\n\n\u003chr\u003e\n\n**QueasyCam** is a super-simple first-person-shooter camera for 3D Processing sketches. It steals its name and its desired ease of use from [PeasyCam](http://mrfeinberg.com/peasycam/). A QueasyCam camera can be controlled using the mouse and WASD keys (as well as Q and E for upward and downward motion).\n\nHere's an example. Setting the camera speed and sensitivity are optional.\n\n```java\nimport queasycam.*;\n\nQueasyCam cam;\n\nvoid setup(){\n\tsize(400, 400, P3D);\n\tcam = new QueasyCam(this);\n\tcam.speed = 5;              // default is 3\n\tcam.sensitivity = 0.5;      // default is 2\n}\n\nvoid draw(){\n\tbackground(0);\n\tbox(200);\n}\n```\n\n- - -\n\n**API**\n\nHere's the full API.\n\n`controllable` = a boolean that lets you turn on / off the mouse / keyboard controls\n\n`speed` = a float value that represents the speed coefficient of the camera\n\n`velocity` = a 3D PVector that represents the direction and magnitude of movement of the camera in space\n\n`sensitivity` = a float value that represents the mouse sensitivity coefficient of the camera\n\n`position` = a 3D PVector that represents the position of the camera\n\n`pan` = a float value that represents the rotation of the camera around the vertical axis\n\n`tilt` = a float value that represents the rotation of the camera around the horizontal axis\n\n`friction` = a float value that represents how much the camera slides as it moves around\n\n`getForward()` = returns the forward-pointing PVector of the camera\n\n`getRight()` = returns the rightward-pointing PVector of the camera\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrc03c%2Fqueasycam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjrc03c%2Fqueasycam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjrc03c%2Fqueasycam/lists"}