Page 1 of 1

GUI + string edit libs

Posted: Wed Nov 12, 2014 7:51 pm
by tabman
Русский:
string_edit.pixi - позволяет редактировать строку в окне программы
GUI.pixi - позволяет создавать елементы графического интерфейса, которые представляют собой обычные прямоугольники, реагирующие на некоторые события.

English:
string_edit.pixi - allows to edit string within application window
GUI.pixi - allows to create GUI elements, which are simple rectangles that can react to some events.

Re: GUI + string edit libs

Posted: Sat Nov 22, 2014 5:45 pm
by tabman
Русский:
psycolors.pixi - создана с использованием упомянутых библиотек. Содержит несколько графических еффектов, которые возникли в результате моих експериментов с пиксилангом.

English:
psycolors.pixi - was created with help of mentioned libraried. It contains some graphical effects, which are results of my experiments with pixilang.

Re: GUI + string edit libs

Posted: Wed Jan 07, 2015 1:32 pm
by J3d1
Спасибо, очень интересно.

Re: GUI + string edit libs

Posted: Thu May 02, 2019 9:41 pm
by leondustar
Thanks.
I will share my modifications here:

https://github.com/coderofsalvation/pixilang.GUI

Re: GUI + string edit libs

Posted: Thu Apr 13, 2023 7:31 pm
by Logickin λ
leondustar wrote: Thu May 02, 2019 9:41 pm Thanks.
I will share my modifications here:

https://github.com/coderofsalvation/pixilang.GUI
Thank you! This is really a great library, and this really helps me a lot on building the GUI part of a pixilang application.

Re: GUI + string edit libs

Posted: Sat Apr 15, 2023 8:44 am
by Logickin λ
Btw, I have planned to have scalable UI for the application in the future version. Is it possible to set the font size of the components? Afaik, we can only edit the content, position, color and the alignment of the text, according to the documentation.