update README

This commit is contained in:
Gwenhael Le Moine 2024-09-08 16:20:00 +02:00
parent f4c7855abc
commit bdd6310bc1
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -26,7 +26,7 @@ You can use the script `setup-x48ng-home.sh` or simply run `x48ng --rom=<romfile
![screenshot of x48ng --x11](./x11-screenshot.png?raw=true "screenshot of x48ng --x11") ![screenshot of x48ng --x11](./x11-screenshot.png?raw=true "screenshot of x48ng --x11")
### `--sdl` version ### `--sdl`/`--sdl2` version
![screenshot of x48ng --sdl](./sdl-screenshot.png?raw=true "screenshot of x48ng --sdl") ![screenshot of x48ng --sdl](./sdl-screenshot.png?raw=true "screenshot of x48ng --sdl")
@ -58,6 +58,7 @@ _To quit `x48ng` use `F7`
5. refactoring as a way to explore/understand the codebase 5. refactoring as a way to explore/understand the codebase
6. drop Xresources 6. drop Xresources
7. link to lua to use it as a config file reader 7. link to lua to use it as a config file reader
8. ported the SDL1 GUI to SDL2
## Bugs to fix ## Bugs to fix
@ -65,10 +66,6 @@ See and report at https://github.com/gwenhael-le-moine/x48ng/issues
## What more I would like to do: ## What more I would like to do:
### short term
- port from sdl1.2 to sdl2
### long(er) term ### long(er) term
- GUI in gtk(4)? - GUI in gtk(4)?
@ -89,7 +86,12 @@ Ncurses front-end is always built-in.
- Lua - Lua
- readline - readline
for SDL version: for SDL2 version:
- SDL2_gfx
- SDL 2
for SDL1 version:
- SDL_gfx1 - SDL_gfx1
- SDL 1.2 or sdl12_compat - SDL 1.2 or sdl12_compat