Basic example/template mod for Geode
Find a file
2024-05-27 11:11:57 -03:00
src Improve readme and cmake (#5) 2024-05-27 11:11:57 -03:00
.gitignore ignore visual studio .vs/ folder 2024-02-24 12:19:14 -03:00
about.md Create about.md 2022-10-14 13:15:20 -03:00
CMakeLists.txt Improve readme and cmake (#5) 2024-05-27 11:11:57 -03:00
logo.png Add files via upload 2022-10-14 13:16:45 -03:00
README.md Improve readme and cmake (#5) 2024-05-27 11:11:57 -03:00

default mod logo

Build instructions

Windows

cmake -A win32 -B build
cmake --build build --config RelWithDebInfo

MacOS

cmake -B build
cmake --build build --config RelWithDebInfo

Resources

The SDK itself
The SDK Documentation
Bindings
Dev Tools