nikita36078 / J2ME-Loader

A J2ME emulator for Android.
Apache License 2.0
1.72k stars 195 forks source link

No fill color (transparent inside) button #964

Closed soundsnow closed 5 months ago

soundsnow commented 1 year ago

I submitted this issue for MasterEmu, WonderDroid Ultra, Snepulator, DroidArcadia Some emulators use pictures as virtual buttons, and some let software generate virtual buttons. I think it is enough to have text inside the button, and there is no need to fill the color, which will block the game screen

10×10 transparent:132 Bytes fill color:141 Bytes

It's obviously faster without filling more colors so it loads into memory faster The fewer colors a device generates, the longer it will last for the hardware lifespan For the emulator that uses png images as buttons, png already supports transparent colors, but it is not jpg, why should it be filled with more colors?

132B 141B
1outline 1

image200 image201

SuperWillow commented 1 year ago

@soundsnow Это кстати офф-топ, это J2ME Loader, пиши хотя-бы здесь: https://github.com/Rakashazi/emu-ex-plus-alpha/issues

SuperWillow commented 8 months ago

@soundsnow И кстати, если хочешь сделать в своем эмуляторе правильные цвета управления как в RetroArch и других эмуляторах. Надо просто присмотреться на этом фото, и запомнить как правильно выглядят правильные цвета управления: Screenshot_20230817_223625.jpg П.с я не могу ответить на английском, так как я его не знаю -_- Тебе это понадобится?