Results 1 to 2 of 2

Thread: Concerning Graphics . . . . .

  1. #1
    Junior Member TBProgramer52's Avatar
    Join Date
    Mar 2010
    Location
    Saint George, Ut
    Posts
    24
    Rep Power
    17

    Talking Concerning Graphics . . . . .

    I was wondering, can I use all types of graphics in ThinBasic programming? Should they be in a certain format in order to work properly?
    Just asking though?

    From TBProgramer52,
    (Richard L. West)

  2. #2
    thinBasic MVPs
    Join Date
    Oct 2012
    Location
    Germany
    Age
    54
    Posts
    1,533
    Rep Power
    171
    What kind of graphics are you talking about? "Graphics" is a wide expression...

    Image formats (2D)? Mesh-formats (3D)?

    *.bmp-format will work with UI-controls and TBGL in any case I think.

    for 2D-images or textures there's also FreeImage-library which does almost any 2D-format,

    TBGL can load *.bmp and uncompressed *.tga and with a little effort also *.png (min OS WinXP SP2 required for *.png) for textures

    for 3D there's only *.M15-format native supported, but there are ways to read data from common formats as *.obj and others.
    I think there are missing some Forum-sections as beta-testing and support

Similar Threads

  1. my new Graphics Card
    By zak in forum Shout Box Area
    Replies: 5
    Last Post: 23-09-2011, 11:26
  2. easiest graphics with c++
    By zak in forum Science
    Replies: 0
    Last Post: 06-07-2011, 11:56
  3. Vector Graphics
    By Pipes in forum TBGL General
    Replies: 21
    Last Post: 31-08-2009, 20:44
  4. Graphics Tablets
    By kryton9 in forum General
    Replies: 8
    Last Post: 11-08-2007, 19:43
  5. 3D graphics for fun !
    By Petr Schreiber in forum TBGL Scripts and Projects
    Replies: 10
    Last Post: 14-11-2005, 20:37

Members who have read this thread: 0

There are no members to list at the moment.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •