{"id":22108459,"url":"https://github.com/julesgrc0/wispy","last_synced_at":"2025-07-25T05:30:32.739Z","repository":{"id":201241330,"uuid":"707252878","full_name":"julesgrc0/wispy","owner":"julesgrc0","description":"Wipsy is a kind of 2D Minecraft","archived":false,"fork":false,"pushed_at":"2024-05-27T19:21:49.000Z","size":175865,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-28T04:05:26.868Z","etag":null,"topics":["2d","2d-game","2d-minecraft","android-game","c-game","cube-game","game","minecraft","raylib","wispy"],"latest_commit_sha":null,"homepage":"","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/julesgrc0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","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":"2023-10-19T14:19:26.000Z","updated_at":"2024-05-27T19:21:52.000Z","dependencies_parsed_at":"2024-02-05T22:41:33.653Z","dependency_job_id":"a0068ebd-fd1a-45d0-a256-791cc9b7ea20","html_url":"https://github.com/julesgrc0/wispy","commit_stats":null,"previous_names":["julesgrc0/wispy-c","julesgrc0/wispy"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julesgrc0%2Fwispy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julesgrc0%2Fwispy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julesgrc0%2Fwispy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/julesgrc0%2Fwispy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/julesgrc0","download_url":"https://codeload.github.com/julesgrc0/wispy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227525248,"owners_count":17783462,"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":["2d","2d-game","2d-minecraft","android-game","c-game","cube-game","game","minecraft","raylib","wispy"],"created_at":"2024-12-01T09:15:41.496Z","updated_at":"2024-12-01T09:15:42.453Z","avatar_url":"https://github.com/julesgrc0.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎮 Wispy\n\n\u003cimg src=\"./logo/logo.png\" width=\"100\" height=\"100\" alt=\"Wispy Logo\" style=\"border-radius: 10px;\"/\u003e\n\n![C](https://img.shields.io/github/languages/top/julesgrc0/wispy?label=C%20🔥) ![Platform](https://img.shields.io/badge/Platform%20🌍-Windows%20|%20Linux%20|%20Android-purple) ![Game](https://img.shields.io/badge/Game%20🎮-Wispy-green) ![Version](https://shields.io/github/v/release/julesgrc0/wispy?label=Version%20🧮\u0026color=lightblue) [![Downloads](https://img.shields.io/github/downloads/julesgrc0/wispy/total.svg?label=Downloads%20📊)](https://github.com/julesgrc0/wispy/releases/latest)\n[![Release Build](https://github.com/julesgrc0/wispy/actions/workflows/windows.yml/badge.svg)](https://github.com/julesgrc0/wispy/actions/workflows/windows.yml) [![Release Build](https://github.com/julesgrc0/wispy/actions/workflows/linux.yml/badge.svg)](https://github.com/julesgrc0/wispy/actions/workflows/linux.yml) [![Release Build](https://github.com/julesgrc0/wispy/actions/workflows/android.yml/badge.svg)](https://github.com/julesgrc0/wispy/actions/workflows/android.yml) \n\n\n**Concept**: Wipsy is a kind of 2D Minecraft.\n\n\n\u003e Preview 🎥\n\n| ![video 0](./.github/preview/game0.gif) | ![video 1](./.github/preview/game1.gif) |\n| ------------------------------- | ------------------------------- |\n| ![video 2](./.github/preview/game2.gif) | ![video 3](./.github/preview/game3.gif) |\n\n## 🚀 Project Insight\n\n### 📚 Libraries\n\n- zlib\n- raylib\n- pthread (linux/android)\n\n### 🛠 Building\n\n**⚙ Requirements**\n\n- [python](https://www.python.org/downloads/)\n- [cmake](https://cmake.org/)\n- [upx](https://github.com/upx/upx) (windows)\n\n**📦 Packing Assets**\n\n```bash\npython ./tools/pack_assets.py\n```\n\n**🌐 Clone the repository**\n\n```bash\ngit clone --recurse-submodules https://github.com/julesgrc0/wispy.git\n```\n\n**💻 Building for Windows**\n\n\u003e VSCode\n\nRun the build task with the following shortcut:\n\n\u003ckbd\u003eCtrl\u003c/kbd\u003e + \u003ckbd\u003eShift\u003c/kbd\u003e + \u003ckbd\u003eB\u003c/kbd\u003e\n\nThen select your target build configuration :\n\n- `Debug`/`Release`/`RelMinSize` (Compressed with UPX)\n- `x64`/`x86`\n- `windows`/`linux`\n\n\u003e Visual Studio\n\nOpen the project folder and select the build configuration.\n\n**🐧 Building for Linux**\n\n\u003e Install the required packages\n\n```bash\nsudo apt-get update -y\nsudo apt-get install -y libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libgl1-mesa-dev libglu1-mesa-dev\n```\n\n\u003e Build with CMake\n\n```bash\ncmake -S . -B out --preset=\u003cx64|x86\u003e-\u003cdebug|release|relminsize\u003e-\u003cwindows|linux|android\u003e\ncmake --build out --config \u003cdebug|release\u003e\n```\n\n**📱 Building for Android**\n\n\u003e Build with Android Studio\n\nOpen the project folder with Android Studio and select the build configuration.\n\n\u003e Command line\n\nSee the workflow file [android.yml](.github/workflows/android.yml) for more details.\n\n## 🤝 Get Involved\n\nWellcome to the community ! We are happy to see you here. If you want to [contribute](CONTRIBUTING.md) to the project, you can start by forking the repository and then submit a pull request 🔥. \n\n## 📃 License\n\nThis project is licensed under the terms of the [MIT license](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulesgrc0%2Fwispy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulesgrc0%2Fwispy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulesgrc0%2Fwispy/lists"}