Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jsmtux

Pages: [1]
1
Graphics / VAO gets invalid after calling app.display()
« on: July 22, 2013, 08:13:58 pm »
I have a weird problem, after calling app.display when I call glBindVertexArray I get an Invalid operation error.

cout  <<int(glIsVertexArray(2));
       
        this->display();
        cout  <<int(glIsVertexArray(2));

If I set up a VAO with id 2 if I call this code I get that before calling display it is valid and after it isn't.

Could anyone tell me why is this happening.
Thank you very much

2
SFML projects / Open2D (Game editor/creator)
« on: January 23, 2011, 12:13:27 pm »
Hi all!

I'm posting about a project called Open2D. It aims to be a complete game creator, with lua as scripting language, that will eventually let you make all kinds of 2D games. Currently I'm working on platformers, but once I extend the lua API it will be much more flexible.
It is really fast, written in C++ and OpenGL.
It only works in linux atm, but it's still a work in progress.
I'll post the source code if you're interested once I've solved a little problem I have.



It's webpage is http://open2d.sourceforge.net/ it's not in english though.

3
General / openGL picking inside Gtk widget
« on: January 22, 2011, 07:51:15 pm »
Hi, my name is jsmtux and, although i've been using SFML for quite a long time now, this is my first post in this forum.
I'm having a quite weird problem.
I'm developing a game creator using SFML, with openGL embedded in a Gtk window.
I could pick objects inside the widget, and move them inside it with the mouse. But, yesterday it stopped working. Eventually I tried with a backup which used to work flawlessly and it no longer worked, so I think it might be a libraries-related problem.
Please help me if you have any idea.
Thank you very much.

Pages: [1]
anything