{"id":17737593,"url":"https://github.com/timpulver/ghost","last_synced_at":"2026-02-06T13:51:16.543Z","repository":{"id":5636436,"uuid":"6844732","full_name":"timpulver/Ghost","owner":"timpulver","description":"A processing.org library to create transparent windows","archived":false,"fork":false,"pushed_at":"2014-12-10T17:59:46.000Z","size":173,"stargazers_count":5,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-22T10:33:55.924Z","etag":null,"topics":["library","processing"],"latest_commit_sha":null,"homepage":"http://www.timpulver.de/p5libs/ghost/","language":"Java","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/timpulver.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":"2012-11-24T21:42:32.000Z","updated_at":"2022-02-06T02:32:55.000Z","dependencies_parsed_at":"2022-09-08T12:11:19.325Z","dependency_job_id":null,"html_url":"https://github.com/timpulver/Ghost","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timpulver%2FGhost","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timpulver%2FGhost/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timpulver%2FGhost/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timpulver%2FGhost/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timpulver","download_url":"https://codeload.github.com/timpulver/Ghost/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247631832,"owners_count":20970069,"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":["library","processing"],"created_at":"2024-10-26T01:22:37.630Z","updated_at":"2026-02-06T13:51:11.512Z","avatar_url":"https://github.com/timpulver.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"#A processing.org library to create transparent windows#\n\nWith Ghost you can create transparent windows, well not really, Ghost displays an image of your desktop, so it looks like the window is transparent.\n\nThere are three different modes available:\n\n       Ghost ghost;\n\n       // transparent fullscreen window\n       ghost = new FullscreenGhost(this)\n       \n       // transparent window at position x:0, y:100, width: 200, height: 300\n       ghost = new WindowedGhost(this, 0, 100, 200, 300);\n       \n       // transparent window, which sticks to the screen boarder  \n       // (\"top\", \"right\", \"bottom\", \"left\"), third parameter is window width / height\n       ghost = new StickyGhost(this, \"top\", 100);\n       \n     }\n     \nTested on Windows 8 and Mac OSX 10.7.5 Lion with Processing 2.0b6\n\n## Download\n\nDownload the latest library-version here: [timpulver.de/p5libs/ghost](http://www.timpulver.de/p5libs/ghost/)\n\n##Compiler notes##\n\nThe AWTUtilities class is only available in Java 1.6_10+ and needs some special setup in Eclipse. Follow this tutorial to get rid of the error message: \n[Access restriction: Class is not accessible due to restriction on required library](http://www.digizol.com/2008/09/eclipse-access-restriction-on-library.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimpulver%2Fghost","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimpulver%2Fghost","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimpulver%2Fghost/lists"}