An open API service indexing awesome lists of open source software.

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

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
```