https://github.com/user95401/programming-memes
get image memes in game
https://github.com/user95401/programming-memes
Last synced: over 1 year ago
JSON representation
get image memes in game
- Host: GitHub
- URL: https://github.com/user95401/programming-memes
- Owner: user95401
- License: mit
- Created: 2024-11-03T09:24:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-02T08:27:50.000Z (over 1 year ago)
- Last Synced: 2025-01-15T19:28:13.223Z (over 1 year ago)
- Language: C++
- Homepage: https://geode-sdk.org/mods/user95401.programming_memes
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
#### Mod developer was banned on Geode for dumb reasons, but he still keeps his mods up-to-date.
See for working latest versions at [releases page](../../releases)!
> Yes, u can't find it in geode servers, download it and install manually.
# Programming Memes
Get random endless programming memes images directly in the game using [Programming Memes Images](https://rapidapi.com/kaushalsharma880-GAglnDIvTy/api/programming-memes-images) API.
\- popup meme on game loaded
\- button in geode mods layer to popup meme
\- ability for devs to open random meme using that mod
To open random meme in your mod using that mod:
```cpp
auto openup = typeinfo_cast(GameManager::get()->getChildByID("popup-random-meme"));
if (openup) openup->activate();
```

*Updated logo.png to change mod's icon (yippee)*
## Getting started
We recommend heading over to [the getting started section on geode docs](https://docs.geode-sdk.org/getting-started/) for useful info on what to do next.
## Build instructions
For more info, see [our docs](https://docs.geode-sdk.org/getting-started/create-mod#build)
```sh
# Assuming you have the Geode CLI set up already
geode build
```
# Resources
* [Geode SDK Documentation](https://docs.geode-sdk.org/)
* [Geode SDK Source Code](https://github.com/geode-sdk/geode/)
* [Geode CLI](https://github.com/geode-sdk/cli)
* [Bindings](https://github.com/geode-sdk/bindings/)
* [Dev Tools](https://github.com/geode-sdk/DevTools)