sdl - ncurses with graphics window -


i have bare-bones linux distro running on machine connected laser. want develop interface allows me to:

  1. configure settings laser (e.g. toolbars , buttons)
  2. display current path of laser (e.g. graphics window)

since these bare-bones machines, don't have x11 installed. figured perhaps use ncurses develop cross-platform interface configure settings laser, , use sdl draw arcs , lines represent path of laser.

while i'm comfortable using ncurses , sdl independently, i'm having trouble figuring out how embed sdl graphics within ncurses window.

is possible embed graphics window (not sdl) ncurses application? if not, there cross-platform alternative ncurses need without x11?

the ncurses project appears focused on developing library construction of text-based user interfaces. such, not believe there is, nor planned be, support embedding sdl graphical context.

i suggest looking other options such agar library enables creation of graphical user interfaces within sdl.


Comments

Popular posts from this blog

php - Calling a template part from a post -

Firefox SVG shape not printing when it has stroke -

How to mention the localhost in android -