https://github.com/palaceswitcher/gameloft-j2me-tools
Tools and documentation for modding Gameloft's J2ME games
https://github.com/palaceswitcher/gameloft-j2me-tools
gameloft imgui j2me modding-tool sdl3
Last synced: about 2 months ago
JSON representation
Tools and documentation for modding Gameloft's J2ME games
- Host: GitHub
- URL: https://github.com/palaceswitcher/gameloft-j2me-tools
- Owner: palaceswitcher
- License: gpl-3.0
- Created: 2025-01-23T03:26:48.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-04T01:51:30.000Z (3 months ago)
- Last Synced: 2025-03-04T02:34:39.549Z (3 months ago)
- Topics: gameloft, imgui, j2me, modding-tool, sdl3
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gameloft J2ME Tools
A GUI tool and Python scripts for modifying Gameloft's J2ME asset files.
## Building
The following build instructions should work for both Windows and Linux, provided you have installed the appropriate dependencies. [MSYS2](https://www.msys2.org/) is recommended for Windows.
### Dependencies
- SDL3
- CMake```
git clone --recursive https://github.com/palaceswitcher/Gameloft-J2ME-Tools
cd Gameloft-J2ME-Tools
mkdir build && cd build
cmake ..
make
```