{"id":17188093,"url":"https://github.com/sharkwouter/psp-sdl2-osk-example","last_synced_at":"2026-02-24T05:40:24.664Z","repository":{"id":242597728,"uuid":"810002705","full_name":"sharkwouter/psp-sdl2-osk-example","owner":"sharkwouter","description":"This is to test if on screen keyboard support in SDL2 works on the Playstation Portable","archived":false,"fork":false,"pushed_at":"2024-06-03T21:47:15.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T22:43:54.749Z","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":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sharkwouter.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}},"created_at":"2024-06-03T21:36:24.000Z","updated_at":"2024-06-20T02:56:37.000Z","dependencies_parsed_at":"2024-06-04T00:25:15.253Z","dependency_job_id":null,"html_url":"https://github.com/sharkwouter/psp-sdl2-osk-example","commit_stats":null,"previous_names":["sharkwouter/psp-sdl2-osk-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sharkwouter/psp-sdl2-osk-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkwouter%2Fpsp-sdl2-osk-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkwouter%2Fpsp-sdl2-osk-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkwouter%2Fpsp-sdl2-osk-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkwouter%2Fpsp-sdl2-osk-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharkwouter","download_url":"https://codeload.github.com/sharkwouter/psp-sdl2-osk-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharkwouter%2Fpsp-sdl2-osk-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280706794,"owners_count":26376970,"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-10-23T02:00:06.710Z","response_time":142,"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":[],"created_at":"2024-10-15T01:08:04.413Z","updated_at":"2025-10-23T22:43:54.942Z","avatar_url":"https://github.com/sharkwouter.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PSP SDL2 OSK Example\n\nThis code is a simple example for text input for the Playstation Portable. This allows you to test if text input in SDL2 using the on screen keyboard is working like expected. At the moment of writing, it does not.\n\nWhen testing the following should happen:\n\n- When pressing Cross or A, text input will be enabled if supported. When test input is enabled \"INPUT\" will be displayed, then letters/text entered will be displayed on screen. When not supported \"CAN'T\" will be displayed on screen.\n- When pressing Circle or B, text input will be disabled. \"NO INPUT\" will be displayed on screen.\n- When pressing Triangle or Y, text input will be enabled without doing any checking.  When test input is enabled \"INPUT\" will be displayed, then letters/text entered will be displayed on screen.\n\nPressing Start or Escape will close the app.\n\n![screenshot](screenshot.png)\n\nThe app was purposely made to work on both PC and PSP, to have a bit of an idea of what should be happening and if the code is alright.\n\n## Building\n\n### PSP\n\n```\nmkdir psp \u0026\u0026 cd psp\npsp-cmake -DBUILD_PRX=1 ..\nmake\n```\n\n### PC\n\n```\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\n### VITA\n\n```\nmkdir vita \u0026\u0026 cd vita\ncmake -DCMAKE_TOOLCHAIN_FILE=\"${VITASDK}/share/vita.toolchain.cmake\" ..\nmake\n```\n\n## License\n\nTo the code the Unlicense applies. To the font files the following MIT license applies:\n\n```\nMIT License\n\nCopyright (c) 2019 Axel Wikström\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharkwouter%2Fpsp-sdl2-osk-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharkwouter%2Fpsp-sdl2-osk-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharkwouter%2Fpsp-sdl2-osk-example/lists"}