{"id":20561023,"url":"https://github.com/utf-4096/noleafclover","last_synced_at":"2026-04-11T23:44:05.308Z","repository":{"id":162543358,"uuid":"543609173","full_name":"utf-4096/noleafclover","owner":"utf-4096","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-30T13:19:19.000Z","size":6265,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T16:16:36.222Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/utf-4096.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-30T13:17:03.000Z","updated_at":"2022-09-30T14:10:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"951a7d90-4992-4fb7-ac8e-bb3bfd825872","html_url":"https://github.com/utf-4096/noleafclover","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/utf-4096%2Fnoleafclover","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utf-4096%2Fnoleafclover/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utf-4096%2Fnoleafclover/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/utf-4096%2Fnoleafclover/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/utf-4096","download_url":"https://codeload.github.com/utf-4096/noleafclover/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242171455,"owners_count":20083553,"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-11-16T03:56:34.006Z","updated_at":"2026-04-11T23:44:00.271Z","avatar_url":"https://github.com/utf-4096.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# noleafclover\n====================================================================================================\n\n[![Build Status](https://travis-ci.org/yvt/openspades.png?branch=master)](https://travis-ci.org/yvt/openspades)\n\nWhat is it?\n----------------------------------------------------------------------------------------------------\n\nOpenSpades is a compatible client of Ace of Spades 0.75.\n\n* Can connect to a vanilla/pyspades/pysnip server.\n* Uses OpenGL/AL for better visuals.\n* Open source, and cross platform.\n\nInstallation\n----------------------------------------------------------------------------------------------------\n\n### On Linux\n\nGCC 4.8 / Clang 3.2 or later is recommended because OpenSpades relies on C++11 features heavily.\n\n1. Install dependencies:\n\n   *On Debian-derived distributions*: \n    ```sudo apt-get install pkg-config libglew-dev libcurl3-openssl-dev libsdl2-dev libsdl2-image-dev libalut-dev``` (because of a bug in some distributions, you might also\n   have to install more packages by ```sudo apt-get install libjpeg-dev libxinerama-dev libxft-dev```)\n\n\n   *On other distributions*: \n   Install corresponding packages from your repository (or compile from source).\n   \n2. Download \u0026 install `SDL-2.0.2`\n   ```bash\n   wget http://www.libsdl.org/release/SDL2-2.0.2.tar.gz\n   tar -zxvf SDL2-2.0.2.tar.gz\n   cd SDL2-2.0.2/\n   ./configure \u0026\u0026 make \u0026\u0026 sudo make install\n   cd ../\n   ```\n   Additional dependencies may be required.\n\n3. Download \u0026 install `SDL2_image-2.0.0` \n   ```bash\n   wget https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.0.0.tar.gz\n   tar -zxvf SDL2_image-2.0.0.tar.gz\n   cd SDL2_image-2.0.0/\n   ./configure \u0026\u0026 make \u0026\u0026 sudo make install\n   cd ../\n   ```\n   Additional dependencies may be required.\n\n4. Clone OpenSpades repository:\n\n   ```git clone https://github.com/yvt/openspades.git \u0026\u0026 cd openspades```\n\n5. Create directory `openspades.mk` in cloned/downloaded openspades repo and compile:\n\n   ```bash\n   mkdir openspades.mk\n   cd openspades.mk\n   cmake .. -DCMAKE_BUILD_TYPE=Release \u0026\u0026 make\n   ```\n\n6. Install openspades: \n\n   ```sudo make install```\n   \n   **note**: `make install` broken in old releases\n\n7. Get shared files: \n   * If you compiling certain release (0.0.10 for example): \n\n      Download windows binary of OpenSpades from\n      https://sites.google.com/a/yvt.jp/openspades/downloads, extract it, and copy the .pak files\n      inside Resources directory into `/usr/local/share/games/openspades/Resources` or\n      `$XDG_DATA_HOME/openspades/Resources`. If there were some files in these directories, you probably\n      should remove them.\n\n      **note**: use `~/.openspades/Resources` in old releases.\n\n   * If you compiling straight from source (git clone):\n\n      All needed resources would be downloaded while `make install`, so no need to worry.\n\n      If you didn't launched `make install`, you can install resources manually. \n      See `Resources/PakLocation.txt` to find out where get latest shared files.\n      Download, extract, and place them into `/usr/local/share/games/openspades/Resources` or\n      `$XDG_DATA_HOME/openspades/Resources`\n\n8. Launch:\n\n   `openspades` or `cd $REPO_DIRECTORY; ./openspades.mk/bin/OpenSpades` and enjoy\n\n\n### On Windows (with visual studio)\n\n1. Get CMake, Visual Studio 2013 (Express), and the OpenSpades source.\n   Official: https://github.com/yvt/openspades\n   Unofficial: https://github.com/learn-more/openspades\n2. Extract or checkout the source (all examples will assume ```E:/Projects/openspades```, update paths in the examples to reflect yours)\n3. Get (pre-compiled) copies of fltk, glew, curl, sdl2 and zlib, and place them in ```E:/Projects/openspades/Sources/Externals```.\n   See the file ```E:/Projects/openspades/Sources/Externals/readme.txt``` for details (and a pre-compiled set of libraries).\n4. Run CMake, using the paths:\n   ```Source:   E:/Projects/openspades```\n   ```Binaries: E:/Projects/openspades/OpenSpades.msvc```\n   For your convenience, create the directory: ```E:/Projects/openspades/OpenSpades.msvc/os.Resources```, extract the resources (.pak files) to this dir,\n   set ```OPENSPADES_RESDIR``` to point to this directory. (Run CMake again, now when running debug builds openspades will also read resources from this dir)\n5. Open ```E:/Projects/openspades/OpenSpades.msvc/OpenSpades.sln``` in visual studio.\n\n### On Mac OS X (with Xcode)\n\n1. Get the latest version of Xcode and OpenSpades source.\n2. Download and install [SDL2 development libraries for OS X](http://www.libsdl.org/download-2.0.php) to `/Library/Frameworks`.\n3. Download and install [SDL2_image development libraries for OS X](https://www.libsdl.org/projects/SDL_image/) to `/Library/Frameworks`.\n4. Download [OS X release of OpenSpades](https://github.com/yvt/openspades/releases), show the package contents, and copy `libysrspades.dylib` to the root of OpenSpades source tree.\n5. Open `OpenSpades.xcodeproj` and build.\n\nLicensing\n----------------------------------------------------------------------------------------------------\nPlease see the file named LICENSE.\n\nNote that other assets including sounds and models are not open source.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futf-4096%2Fnoleafclover","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Futf-4096%2Fnoleafclover","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Futf-4096%2Fnoleafclover/lists"}