Search found 75 matches

by dermont
Sun Oct 22, 2017 05:11
Forum: Help
Topic: build fail on Arch Linux
Replies: 6
Views: 7570

Re: build fail on Arch Linux

And CMAKE_CXX_FLAGS=-std=c++11 does not solve the problem. Seems like this flag is not propagated in the project. I think the problem is that the std flags are already set in the main CMakeLists.txt, i.e: if (CMAKE_COMPILER_IS_GNUCXX OR (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")) set (CMAKE...
by dermont
Wed Oct 18, 2017 21:03
Forum: Help
Topic: VS2015 PyCEGUI Boost compilation can't resolve boost::get_pointer
Replies: 11
Views: 13215

Re: VS2015 PyCEGUI Boost compilation can't resolve boost::get_pointer

I posted a reviewable (but not yet mergeable PR) to https://bitbucket.org/cegui/cegui/pull-requests/245/pyplusplus-generator-upgrade-vs2015-boost . I'll keep plugging away at the msvc issues as I get time, but I was a bit stuck on the Singleton issue I reference in the PR. Namely getSingleton for a...
by dermont
Fri Apr 14, 2017 14:19
Forum: Help
Topic: VS2015 PyCEGUI Boost compilation can't resolve boost::get_pointer
Replies: 11
Views: 13215

Re: VS2015 PyCEGUI Boost compilation can't resolve boost::get_pointer

I still build the cegui modules for python-ogre, not so much now that cegui doesn't build against ogre v2-1. Gccxml is pretty much deprecated and replaced by castxml. https://github.com/CastXML/CastXML https://github.com/thewtex/CastXMLSuperbuild https://midas3.kitware.com/midas/folder/13152 If you ...
by dermont
Fri Nov 06, 2015 13:14
Forum: Help
Topic: Image in combobox?
Replies: 18
Views: 13018

Re: Image in combobox?

Could you not just subclass a ListboxTextItem and just draw the icon/texture yourself? , e.g from python: class GSTListboxItem(CEGUI.ListboxTextItem): def __init__(self,text, id, texture,videoSizeThumb): CEGUI.ListboxTextItem.__init__(self,text) self.text = text self.d_thumbsize = videoSizeThumb sel...
by dermont
Thu Oct 01, 2015 07:03
Forum: Help
Topic: Resizing a CEGUI Texture
Replies: 0
Views: 9436

Resizing a CEGUI Texture

I'm creating a video texture for Ogre2.1/Cegui0.8 and python wrapper/bindings. If I create a texture on the Ogre side then create a CEGUI::OgreTexture passing the TexturePtr it works fine. I can blitFromMemory either from CEGUI of from Ogre (via CEGUI::OgreTexture::getOgreTexture()). The problem occ...
by dermont
Thu Apr 16, 2015 10:39
Forum: Bug Reports, Suggestions, Feature Requests
Topic: Python OpenGL Texture not wrapped
Replies: 12
Views: 18449

Re: Python OpenGL Texture not wrapped

I understand that the majority of users will not want to go through the hassle of the generating their own wrapper code via pyplusplus/pygccxml. I also understand the need to exclude certain methods/classes via the generators to ensure that the modules can build in a cross-platform manner. What abou...
by dermont
Mon Apr 06, 2015 00:22
Forum: Help
Topic: How Do I Add a tutorial to the Wiki?
Replies: 6
Views: 4821

Re: How Do I Add a tutorial to the Wiki?

Thanks for the feedback. With the link you provided to the problem I wasn't too sure if you still wanted me to test, so I did anyway. Updated the following tutorial a couple of times, cleared cache, no problems viewing changes when logged out from the Wiki. Using CEGUI with SDL and OpenGL (0.7) Adde...
by dermont
Fri Mar 27, 2015 14:06
Forum: Help
Topic: [Solved]Wrong Size and Positions with OpenGL3 Renderer Linux
Replies: 41
Views: 21499

Re: Wrong Size and Positions with OpenGL3 Renderer on Linux

I am trying to summarise where the problems occur, please correct me if I am wrong about something Problems occured on: OS: Archlinux and Mint Graphics card: Nvidia, Intel onboard, ATI Drivers: nouveau, free radeon (mesa) driver, proprietary nvidia drivers apparently there seems to be confusion abo...
by dermont
Fri Mar 27, 2015 13:54
Forum: Help
Topic: How Do I Add a tutorial to the Wiki?
Replies: 6
Views: 4821

How Do I Add a tutorial to the Wiki?

I added this example for PyCEGUI to the CEGUI wiki. When I log onto the wiki I can see the link to the example from the Tutorials page, when I'm not logged on there is no link. I can go to the tutorial directly. I've cleared the browser cache tried from a different OS, still can't see the link. Sinc...
by dermont
Mon Mar 23, 2015 15:51
Forum: Help
Topic: [Solved]Wrong Size and Positions with OpenGL3 Renderer Linux
Replies: 41
Views: 21499

Re: Wrong Size and Positions with OpenGL3 Renderer on Linux

This happened to me when I updated my linux from Ubuntu 11.04 to Mint 17.1 and updated my graphics drivers to nvidia-331.113. I have another computer that has the "old" configurations with working build if thats any help :) Out of interest what NVidia drivers are using proprietary or nouv...
by dermont
Mon Mar 23, 2015 09:07
Forum: Help
Topic: [Solved]Wrong Size and Positions with OpenGL3 Renderer Linux
Replies: 41
Views: 21499

Re: Wrong Size and Positions with OpenGL3 Renderer on Linux

No solution yet. However, I hope that there will be one soon thanks to Issue #1063 on bitbucket. Yeah hopefully, since there have been a number of reports from people there must be a bug somewhere. The only other thing that I could think of on glfw would be checking if your framebuffer size matches...
by dermont
Mon Mar 23, 2015 02:44
Forum: Offtopic Discussion
Topic: Making the wiki a better place
Replies: 18
Views: 130916

Re: Making the wiki a better place

Hi I'm not sure where to post an example/tutorial or snippet for PyCEGUI.
http://cegui.org.uk/wiki/PyCEGUI
http://cegui.org.uk/wiki/Category:Tutorials
by dermont
Sat Mar 21, 2015 17:08
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: [Solved] Install CEED on ubuntu. Problems with PyCEGUI
Replies: 10
Views: 17216

Re: Install CEED on ubuntu. Problems with PyCEGUI

nao wrote:When I wrote that my dependences are

Code: Select all

cmake python-opengl pyside-tools libboost-python-dev libboost-python1.54.0 libboost-python1.54-dev

I meant cmake was one of them.

Yeah, sorry about that I didn't read your original post post properly. Anyway glad you got it sorted. :D
by dermont
Sat Mar 21, 2015 12:46
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: [Solved] Install CEED on ubuntu. Problems with PyCEGUI
Replies: 10
Views: 17216

Re: Install CEED on ubuntu. Problems with PyCEGUI

Also run your cmake command with boost debug to see exactly what is being searched for and post the results. cmake -DCEGUI_BUILD_PYTHON_MODULES=ON -DCEGUI_BUILD_RENDERER_OPENGL=ON -DCEGUI_BUILD_RENDERER_OPENGL3=ON -DBoost_DEBUG:BOOL=ON ../ Also double check you have libpythonX.X-dev installed for wh...
by dermont
Sat Mar 21, 2015 12:23
Forum: Official Unified CEGUI Editor Tool (CEED)
Topic: [Solved] Install CEED on ubuntu. Problems with PyCEGUI
Replies: 10
Views: 17216

Re: Install CEED on ubuntu. Problems with PyCEGUI

It looks like boost python developers package isn't installed. I just looked at your commands again you should be running apt not cmake and install libglfw-dev as well you may need that to ensure the OpenGL module is built and the OpenGL demos run. ###cmake python-opengl pyside-tools libboost-python...

Go to advanced search