All Projects → hex007 → Freej2me

hex007 / Freej2me

Licence: other
A free J2ME emulator with libretro, awt and sdl2 frontends.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Freej2me

speljongen
gameboy emulator written in c++
Stars: ✭ 15 (-92.61%)
Mutual labels:  emulator, sdl2
gameboyGO
Gameboy emulator in go
Stars: ✭ 24 (-88.18%)
Mutual labels:  emulator, sdl2
Jitboy
A Game Boy emulator with dynamic recompilation (JIT)
Stars: ✭ 190 (-6.4%)
Mutual labels:  sdl2, emulator
Cryboy
A Game Boy (Color) emulator written in Crystal
Stars: ✭ 68 (-66.5%)
Mutual labels:  sdl2, emulator
Nestur
The NES (emulator) you left outside in the rain but let dry and still kind of works
Stars: ✭ 505 (+148.77%)
Mutual labels:  sdl2, emulator
Anese
Another NES Emulator - written for fun & learning - first implementation of wideNES
Stars: ✭ 323 (+59.11%)
Mutual labels:  sdl2, emulator
pac-man-emulator
🕹 An emulator for the Pac-Man arcade machine (Zilog Z80 CPU) for Win/Mac/*nix and Xbox One.
Stars: ✭ 20 (-90.15%)
Mutual labels:  emulator, sdl2
Dosbox Staging
DOS/x86 emulator focusing on ease of use
Stars: ✭ 412 (+102.96%)
Mutual labels:  sdl2, emulator
Tapir
RGSS compatible runtime (namely: emulator for RPG Maker XP, VX, and VX Ace)
Stars: ✭ 60 (-70.44%)
Mutual labels:  sdl2, emulator
Retro8
PICO-8 implementation with SDL2 and RetroArch back-ends
Stars: ✭ 116 (-42.86%)
Mutual labels:  sdl2, emulator
Vaporboy
Gameboy / Gameboy Color Emulator PWA built with Preact. ⚛️ Powered by wasmBoy. 🎮Themed with VaporWave. 🌴🐬
Stars: ✭ 182 (-10.34%)
Mutual labels:  emulator
Ioredis Mock
Emulates ioredis by performing all operations in-memory.
Stars: ✭ 181 (-10.84%)
Mutual labels:  emulator
Simplenes
An NES emulator in C++
Stars: ✭ 2,915 (+1335.96%)
Mutual labels:  emulator
Pcbasic
PC-BASIC - A free, cross-platform emulator for the GW-BASIC family of interpreters
Stars: ✭ 196 (-3.45%)
Mutual labels:  emulator
Flextgl
OpenGL and Vulkan header and loader generator.
Stars: ✭ 180 (-11.33%)
Mutual labels:  sdl2
Not64
Experimental modification of Mupen64GC using devkitRice.
Stars: ✭ 180 (-11.33%)
Mutual labels:  emulator
Gwork
Skinnable GUI with useful widget collection. Fork of GWEN.
Stars: ✭ 179 (-11.82%)
Mutual labels:  sdl2
Civone
An open source implementation of Sid Meier's Civilization.
Stars: ✭ 176 (-13.3%)
Mutual labels:  sdl2
Fbalpha
Official Repository of FB Alpha Emulator
Stars: ✭ 197 (-2.96%)
Mutual labels:  emulator
Cmulator
Cmulator is ( x86 - x64 ) Scriptable Reverse Engineering Sandbox Emulator for shellcode and PE binaries . Based on Unicorn & Zydis Engine & javascript
Stars: ✭ 197 (-2.96%)
Mutual labels:  emulator

freej2me

Java CI

A free J2ME emulator with libretro, awt and sdl2 frontends.

Authors :


Controls

  • Q and W for soft1 and soft2.
  • Arrow keys for nav, unless you turn nokia off, when arrow keys become 2, 4, 6, and 8.
  • Numbers work as expected, the number pad is inverted (123 swap with 789, like a phone) ESC brings up the menu.
  • E and R are alternatives to * and #.
  • Enter functions as 5

Links

Screenshots: https://imgur.com/a/2vAeC

Discussion/Support thread: https://retropie.org.uk/forum/topic/13084/freej2me-support-thread

Development thread: https://retropie.org.uk/forum/topic/11441/would-you-like-to-play-nokia-j2me-games-on-retropie/


Compilation:

> cd freej2me/
> ant

# SDL2 binary compilation
> cd src/sdl2
> make
> make install

Will create jar files for each frontend. SDL2 jar file needs SDL binary to be compiled. SDL2 can be used to play on Raspberry pi.


How to contribute as a developer:

  1. Open an Issue
  2. Try solving that issue
  3. Post on the Issue if you have a possible solution
  4. Submit a PR implementing the solution

If you are not a developer:

  1. Post on discussion thread only

Roadmap:

  • Get as many games as possible to work well.
  • Document games that work well in the wiki
  • Reduce as many bugs as possible
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].