Tagged Questions
0
votes
1answer
29 views
display a text using a SDL_Surface converted in a texture
As said, I'm trying to display a text using a SDL_Surface converted in a texture here's my code :
if (SDL_Init(SDL_INIT_VIDEO) == 0) {
//Create a surface
switch (method) {
case 2: // ...
1
vote
1answer
68 views
GL_UNSIGNED_SHORT_5_6_5 undeclared?
I have a problem loading a texture using SDL library.
Usually I make programs on Linux but I try to create a code that is compatible with Visual Studio also.
On Linux are everything OK but on Visual ...
0
votes
1answer
42 views
SDL OpenGL Texture display issue
I'm following this tutorial in order to *Load an OpenGL Texture from an SDL_Surface*, I've copy/paste code and adapted it but it only display wrong old part of the buffer which is a little bit ...
0
votes
1answer
25 views
Can SDL create a sRGB OpenGL context?
The documentation of SDL does not seem to mention much about color spaces. I don't see any SRGB flag/parameter for SDL_SetVideoMode or SDL_GL_SetAttribute. Is it possible at all for SDL to ask ...
-6
votes
0answers
27 views
errors in SDL code [closed]
unresolved external symbol _SDL_UpperBlit referenced in function "void __cdecl apply_surface(int,int,struct SDL_Surface *,struct SDL_Surface *,struct SDL_Rect *)" ...
1
vote
1answer
67 views
Can I have a default Framebuffer without alpha and depth?
I am looking to save some video card memory by not allocating what I do not use. I am far from running out of memory, but it would feel 'cleaner' to me.
I can't really think of a reason to have an ...
0
votes
0answers
35 views
How do I load cl-opengl and lispbuilder-sdl-image automatically at emacs startup?
How do I load cl-opengl and lispbuilder-sdl-image automatically at emacs startup?
now i have to slime-compile-load these commands in emacs at startup to use cl-opengl and image:
(asdf:load-system ...
0
votes
1answer
124 views
C++ - SDL/OpenGL loaded image's colors are inverted
I'm trying to load an image into my game. It's being written in C++, with SDL and OpenGL, and the SDL_Image framework.
I've gotten the image in, and have rotated/inverted it to my needs, but there are ...
0
votes
1answer
165 views
Drawing text onto an OpenGL surface using SDL
I'm using SDL, I have OpenGL rendering setup, I want to draw some text to the screen.
I found this question: Using SDL_ttf with OpenGL which seems to address the same concern, but I think my GL-fu ...
1
vote
1answer
133 views
Drawing a minimap (game)
I'm making a rts game, and have created a 2d array containing the map tiles. I'd like to transfer this to an image (an unsigned int or a sdl surface?) and I would likely draw this onto a gl Quad. I'd ...
1
vote
2answers
61 views
The luminosity is not correct on simple plane using VBO
I have written a small OpengL test program using VBO. I have a spot in (0.0, 5.0, 0.0), a camera also in (0.0, 5.0, 0.0) which looks at the point (0.0, 0.0, 0.0). My plane is center in the position ...
1
vote
1answer
165 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 ...
2
votes
1answer
210 views
Is It More Efficient to Use GL_TRIANGLE_STRIP or Indexed GL_TRIANGLES to a Draw a Dynamic Number of Quads
I'm developing a simple sprite-based 2D game in C++ that uses OpenGL for hardware-accelerated rendering, and SDL for window management and user input handling. Since it's a 2D game, I'm only ever ...
0
votes
0answers
97 views
SDL + OpenGL requires MSVCR90.dll and still gives error
So I was going to make a SDL + OpenGL project, with MinGW. But for some reason it still depends of a MSVCR90.dll which I find a little odd. So I tried to find a copy of the dll on my computer and ...
3
votes
1answer
56 views
SDL configuration in Eclipse IDE
I am trying to get a OpenGL code run on Eclipse in Linux x86 environment (ubuntu):
http://nehe.gamedev.net/tutorial/vertex_buffer_objects/22002/
The code would run properly after I input in the ...
0
votes
2answers
145 views
Port SDL example to OpenGL & C++
I'm trying extremely hard to achieve this tutorial here but without using SDL. ie. only using OpenGL to draw the graphics and normal C++ to check for collision.
Below is my attempt, but still doesn't ...
1
vote
1answer
162 views
Display not correct using glEnable(GL_DEPTH_TEST)
My program below must display a cube in rotation illuminated with a simple light.
The problem is the cube is flashing. When I withdraw the call glEnable(GL_DEPTH_TEST) the cube is not flashing but I ...
0
votes
1answer
37 views
Weird sdl opengl linker
Im trying to import a game i made from glut to sdl with opengl but for some reason im getting these linker problems.
The code is too long to post it.
Heres one of the errors:
unresolved external ...
1
vote
0answers
134 views
OpenCL + SDL 2.0 (with OpenGL context) crash on SDL_Quit()
If I call clGetPlatformIDs and directly after it SDL_Quit(), the program crashes (segfault). The OpenGL version doesn't seem to matter at all (tried 2.1, 3.1, 3.2, 3.3). The operating system is Fedora ...
-3
votes
3answers
531 views
Differences in C++ 2D game libraries? [closed]
I want to start looking into making a 2D game using C++ and have looked serveral different libraries. Specifically, I'm interested in SDL, openGL, SFML, and Allegro 5. What I'm a bit confused about is ...
0
votes
1answer
335 views
glColor3f Only Colors Red [duplicate]
I have a weird problem in OpenGL with glColor3f. In the code below, if I change the red value of glColor3f, then the polygon below will turn into that shade of red. However, if I change green or blue, ...
0
votes
2answers
65 views
SDL Surface Being used without being initialised error
I am using SDL to load an image and assign it to an OpenGL quad. I have found a tutorial that shows me how to do it, but when I go to run the program it says that the SDL Surface variable (surface in ...
1
vote
2answers
344 views
My SDL C++ (2d game) using opengl is slow, what to do?
I've made myself a game, just like Pong using SDL and OpenGL under c++:
#include "SDL.h"
#include "SDL_opengl.h"
#include <iostream>
int main(int argc, char* args[])
{
//initialize SDL
...
0
votes
1answer
94 views
SDL_ttf - Font directory/Where do fonts go?
I've been noodling around with SDL and OpenGL (in C++), and decided to get some text into my game.
I've followed a few tutorials, but I always get the same error: "Couldn't find .ttf" I'm sure it's ...
2
votes
0answers
182 views
Choosing a cross-platform graphics library for perfect text rendering
I want to write a simple text editing application in c/c++ ( mainly devoted to source code editing ) with these specifications:
cross-platform ( Windows, OS X, Linux )
with the as much as possible ...
0
votes
1answer
125 views
Make Current OpenGL context for SDL 1.2
On SDL 2, there is the function SDL_GL_MakeCurrent, is there any thing like that for SDL 1.2?
1
vote
1answer
95 views
SDL OpenGL SDL_image Mac: Display Output (shifted colors)
We load textures through SDL_image, then we load them into OpenGL through textimage2d:
glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, texture->w, texture->h,
0, GL_BGRA_EXT, GL_UNSIGNED_BYTE, ...
2
votes
1answer
413 views
OpenGL + ffmpeg slow in fullscreen mode
I'm trying to play a video file using ffmpeg and OpenGL + SDL. The playback is very slow and flickering. The code is an accumulation from different blogs/sites and I'm not really very sure what is ...
0
votes
1answer
79 views
SDL_Surface Transparency Issues
I have been working with sdl ttf, Now, I'm creating a text renderer function for multiline text rendering.
I am creating a surface for each line, blitting in in a "global" surface, and then ...
0
votes
1answer
129 views
SDL ttf with opengl, font size issues
I am working with sdl ttf for rendering text to opengl, actually everything it's fine, but like you know, when you open a ttf sdl file you specify it on pixels, and you can't change the font size. ...
0
votes
0answers
141 views
SDL ttf change font size without opening a new font
For the text drawing i'm using SDL ttf, well, I have this function that draws the text:
inline void GameInstance::draw_text(float x,float y,const char* text,TTF_Font *font,SDL_Color color,TextAlign ...
0
votes
1answer
189 views
Transparent SDL_Surface without background
I'm working with SDL and OpenGL.
I'm using SDL ttf for create a surface with the text, then create a texture with that surface.
I'm trying to apply an alpha channel (opacity) to the text, I'm using ...
1
vote
2answers
71 views
Using a SDL window with OpenGL the other way around
I just recently changed all rendering in my application/game from SDL to OpenGL. I still use SDL for keyboard input, loading images and creating the window.
But since i only render in OpenGL do you ...
1
vote
1answer
208 views
OpenGL GLM Matrix Calculations Not Working
OpenGL glm calculations don't seem to work in my program. Nothing moves even when i use the glm translate function to translate the z axis with a variable every frame. Am i missing something?
...
0
votes
1answer
99 views
Movement Unexpectedly Speeds Up When Using Mouse Input On FPS Style Game
I'm writing a FPS style game in OpenGL (with SDL as a framework) utilizing mouse and keyboard input. For some reason whenever I change direction (rotate) using the mouse WHILE moving the "camera ...
1
vote
2answers
106 views
Advice on an algorithm for rendering a bitmap pixel by pixel
I've been working on a bitmap loader, with the main goal to do nothing more than parse the data properly and render it in OpenGL. I'm at the point where I need to draw the pixels on an x/y (i.e., ...
1
vote
1answer
402 views
Visual Studio 2012 forgets SDL configuration when i start a new project?
I followed instructions from this site: http://lazyfoo.net/SDL_tutorials/lesson01/windows/msvsnet2010e/index.php
and all works fine, but when i start new project(C++->Win32->Empty Project), all ...
1
vote
1answer
167 views
OpenGl displaying white texture (not the normal stuff)
I feel so stupid... almost immediately after posting this i solved it... Somehow i managed to get the memory address as the value of the texture. I decided to stop sending it around as a reference and ...
0
votes
1answer
167 views
OpenGL: Nothing drawn
Graphics: AMD Radeon HD 7900 Series
Running: Windows 7(64 bit)
Program: CodeBlocks(32 bit)
OpenGL Library: GLee
This is where I setup the window. Its an SDL window using OpenGL rendering.
void ...
0
votes
0answers
247 views
Simple SDL + openGL code for displaying images in 2D alone, no 3D involved
I'm inexperienced in 2D, and about a week ago started messing with SDL. Built some simple structures to have images, which would be on layers, so I could have my own drawing order, so sprites would be ...
1
vote
1answer
75 views
SDL Error. OpenGL active, use SDL_GL_SwapBuffers()
I am using SDL & C++ to create a game, but whenever I try to render a bitmap I get an error saying during runtime 'OpenGL active, use SDL_GL_SwapBuffers().' But the thing is, I am using ...
0
votes
1answer
196 views
How to set up gl3w on Windows?
I was looking for a detailed guide to setting up Gl3w, since there are none anywhere I look!
1
vote
1answer
169 views
Does SDL2 work properly with OpenGL 3.2 core?
I have a problem with my project and I can't seem to figure out what is wrong exactly. I've been searching all over but I can't find definite conformation that SDL2 works with OpenGL 3.2 core. I just ...
0
votes
1answer
286 views
Why won't CG shaders work with GL 3.2?
I've tried everything to get OpenGL 3.2 to render with CG shaders in my game engine but I have had no luck. So I decided to make a bare minimal project but still shaders won't work. In theory my test ...
1
vote
1answer
211 views
Convert SDL window position to OpenGL world position
I'm using SDL and OpenGL for this project. My screen at program start up is 640 x 480 and so is my glOrtho setup. So the program starts out synchronized. But my program allows the user to create a ...
0
votes
3answers
209 views
SDL with OpenGL start
If I want to make a better performanced game, should I use SDL with OpenGL? Or I have to make pure OpenGL code without SDL.
Why OpenGL with SDL is better than pure SDL or pure OpenGL?
Or the best ...
1
vote
3answers
75 views
NSOpenPanel breaks my SDL/OpenGL app
I'm making a small SDL/OpenGL game, in which the user can select a map/level by using the cocoa open file-dialog (NSOpenPanel). However, when doing so, I get the error "invalid frame-buffer operation" ...
0
votes
1answer
121 views
glXSwapIntervalSGI segfault
I'm trying to disable vertical sync on Linux in a program built around SDL and openGL. I am running an old integrated ATI card with Gallium 0.4 as the driver.
I attempt to disable vsync by calling ...
1
vote
1answer
310 views
glReadPixel pixel color
void render(){
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glBegin(GL_QUADS);
glColor3f( 0, 255, 0 ); //color it green
glVertex3f( -100, 0, 100 );
glVertex3f( -100, 0, -100 );
glVertex3f( ...
5
votes
0answers
487 views
unresolved external symbol using GLEW, SDL and OpenGL in VIsual studio 2010 express
I'm using this OpenGL tutorial. I used SDL for the creation of my window and now i need to use glew (see the One more thing section on the bottom of the tutorial). But whatever i link, include, copy ...
