Skip to content

YellowCat98/iGeodeLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iGeodeLib

  • iGeodeLib is a library for developers that want to make iOS mods on geode!!! (you might not need geode for this, but haven't tested.)

Example:

#include <iGeodeLib.hpp>
#include <Geode/Geode.hpp>
#include <Geode/Modify/MenuLayer.hpp>

using namespace geode::prelude;

class $modify(MenuLayer) {
    void onMoreGames(CCObject*) {
        iGeodeLib::showAlert("Low Battery", "20% Battery Remaining", "Close");
    }
};

This SHOULD show you a "20% battery remaining" popup. (this project is unfinished as of now, the CShowAlert function is a little broken :3)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published