Is there any graphic library of C on mac? [closed] - c

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to use C to draw some graphic on Mac, is there any graphic library provided on Mac?

Check out this link http://www.opengl.org/wiki/Getting_started#Mac_OS_X
You might also need to learn about GLUT before developing any useful graphics application.

OpenGL is available. What kind of graphics do you need?

Related

Navigation for beginners (write steps) [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I am totally new with extjs and I would be greatful if you could provide me guides for extjs:
For the most simple: how to download and install extjs
Until how to learn to use it. If there is any video tutorial for beginners.
Start with the documentation:
http://docs.sencha.com/extjs/4.1.1
It includes tutorials, videos etc.

How to get the screen refresh rate using Xlib [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm looking for Xlib function or macro that will give me actual screen's refresh rate. Thanks.
Doing a quick search tells me it's not possible directly with xlib. However it seems possible using the XRandR extension, with the function XRRConfigRates.

Graphic programming in C, Linux [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I save the data from USB into the database sqlite3 and I want to create a wave of these datas, I prefer to use C in Linux, maybe another language is also ok. Anyone has an idea?
Thanks.
If you can use C++ then checkout QT, has its open graphics library and supports OpenGL too

Collabrative Embedded C programming projects [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Looking for embedded C projects where I can work with group or individuals. My goal is to keep skills current while honing and learning new skills and techniques.
You could try using Arduino, it seems to have a big community worldwide.

How to use and edit Windows exceutable resources from C? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Can anyone tell me how to add a Windows string resource?
How to read it?
And, lastly, code for another C program to edit that resource.
thanx a lot in advance...hope you guyz don't laugh ..;)
Assuming that you are talking about Windows resources inside of executables, see this:
http://www.codeproject.com/KB/cpp/dynares.aspx

Resources