Recent

Author Topic: Other graphics libraries  (Read 7799 times)

gpuload

  • New member
  • *
  • Posts: 9
Other graphics libraries
« on: February 20, 2012, 01:54:14 am »
Hi all, as other library you can use? How can I do? thanks

Blaazen

  • Hero Member
  • *****
  • Posts: 3237
  • POKE 54296,15
    • Eye-Candy Controls
Re: Other graphics libraries
« Reply #1 on: February 20, 2012, 02:44:00 am »
I don't personally use them but there are:
1) Vampyre Imaging library: http://imaginglib.sourceforge.net/index.php?page=hom
2) BGRABitmap: http://wiki.lazarus.freepascal.org/BGRABitmap
3) AGGPas: http://www.crossgl.com/aggpas/aggpas-download.htm
and other, like Cairo.
Lazarus 2.3.0 (rev main-2_3-2863...) FPC 3.3.1 x86_64-linux-qt Chakra, Qt 4.8.7/5.13.2, Plasma 5.17.3
Lazarus 1.8.2 r57369 FPC 3.0.4 i386-win32-win32/win64 Wine 3.21

Try Eye-Candy Controls: https://sourceforge.net/projects/eccontrols/files/

gpuload

  • New member
  • *
  • Posts: 9
Re: Other graphics libraries
« Reply #2 on: February 20, 2012, 03:44:52 am »
I don't personally use them but there are:
1) Vampyre Imaging library: http://imaginglib.sourceforge.net/index.php?page=hom
2) BGRABitmap: http://wiki.lazarus.freepascal.org/BGRABitmap
3) AGGPas: http://www.crossgl.com/aggpas/aggpas-download.htm
and other, like Cairo.

Could you tell me how to use them? Thanks!

BigChimp

  • Hero Member
  • *****
  • Posts: 5740
  • Add to the wiki - it's free ;)
    • FPCUp, PaperTiger scanning and other open source projects
Re: Other graphics libraries
« Reply #3 on: February 20, 2012, 05:57:59 am »
Quote
I don't personally use them
I think you'll have to find out by yourself.

Apart from that, your question is much too broad. Why do you want to use all of them?

Wouldn't it make sense to first check their features and requirements, match them with your requirements and select one?

Then read the instructions/manual, try to get it working and only then ask "could you tell me..."

What somebody needs to know about how to use them will differ from person to person based on skill level, knowledge, operating system, requirements of application to be built, etc...
So unless you do a bit of research and tell us what you want exactly, that question doesn't really make much sense...

Good luck.
Want quicker answers to your questions? Read http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F

Open source including papertiger OCR/PDF scanning:
https://bitbucket.org/reiniero

Lazarus trunk+FPC trunk x86, Windows x64 unless otherwise specified

User137

  • Hero Member
  • *****
  • Posts: 1791
    • Nxpascal home
Re: Other graphics libraries
« Reply #4 on: February 20, 2012, 03:35:08 pm »
Graphics library for what? Drawing or gaming? Even 3D?

Chronos

  • Full Member
  • ***
  • Posts: 241
    • PascalClassLibrary
Re: Other graphics libraries
« Reply #5 on: February 20, 2012, 09:35:33 pm »

gpuload

  • New member
  • *
  • Posts: 9
Re: Other graphics libraries
« Reply #6 on: February 21, 2012, 01:43:15 am »
Quote
I don't personally use them
I think you'll have to find out by yourself.

Apart from that, your question is much too broad. Why do you want to use all of them?

Wouldn't it make sense to first check their features and requirements, match them with your requirements and select one?

Then read the instructions/manual, try to get it working and only then ask "could you tell me..."

What somebody needs to know about how to use them will differ from person to person based on skill level, knowledge, operating system, requirements of application to be built, etc...
So unless you do a bit of research and tell us what you want exactly, that question doesn't really make much sense...

Good luck.

I want light and fast, because gtk is slow and heavy enough

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Other graphics libraries
« Reply #7 on: February 21, 2012, 06:32:23 am »
Quote
I want light and fast, because gtk is slow and heavy enough
BGRABitmap and Vampyre is faster than fcl-image from my experience.

circular

  • Hero Member
  • *****
  • Posts: 4220
    • Personal webpage
Re: Other graphics libraries
« Reply #8 on: February 21, 2012, 12:18:22 pm »
To be fair, TBGRABitmap is derived from TFPCustomImage, but has a fixed way of storing colors (BGRA) and of course many routines base on it.

By the way there is a wiki about graphics libraries here:
http://wiki.lazarus.freepascal.org/Graphics_libraries
« Last Edit: February 21, 2012, 12:21:55 pm by circular »
Conscience is the debugger of the mind

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11453
  • FPC developer.
Re: Other graphics libraries
« Reply #9 on: February 21, 2012, 12:51:29 pm »
To be fair, TBGRABitmap is derived from TFPCustomImage, but has a fixed way of storing colors (BGRA) and of course many routines base on it.

By the way there is a wiki about graphics libraries here:
http://wiki.lazarus.freepascal.org/Graphics_libraries

Afaik LazintfImage also does that (and should be faster than standard tfpmemimage)

gpuload

  • New member
  • *
  • Posts: 9
Re: Other graphics libraries
« Reply #10 on: February 21, 2012, 02:53:54 pm »
Thank you all, I'll try the one that best suits my needs

 

TinyPortal © 2005-2018