[완료] x윈도우가 안깔려있는 리눅스에서 사용할 수 있는 그래픽 라이브러리는 어떤것이 있나요?

ksunghwank의 이미지

제가 리눅스를 설치하고 프로그래밍 공부를 하려고합니다.
도스같은경우는 TC에서 graphics.h 파일을 사용해서 동그라미 점 네모를 그릴 수 있었는데요.
리눅스의경우는 어떤 라이브러리가 있는지 궁금합니다. ^^

컴퓨터 사양이 워낙에 좋아서(?) x윈도우를 깔 형편이 못됩니다. ^^a
도움을 좀 주세요.

※openGL은 x윈도우상에서만 돌아가나요?? (Y/n) _

feanor의 이미지

SVGAlib을 사용하실 수 있습니다.
http://www.svgalib.org/

파란 상자를 그리는 간단한 예제입니다.

/* gcc bluebox.c -o bluebox -lvga -lvgagl */
 
#include "vga.h"
#include "vgagl.h"
 
int main() {
    int mode = G640x480x256;
 
    vga_init();
    vga_setmode(mode);
    gl_setcontextvga(mode);
 
    vga_setpalette(1, 0, 0, 63);
    gl_fillbox(50, 50, 50, 50, 1);
 
    vga_getch();
    vga_setmode(TEXT);
}
ksunghwank의 이미지

좋은정보 감사합니다. ^^

체스맨의 이미지

리눅스 프레임 버퍼도 있습니다. 과거에 도스에서 하던 것과 비슷하게, 비디오 메모리를 직접 매핑해서, 픽셀들을 찍을 수 있습니다.

MesaGL 은 프레임 버퍼 모드에서도 작동하기 때문에, OpenGL 을 X 윈도에서만 쓸 수 있는 것은 아닙니다.

http://www.mesa3d.org/glfbdev-driver.html

Orion Project : http://orionids.org

bushi의 이미지

SDL, DirectFB 가 생각납니다.

둘 모두, 최종 실행환경이 linux FB 인지 X window 인지 신경쓰지 않으셔도 됩니다.

SDL 이 여러가지 extension 이 많고, 심지어 widget 라이브러리까지 있다는 장점이 있다면,
DirectFB 는 user mode driver 를 통해 최상의 성능을 이끌어낼 수 있다는 장점이 있습니다.

OTL

ksunghwank의 이미지

답변 감사합니다. ^^
많은 도움이 되었습니다.

Quote:

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.