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.


Messages - jakobb

Pages: [1]
1
General / Re: Will this book I bought help me at all?
« on: February 08, 2014, 05:20:55 am »
Ahh, I was under the impression that SFML had OpenGL working out of the box! Thank you for clearing that up for me, I appreciate it.

2
General / Re: Will this book I bought help me at all?
« on: February 08, 2014, 04:44:25 am »
Do I need to integrate GLEW into SFML just to access the OpenGL API at all? Or does integrating GLEW into SFML let me use the functionality used in the book? Or both?

3
General / Will this book I bought help me at all?
« on: February 08, 2014, 02:27:35 am »
Hello everyone,

I recently purchased this book: http://www.amazon.com/gp/product/0321712617

The author uses their own wrapper called sb6, I'm assuming to make things easier. It's extremely confusing, although it incorporates GLFW from what I can tell. I knew this was the case before I purchased the book, however, I assumed that the actual OpenGL API function calls would be the same no matter what framework for handling windows you use. Apparently I was completely wrong. Even the first OpenGL function mentioned in the book, "glClearBufferfv()", doesn't work in SFML. What's weird is that some things do work, like the data type "GLfloat".

What I really want to do is write OpenGL applications inside SFML so I can have access to all of its useful features. What I really need to know is if this book is essentially a $50 paperweight for my purposes, and also if there is documentation somewhere on the API you can use within SFML, where is it?


Thank you for the help,

~Jakob

Pages: [1]