Tagged Questions
0
votes
1answer
27 views
OSX bundle throwing exception only when app in MacOS folder and resources in Resources folder -EDIT: GLFW changes working dir when in a bundle
I'm building an C++ command line tool project (simple OpenGL application).
I use CMake with CPack to generate a bundle target.
When I build I get an app bundle, and when I run the application then it ...
0
votes
1answer
43 views
Missing openGL.framework in mac [closed]
I have a macbook air with an Intel HD Graphics 4000 512 MB graphic card, while programming an openGL program i realized my openGL.framework is missing although i still have GLUT & GLkit ...
0
votes
1answer
26 views
Best way to obtain a scrollable OpenGL view with Cocoa
Say I'm writing a 2D cad program of some sort, and I want to be able to zoom in and scroll around my document. However, I also want full control over how my document is drawn and I want an OpenGL ...
2
votes
1answer
91 views
Mac SDL+OpenGL App refuses to launch from anything but terminal
We've got a fairly mature cross-platform game engine which we've had running on OSX for several years now without a hitch; we recently upgraded the game from SDL 1.2.15 to 2.0, and at some point in ...
2
votes
2answers
72 views
How to render to an FBO on a shared context?
I have an application where I need to do the following:
load a texture from disk into a GL texture
run an image filter on it (render it onto another texture via an FBO)
display the resulting texture ...
0
votes
0answers
32 views
Getting an OpenGL error (I think!) trying to run a java jar on mac
Others have used this application, so I know it works. Here's the error I'm getting
java -jar switchEdit.jar
JavaVM WARNING: JAWT_GetAWT must be called after loading a JVM
org.lwjgl.LWJGLException: ...
1
vote
1answer
42 views
glfwGetGLVersion() returns 2.1 on OS X Lion
I'm trying to set up an OpenGL 3.2 context on Lion. I've got this code to set up the window:
glfwOpenWindowHint(GLFW_OPENGL_VERSION_MAJOR, 3);
glfwOpenWindowHint(GLFW_OPENGL_VERSION_MINOR, 2);
...
0
votes
0answers
14 views
Swap custom frameBuffer with NSOpenglContext
I'm developing a OpenGL application on Mac OSX.
I have created a framebuffer object and I have rendered on it. (my framebuffer is one back buffer).
How can I now swap my framebuffer and framebuffer ...
1
vote
0answers
56 views
Opengl is rendering the color of first pixel
I am trying to port my game engine from win/linux to mac os x and all works fine except for the textures. I use SOIL to load the textures and GLSL shaders to render and all it's done in C++.
I ...
0
votes
0answers
55 views
Compiling opengl mac and linux apps on windows
I'm making a windows opengl app, but with fully portable code (using GLEW and glfw)
Is there a way to compile .app files on windows, so it will work on linux and mac?
0
votes
1answer
72 views
OSX and OpenGL : ERROR: Internal error <FBConfig with necessary capabilities not found> in function fgOpenWindow
I have an OpenGL project I'm attempting to run in OSX 10.8, so far the project compiles correctly and when you attempt to start it, XQuartz will come up. However, before anything appears on the ...
0
votes
1answer
49 views
OSX : Symbols not found for architecture i386
I have the following makefile that uses C++ and OpenGL. It was compiling at all, so I added the -m32 line in order to attempt to get it to compile in x86_64. Now I'm getting the same error but it's ...
2
votes
1answer
43 views
How to create a QGLWidget from a CGLContextObj?
I'm using Qt 4.8.4 on Mac OS 10.8.
I already have a CGLContextObj (created outside my control).
I would like to create a QGLWidget from (or at least shared with) my existing CGLContextObj — so I can ...
1
vote
0answers
41 views
Rendering to a texture via FBO
I am trying to apply post processing effects to a small test program for OS X. I am trying to render the image into a texture and then render the texture to the screen (i haven't even gotten to ...
1
vote
0answers
40 views
Vertex Buffer Objects in PyOpenGL - vertex, index and colour
OSX 10.8.3, Python, PyOpenGL.
I'm trying to put together a basic terrain-drawing function in PyOpenGL using VBOs. Having a couple of problems I don't know how to resolve, mostly because I don't fully ...
0
votes
1answer
97 views
Check the openGL version on OSX
I'm looking for a trick that display on my OSX application the OpenGL version in my Mac.
I add the GLUT and GL framework but I haven't found anything for check the version.
Can you help me?
1
vote
2answers
482 views
1
vote
1answer
78 views
Vertex shader fails to compile, but no message from Info Log
I'm trying to set up a simple vertex shader. When I compile it, it fails (according to GL_COMPILE_STATUS), but the info log is empty, leaving me nothing to work with from a debugging standpoint.
Here ...
3
votes
1answer
143 views
OpenGL core profile incredible slowdown on OS X
I added a new GL renderer to my engine, which uses the core profile. While it runs fine on Windows and/or nvidia cards, it is like 10 times slower on OS X (3 fps instead of 30). The weird thing is, ...
0
votes
3answers
83 views
CATextLayer gets rasterized too early and it is blurred
I have some troubles with CATextLayer, that could be due to me, but I didn't find any help on this topic. I am on OS X (on iOS it should be the same).
I create a CATextLayer layers with scale factor ...
1
vote
0answers
24 views
Not visible NSOpenGLView slows down the whole system
I'm making a Mac OS X (10.8.3) OpenGL application using a NSOpenGLView and the CVDisplayLink to manage the calls to the render method.
The application works fine but when the window gets covered or ...
0
votes
0answers
19 views
OpenGL with NSControls above it stops rendering when interacting with UI
I have an NSOpenGLView added to the window with some controls over it (added as Back-layered subviews of that NSOpenGLView). Display is all fine, but the problem i need to solve is that if i have an ...
0
votes
1answer
76 views
Java input on OS X, no key repeat, but with glut yes
I've been a few months playing with OpenGL and glut in C++ on OS X. I'm now trying to use Java (using JOGL) with OpenGL, but I can't figure out this problem.
With glut, if I press a key and keep it ...
1
vote
1answer
123 views
Installing OpenGL 4.0 on OSX
I wanted to know if there is any possible way to update to the latest version of OpenGL on OSX. Is there any way to run programs that make use of OpenGL 4.0 calls on OSX?
0
votes
1answer
52 views
glaux substitute in mac
I'm getting started with OpenGL. I need to do a project using glaux.h. My problem is that I'm running Mac OS X Lion, so I cannot use glaux.
I was searching on the web and I found some codes that try ...
0
votes
1answer
137 views
OpenGL application fails on my mac, runs on virtualbox
I have a macbook pro with AMD Radeon graphics card and mountain lion 10.8.3 installed.
I am trying to access an OpenGL application (made using kivy on python) residing on an ubuntu 12.04.1 machine ...
1
vote
1answer
158 views
How do I detect “invalid drawable” in Mac OS X?
I am working on a cross platform application that is over a decade old. The UI is by Qt and backend rendering is done with OpenGL. OpenGL contexts are managed in the back end, not by Qt.
I have ...
3
votes
2answers
92 views
Create “virtual” OpenGL context in linux
How do I create an OpenGL context in my program (C++) which will be used purely internally? That is, it will render a scene, then I will grab the pixel data to use in the rest of the program (saving ...
0
votes
1answer
47 views
rendering to an IOSurface without NSOpenGLView
I am trying to modify the Apple MultiGPUIOSurface sample (specifically the file http://developer.apple.com/library/mac/#samplecode/MultiGPUIOSurface/Listings/ServerOpenGLView_m.html) so that the ...
1
vote
3answers
175 views
How to draw point sprites of different sizes in OpenGL?
I'm making a small OpenGL Mac app that uses point sprites. I'm using a vertex array to draw them, and I want to use a similar "array" function to give them all different sizes.
In OpenGL ES, there ...
0
votes
1answer
43 views
OpenGL equivalent to GL_POINT_SIZE_ARRAY_OES?
I'm trying to draw point sprites in a small Mac app. I want each sprite to have its own size, and I know that OpenGL ES has the client state "GL_POINT_SIZE_ARRAY_OES".
I did some googling and ...
0
votes
0answers
72 views
OSX CVDisplayLink for multiple monitors with different refresh rates
I'm working on an OpenGL app for OSX 10.8 that will use all available monitors in fullscreen.
I would like to know how often a CVDisplayLinkOutputCallback will be called for a CVDisplayLink obtained ...
1
vote
1answer
202 views
SDL2.0 wich XCode 4.6
I've managed to build SDL2.0 and I got my SDL2.framework folder built.
Don't know if I placed it in the correct location on my system.
I'm using XCode 4.6 with OS X 10.8
I placed it here ...
1
vote
1answer
82 views
OpenGL GLSL, stuck viewing pyramid from “behind”
It appears that my pyramid is smaller in the front and bigger in the back.
-(void)drawRect:(NSRect)dirtyRect
{
// get the dimensions of the window
NSSize dim = [self frame].size;
// ...
0
votes
0answers
128 views
GLSL texcoords interpolating unevenly on OSX with OpenGL 3.2/GLSL 1.5
I'm trying to implement a bicubic interpolation shader in OpenGL 3.2/GLSL 1.5. I've tried this on a 2011 15" MBP running OSX 10.7 and a 2013 27" iMac running OSX 10.8 and both have a similar issue.
...
0
votes
0answers
103 views
Porting OpenGLES code from iOS to Mac
I'm porting a couple of hundred lines of iOS code to Mac that use OpenGLES, in particular, EAGLContext and CAEAGLLayer.
So far I changed the OpenGLES.framework to the OpenGL.framework and added:
#if ...
0
votes
1answer
37 views
Meaning of NSOpenGLPFAColorSize for NSOpenGLPixelFormat
I'm unclear as to what value to set for NSOpenGLPFAColorSize when creating an NSOpenGLPixelFormat. From the documentation it states:
Value is a nonnegative buffer size specification. A color ...
2
votes
1answer
129 views
Why does OpenGL double-buffering seem to be inconsistent performance-wise?
I'm making a simple graphical app on OSX. I just started monitoring the frame rate by checking the difference in system time between frames. It seems to be hanging a bit every few frames.
The app ...
0
votes
1answer
83 views
loading texture with #version 130 caused error “version '130' is not supported ”
i try to set simple texture:
fp:
uniform sampler2D colorMap;
out vec4 vFragColor;
smooth in vec2 vVaryingTexCoords;
void main(void)
{
vFragColor = texture(colorMap, vVaryingTexCoords.st);
...
1
vote
0answers
444 views
Setting up OpenGL and GLFW on Mac OS X 10.8.2
I am having an issue setting up GLFW / OpenGL on Mac. I am running a fully updated Mac OSX 10.8.2, so I am assuming that I have the most up to date mac-compatible OpenGL version and I have compiled ...
1
vote
0answers
185 views
OpenGL glValidateProgram error on Mac OS X
I am trying to write a simple OpenGL 3.2 (with GLSL 1.5) program using GLUT on Mac OS X (Mountian Lion), but I keep getting error from glValidateProgram:
'Validation Failed: Current draw framebuffer ...
3
votes
1answer
156 views
How do you link opengl and glut using waf on osx?
I'm trying to build a C++ opengl program on osx using waf and can't to get it to work.
Normally when I compile an opengl program I use this in terminal:
g++ main.cpp -framework GLUT -framework ...
0
votes
2answers
191 views
how to compile fox-toolkit with glx.h in mac osx
I am trying to build Fox-toolkit with opengl support in Mac OSX mountain lion (10.8). I have modified the configure file from
GL/gl.h
GL/glu.h
To
OpenGL/gl.h
OpenGL/glu.h
and it can ...
1
vote
1answer
98 views
openGL a game design way for osx
My target is a game, which will be working on MacOS and iOS later as well.
A first way are using GLUT inside main loop:
int main ( int argc, char * argv [] )
{
// ...
0
votes
0answers
112 views
OpenCV Cocoa GUI
I have been experimenting with the opencv code and have no problem setting up and running in both command line and in native cocoa applications. However in both of these cases I have rendered opencv ...
0
votes
0answers
108 views
cocos2d Mac OpenGL errors when replacing a scene
I have a cocos2d Mac app that uses Core Data to store some data that the user can edit. The user can click an 'Options' button to close the full-screen cocos2d view and go to a standard Cocoa window, ...
1
vote
1answer
393 views
GLFW opens OpenGL 3.2 context but Freeglut can't - why?
I am working on a Mac, I've got FreeGlut compiled and installed, but I can't seem to get the OpenGL 3.2 context with it. However, I can get it without any problem while using GLFW.
So in GLFW, this ...
2
votes
0answers
90 views
Building GLSDK on Mac - platform.h not found
I am trying to build GLSDK on mac.
I downloaded the source, did premake4 xcode3 which created all project files for xcode.
Now I am trying to build everything, managed to build ...
0
votes
1answer
149 views
3D Graphics using Cocoa [closed]
I'm interested in making a Mac OS X application that takes advantage of 3D graphics. I've looked into Open GL on Mac, but found that it's too low-level, I would prefer something with support for ...
0
votes
1answer
51 views
How to get init function of OpenGlView to run?
I'm trying to get the init function to run in a subclassed version of NSOpenGlView that I created.
For example the code below.
- (id)initWithFrame:(NSRect)frameRect{
NSLog(@"Init function ran");
...
