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 - Qiu3344

Pages: [1]
1
General / Re: GLES With SFML on Android.
« on: April 24, 2017, 04:37:13 pm »
Glad I helped  :D

2
General / Re: GLES With SFML on Android.
« on: April 05, 2017, 05:00:37 pm »
Maybe those headers are in different locations?

Quote
#include <GLES/gl.h>
#include <GLES/glext.h>


PS Check the links to the libraries !

3
General / Re: OpenGl vbo, vertex arrays with sfml
« on: April 05, 2017, 04:53:07 pm »
Maybe you have forgotten libs like  -lopengl32  or  -lglew ?

4
General / VAOs or GLBegin and GLEnd
« on: April 04, 2017, 06:26:48 pm »
GLBegin and GLEnd are included in SFML/OpenGL.hpp.

I know they are old but can they be an alternative to VAOs/VBOs ?
Also when We use GLBegin and GLEnd we don't need to write shaders ! 

5
General / Re: How to make a textbox
« on: April 04, 2017, 06:20:21 pm »
I know already  GTKmm so maybe there is a way to use it with SFML ?

6
General / Re: How to make a textbox
« on: April 04, 2017, 06:04:53 pm »
ImGUI looks pretty good, but on that image I can see that I can't set the location of the GUI elements:
https://raw.githubusercontent.com/wiki/ocornut/imgui/web/code_sample_01.png

7
General / Re: How to make a textbox
« on: April 04, 2017, 02:16:28 pm »
Thank you for the answer  :D   I

I will try TGUI 

Edit: 0.74 or 0.8?

8
General / How to make a textbox
« on: April 03, 2017, 09:30:18 pm »
Hello, I'm making a GUI library and I'd like to ask how to make a textbox with horizontal and vertical scrolling ???


Edit: maybe you can recommend a GUI library that alredy exist :)

Pages: [1]