-1

I need to know whether there is any BGI library for graphics in Linux.

Please do not suggest any library other than BGI because I want to use it using C and I am comfortable with it.

alk
  • 69,737
  • 10
  • 105
  • 255
wantobegeek
  • 1,665
  • 3
  • 19
  • 19

1 Answers1

5

I want to use it using C and I am comfortable with it

Is that a reason to shun other, perhaps more suitable C accessible libraries that are fit-for-purpose?

A quick search online showed that:

  1. BGI is abandoned
  2. There is BOSS

I quote:

BOSS

This is the BGI Over SDL Subsystem that consists of a rewrite of old DOS header file/libraries: Borland's graphics.h, conio.h, bios.h. Also includes some support for sound and for mouse. I started this project to support a couple DOS game projects a friend and I were working on many years ago. Here's the page on which I had charted my original progress.

Which you can find here

alk
  • 69,737
  • 10
  • 105
  • 255
Aiden Bell
  • 28,212
  • 4
  • 75
  • 119