SDL extensions

Hello, I’ve started few days ago programming
with SDL libraries.
First of all, I’d like to congratulate with
Sam for the excellent job he has made till now.

Working with Linux for developing multi-platform
software is great :slight_smile:

I have some questions.
Someone has already made SDL extensions for:

  • drawing primitives (lines, arcs, circles, etc…)
  • bitmap font support
  • truetype font support
  • joystick support
  • serial port support
  • GUI (buttons, dialogs, scrollbars, edits, etc…)
  • network support (TCP/IP)

I develop commercial software, so I need that
sources are under LGPL (not GPL), cause I can’t
open my sources (and I’m sorry about it).

Thanks to all
Bye
Enzo

fn53974 at bo.flashnet.it wrote:

I have some questions.
Someone has already made SDL extensions for:

  • drawing primitives (lines, arcs, circles, etc…)
  • bitmap font support
  • truetype font support
  • joystick support
  • serial port support
  • GUI (buttons, dialogs, scrollbars, edits, etc…)
  • network support (TCP/IP)

You’d find some of these things in SDL-demos package if you
looked there :wink:

Take a look at PowerPak. It includes True Type fonts and drawing
primitives.
http://www.angelfire.com/va/powerpakgsdk/

Karl

fn53974 at bo.flashnet.it wrote:>

Hello, I’ve started few days ago programming
with SDL libraries.
First of all, I’d like to congratulate with
Sam for the excellent job he has made till now.

Working with Linux for developing multi-platform
software is great :slight_smile:

I have some questions.
Someone has already made SDL extensions for:

  • drawing primitives (lines, arcs, circles, etc…)
  • bitmap font support
  • truetype font support
  • joystick support
  • serial port support
  • GUI (buttons, dialogs, scrollbars, edits, etc…)
  • network support (TCP/IP)

I develop commercial software, so I need that
sources are under LGPL (not GPL), cause I can’t
open my sources (and I’m sorry about it).

Thanks to all
Bye
Enzo