GUI + string edit libs

Post Reply
tabman
Posts: 4
Joined: Wed Nov 12, 2014 6:32 pm

GUI + string edit libs

Post 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.
Attachments
lib.zip
(9.63 KiB) Downloaded 734 times
examples.zip
(13.67 KiB) Downloaded 684 times
tabman
Posts: 4
Joined: Wed Nov 12, 2014 6:32 pm

Re: GUI + string edit libs

Post 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.
Attachments
psycolors.zip
(9.81 KiB) Downloaded 644 times
J3d1
Posts: 175
Joined: Wed Oct 15, 2008 4:49 am
Location: г. Абакан, Хакасия
Contact:

Re: GUI + string edit libs

Post by J3d1 »

Спасибо, очень интересно.
User avatar
leondustar
Posts: 138
Joined: Tue Feb 28, 2017 12:40 am
Contact:

Re: GUI + string edit libs

Post by leondustar »

Thanks.
I will share my modifications here:

https://github.com/coderofsalvation/pixilang.GUI
User avatar
Logickin λ
Posts: 165
Joined: Sat Sep 08, 2018 8:31 pm
Contact:

Re: GUI + string edit libs

Post 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.
User avatar
Logickin λ
Posts: 165
Joined: Sat Sep 08, 2018 8:31 pm
Contact:

Re: GUI + string edit libs

Post 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.
Post Reply