Tagged Questions

22
votes
4answers
2k views

Haskell library for 2D drawing

I basically want to create a full screen window and draw text on it in different colors and sizes (and also update the screen). I've used pygame for this in python and I'm looking for a similar ...
22
votes
6answers
19k views

C# graph drawing library?

I'm looking for a (free) library which allows me to draw a CFG (control flow graph). Something like yFiles, but free or preferably open source? Ideally this library would allow the user to navigate ...
20
votes
8answers
4k views

Are there any good Javascript graphics libraries?

After staring at this 3D cube and these triangles for a while I started wondering if there's any good reliable Javascript graphics library with basic 3D support. Any suggestion?
13
votes
5answers
1k views

Image drawing library for Haskell?

I'm working on a Haskell program for playing spatial games: I have a graph of a bunch of "individuals" playing the Prisoner's Dilemma, but only with their immediate neighbors, and copying the ...
11
votes
7answers
768 views

Introduction to Java Graphics Libraries

I just got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am ...
7
votes
3answers
782 views

Ruby library/gem for game graphics?

I am creating a simple Blackjack game in Ruby, and I have finished all the game logic stuff (finally!) and currently have it running through the command line. It is all working, so now I need a ...
7
votes
4answers
891 views

ASCII “graphics” library?

Is there a platform-independent C/C++ library that can draw simple "graphics" in pure ASCII in a console program? For example (VERY roughly) I could call a function in the library like rectangle(3, ...
7
votes
4answers
5k views

A Good 3D mesh library

I'm looking for a good 3D Mesh library Should be able to read popular formats (OFF, OBJ...) Should support both half-edge structure and a triangle soup Should be tolerant to faults and illegal ...
6
votes
4answers
3k views

Java Graphics library

I'm looking for a high-level java graphic library for creating artistic text, watermarks, resize, crop, image identification and manipulation. ImageMagic is a good example of such library, but its ...
6
votes
4answers
2k views

Fast Vector rendering library for C or Python

I'm looking for a library like Cairo, just far faster. It has to be a library that works with C or Python. It also would be nice if I could output to PNG, and SVG. I am looking at Qt's arthur, but ...
6
votes
6answers
3k views

Drawing Library for Ruby

I am trying to code a flowchart generator for a language using Ruby. I wanted to know if there were any libraries that I could use to draw various shapes for the various flowchart elements and write ...
5
votes
8answers
6k views

Which JavaScript graphics library has the best performance?

I'm doing some research for a JavaScript project where the performance of drawing simple primitives (i.e. lines) is by far the top priority. The answers to this question provide a great list of JS ...
5
votes
3answers
830 views

Best graphic library for .NET/Mono

I am looking for a high-performance graphic library for .NET and Mono. I have taken a look at Tao framework and, while it is very complete, it's quite lacking in terms of usability. It should be ...
4
votes
8answers
381 views

Is there a simple library for C++ to draw to the screen?

I'm just starting out in C++ programming and I want to try creating a space invaders clone in C++, I want to avoid using game libraries and things that would solve a lot of the problems (like game ...
4
votes
8answers
700 views

Graphics library in C

I was wondering if there were any good free graphics libraries for C that are easy to use? It's for plotting 2d and 3d graphs and then saving to a file. It's on a Linux system and there's no gnuplot ...
4
votes
8answers
9k views

A Simple, 2d cross-platform graphics library for c or c++?

As in title, i need a 2d graphics library that is cross-platform, and provides simple functions, like in Basic; essentially, i only need to paint a pixel a certain color-I do not need hardware ...
4
votes
6answers
1k views

Where can I find a simple graphics C library for writing directly onto a frame?

I need a simple graphics C library to use on a device where I will be writing directly to the frame. The frame is located in regular memory. There is no graphics acceleration hardware. Nothing ...
3
votes
0answers
144 views

Is it worth to create a pure graphics library for haskell [closed]

I am quite new to Haskell, but there is some idea, I have. I would like to know if it's worth to implement it (if it's consistent with recommended Haskell style and if it isn't already done). I am ...
3
votes
1answer
271 views

Which GUI library is used to develop Mozilla Firefox?

Which GUI library is used to develop Firefox? Qt? GTK+? Windows native?
3
votes
5answers
150 views

3-d animation in C++

I am doing a scientific project in C++ and I need to draw simple animated 3-d images of moving atomic groups. What is a good and convenient graphics library to do that? Some general remarks are also ...
3
votes
3answers
533 views

Plotting graphs in C++

I need a well-designed library to draw 2d/3d plots with C++ under Linux. Both smooth design and smooth plotting are important for my needs. Any suggestions? Thank you in advance.
3
votes
3answers
4k views

Best .NET graphics library for 3D sphere drawing?

I am going to be making an application that lets users input several parameters for a bowling ball layout, and then show what that layout would look like on the ball. I have found some good resources ...
2
votes
5answers
81 views

Are there some libraries with C API to draw pictures?

Are there some libraries with C API to draw pictures? Just like the library matplotlib in python. I will use it to draw lines, dots, circles and I hope it has detailed documentation and opensource. My ...
2
votes
1answer
123 views

What do people in the computer graphics industry use for ray tracing? [closed]

I took a computer graphics course (graduate level) this past year. We spent the semester building a ray tracer and adding features to it. We built everything from scratch in C++, presumably for the ...
2
votes
1answer
144 views

Fast C++ Graphics (as in programming time)

I've played around with GLUT, but I've also read about SDL and one or two other graphics libraries. All I want to do at this point is 2D work. For what I'm doing right now, pixel by pixel plotting is ...
2
votes
3answers
104 views

What would be a good library to draw to the screen in c++?

I am creating simulation that models how an gas behaves in a container. I have collision checking set up, however I would like to draw the data on screen to make sure it is working correctly All I ...
2
votes
3answers
195 views

Inner Workings of C++ Graphics Libraries

As you probably know, C++ has no standard graphics library. Most games use DirectX or OpenGL. But how do those libraries actually work? In other words, how can the third-party libraries draw ...
2
votes
2answers
392 views

C++ Graphics and Audio Libraries

I'm trying to find some good C++ Graphics/Audio Libraries. I have tried searching this site but the only answers I can find is "X library is the best library ever." It gives me no information about ...
2
votes
3answers
340 views

What are the good javascript libraries for drawing shapes?

I'm wanting to create various shapes in HTML pages and am looking for a decent javascript library to simplify the task. What type of js libraries exist for drawing shapes on the web? I am familiar ...
2
votes
3answers
142 views

What's a good java library for graphing tabular data?

i have some tab-delimiter data in csv file, and i want to graph these data, and overlap the graph if possible. i'm currently doing this using excel, which is kinda slow when i have many graphs to ...
2
votes
3answers
1k views

Alternatives to Love2D for a Lua 2D Graphics Lib

I'm looking for alternatives to the Love2D graphics/game library which ideally would support the following: Easy primitive rendering (e.g. points, lines, 2d polygons) Ability to load and draw images ...
2
votes
1answer
424 views

Ruby Support for SVG

Is there some library or helper to produce SVG graphics with Ruby? I googled a bit and found many, but all seem to be dusty and very incomplete… Does anyone know about some nice, reliable alternative? ...
2
votes
2answers
236 views

Best way to programatically create image

I'm looking for a way to create a graphics file (I don't really mind the file type, as they are easily converted). The input would be the desired resolution, and a list of pixels and colors (x, y, ...
2
votes
3answers
1k views

What is the best 2D graphics library for Windows Mobile?

The title speaks for itself... I've tried to find another question like it but must have missed it if it exists. I'm looking for anything, from a core library replacing GAPI to a .net wrapper... It's ...
1
vote
3answers
143 views

How i can get and use the header file <graphics.h> in my C++ program?

I have been searching to get the source codes of the header file and its associated library in order to integrate it with my C++ program. At the same time, I am interested in those cross-platform ...
1
vote
2answers
262 views

Free C/C++ geometric math library offering polygons, splines, subdivs..?

Free 3D geometric math library recommendations which offering polygon, spline, subdivs..? I prefer open-source and BSD like license library.
1
vote
3answers
426 views

Game engine or graphics library?

Should I use a game engine or a graphics library? I was just thinking of making a simple game to start out with, but what about when you get to higher-end stuff and high poly models? Which would be ...
1
vote
1answer
326 views

Monochrome BitMap Library

I am trying to create a piece of software that can be used to create VERY large (10000x10000) sized bitmaps. All I need is something that can work in monochrome, since the required output is a matrix ...
1
vote
4answers
364 views

iPhone new game, help!

Hello I'm a programmer that has just recently started programming applications for the iPhone. I want to create a game where the main character goes around a series of room and each of this contains ...
1
vote
2answers
120 views

Are there any .NET Graphics Calculate Libraries?

Sorry for my bad English. I want to find a Calculate Library not a Drawing Library to help me do some graphics calulation like Bezier's length, point on Beziers or other metadata. Is there any ...
1
vote
3answers
287 views

Antialiasing alternatives

I've seen antialiasing on Windows using GDI+, Java and also that provided by Photoshop and Gimp. Are there any other libraries out there which provide antialiasing facility without depending on ...
0
votes
3answers
28 views

Is there a library for c++ (or a tool) to reduce colors in a PNG image with alpha values?

I have a PNG-Image with alpha values and need to reduce the amount of colors. I need to have no more than 256 colors for all the colors in the image and so far everything I tried (from paint shop to ...
0
votes
1answer
63 views

Graphics lib for 'SVG Editor' [closed]

I want to create my own SVG Editor on Java. Suggest good library for this. Please. It library should be simple and fast.
0
votes
1answer
63 views

How to draw a thermal graphic in C#?

I want to draw a thermal graphic in C#. This graphic likes this picture. I found a charting library ZedGraph. But the library can't do this. Any suggestions? Thank you very much.
0
votes
2answers
184 views

Well-documented, Open Source and Fast C/C++ image manipulation library. Like 'resize', rotate, change color, crop [closed]

Looking for a bunch of optimized image processing utility functions. Like: Resize with Cubic Interpolation, Rotate, Crop, Change a Color to a different Color. Much like what the GIMP has. But without ...
0
votes
3answers
165 views

Fast Graphics library which can support Animated GIFs

I am using ImageMagick with animated gifs but it is very slow. Taking twenty seconds for a single animation. Is there an alternate C/C++ graphics library which is fast? A good result may be those ...
0
votes
1answer
34 views

Best Graphdrawing library

I have some data that has X and Y values and i would like to print them in a graph. I don't need anything advanced because the data is very simple but I would like something that looks good and has ...
0
votes
2answers
168 views

Vector Graphics Library supporting animation C#/Java/Python

Is there any vector graphics library (free or commercial) with available documentation preferably in C#, Java, Python or other managed languages, which supports animation? I want to develop an ...
0
votes
0answers
47 views

Which Linux gfx lib (SDL, wx, pure X etc.) suits best for basic features incl. UTF8 font rendering?

I need to choose a Linux gfx library for our ticket machine. It's an Intel Atom-powered ITX computer in a special house (also, there's ticket printer and other gadgets in the house) with 1G RAM and ...
0
votes
2answers
62 views

What's the best Java library to use for logo generation?

I want to write a logo generation website. I'd like to render the logo using a variety of fonts and effects. Is there a Java library that could help with this? I've searched but have only found ...

1 2