Search found 21 matches

by xXArthurXx
Wed Nov 23, 2016 17:52
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Suggest]CSS Styling
Replies: 13
Views: 17399

Re: [Suggest]CSS Styling

Thanks for being open for changes! I only build my sentence on what you told me. I will figure out how difficult it is to apply CSS Styling on CEGUI.
by xXArthurXx
Wed Nov 23, 2016 09:17
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Suggest]CSS Styling
Replies: 13
Views: 17399

Re: [Suggest]CSS Styling

It's not good if the internal structure of how CEGUI understands layout and style isn't clear and easy. For the purpose of easy understanding libraries it would be better to apply changes to this. Do most of the properties have to be applied with internal usage of the XML parser? I think there is no...
by xXArthurXx
Tue Nov 22, 2016 16:14
Forum: CEGUI Library Development Discussion
Topic: [Developing]Vulkan API Support
Replies: 26
Views: 40450

Re: [Developing]Vulkan API Support

Hi again, I'm still in interest of developing vulkan support, but I think it's better to do this in in a sub project and as a standalone library which should be easily integrated in future. My focus for the library lies first in developing support for easy gui creation and design with css and layout...
by xXArthurXx
Tue Sep 27, 2016 14:16
Forum: CEGUI Library Development Discussion
Topic: [Developing]Vulkan API Support
Replies: 26
Views: 40450

Re: [Developing]Vulkan API Support

So now, after a while (yeah quite a while) I can report what I've found out according to Vulkan development. But before I would like to excuse my absence. I had to do a couple of things and I also learned a couple of things. Vulkan support requires alot more time and effort, because I didn't spend m...
by xXArthurXx
Mon Jul 25, 2016 15:24
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Suggest]CSS Styling
Replies: 13
Views: 17399

Re: [Suggest]CSS Styling

Okay I make a conclusion how CSS styling and XML layout should work. CSS is for styling, not for layout The css files only specify how the background, inner border, outer border, text alignment, general alignment are. This also includes margin and insets. XML is for Layout, not for styling One gener...
by xXArthurXx
Mon Jul 25, 2016 13:44
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Suggest]CSS Styling
Replies: 13
Views: 17399

Re: [Suggest]CSS Styling

YaronCT wrote:@xXArthurXx: Thanx! I'll look at it.


No problem, I hope It's fine :D

After thinking about this a while I came to the conclusion CEGUI should need some medium changes to accept CSS Styling.

@YaronCT: We need a CSS Parser D:!
(Found one :P http://www.netsurf-browser.org/projects/libcss/)
by xXArthurXx
Mon Jul 25, 2016 13:37
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Suggest]CSS Styling
Replies: 13
Views: 17399

Re: [Suggest]CSS Styling

I could give some links to JavaFX to show which pros CSS Styling has :P! In my opinion CSS styling is very modern! Sometimes the companies itself show well which advantages their products have :D, http://docs.oracle.com/javafx/2/css_tutorial/jfxpub-css_tutorial.htm http://docs.oracle.com/javafx/2/ge...
by xXArthurXx
Mon Jul 25, 2016 13:16
Forum: Bug Reports, Suggestions, Feature Requests
Topic: [Suggest]CSS Styling
Replies: 13
Views: 17399

[Suggest]CSS Styling

Hey Guys, I'm back again with crazy ideas ;D Anyway, I investigated, how Styling is done in CEGUI, but I'm afraid. It's fine for games etc. but not for modern desktop applications Because I'm coming from JavaFX I'm used to style the whole application with CSS - Stylesheets, thats why I thought about...
by xXArthurXx
Sun Jun 26, 2016 08:17
Forum: CEGUI Library Development Discussion
Topic: [Developing]Vulkan API Support
Replies: 26
Views: 40450

Re: [Developing]Vulkan API Support

I'm too old :hammer:

Nah I have only one year left then I'll get to universities ;D
by xXArthurXx
Wed Jun 22, 2016 14:55
Forum: CEGUI Library Development Discussion
Topic: [Developing]Vulkan API Support
Replies: 26
Views: 40450

Re: [Developing]Vulkan API Support

Because of much school work, this will take time I only wanted to notice. I'm sorry for that, please bear with me! :?
by xXArthurXx
Tue Jun 21, 2016 11:06
Forum: Help
Topic: Resizing two windows simultaneously in layout container
Replies: 38
Views: 22908

Re: Resizing two windows simultaneously in layout container

According to the Assembler rewrite of CEGUI, I do not know how I can send any commands to the GPU with assembler :lol: . Our nice graphic card providers, haven't shown us how to do so in Assembler yet :evil: ! What do u mean? At least opengl is simply C functions. Surely u can call C functions from...
by xXArthurXx
Mon Jun 20, 2016 19:52
Forum: Help
Topic: FindCEGUI.cmake Doesn't Work on Debian
Replies: 7
Views: 6273

Re: FindCEGUI.cmake Doesn't Work on Debian

Hey :D, I'm using Debian or rather the Linux Mint Debian Distrubution, and I had no problems with using CMake to compile CEGUI. So the problem should be a client specific problem. I've already narrowed down the issue, and it seems to be with how the Debian maintainer is doing things. This would mea...
by xXArthurXx
Mon Jun 20, 2016 18:54
Forum: Help
Topic: FindCEGUI.cmake Doesn't Work on Debian
Replies: 7
Views: 6273

Re: FindCEGUI.cmake Doesn't Work on Debian

Hey :D,
I'm using Debian or rather the Linux Mint Debian Distrubution, and I had no problems with using CMake to compile CEGUI.
So the problem should be a client specific problem.
by xXArthurXx
Mon Jun 20, 2016 18:51
Forum: Help
Topic: Resizing two windows simultaneously in layout container
Replies: 38
Views: 22908

Re: Resizing two windows simultaneously in layout container

@YaronCT: Indeed, how did you know that :shock: :oops: ! I'm wondering, whether Vulkan could improve performance in such cases :lol: I'll investigate that, because I switched to C++ and CEGUI to improve the performance of my applications. So I must improve performance. PS: According to the Assembler...
by xXArthurXx
Mon Jun 20, 2016 15:24
Forum: Help
Topic: Resizing two windows simultaneously in layout container
Replies: 38
Views: 22908

Re: Resizing two windows simultaneously in layout container

Because I didn't found the 'perfomance' issue, I'm asking here.

Does the layout containers still are worse in performance? I always try to optimize everything :hammer:

Go to advanced search