Recent

Author Topic: Is there a Pascal Script version of the Vclua library?  (Read 2008 times)

vfclists

  • Hero Member
  • *****
  • Posts: 1013
    • HowTos Considered Harmful?
Is there a Pascal Script version of the Vclua library?
« on: March 05, 2015, 05:25:22 am »
http://sourceforge.net/projects/vclua/
Quote
VCLua is a toolkit library for building graphical user interfaces. VCLua allows a program to be executed on different os systems without any modification.
VCLua can be compiled with the Free Pascal based Lazarus compiler into one easy portable file.
To use VCLua you'll need only the Lua script interpreter.
VCLua currently tested on Windows and Linux.

It wraps most of the LCL controls to enable them to be used from a Lua interpreter. I did some basic tests and it was surprised at how good it was.
Is there something smilar for PascalScript? I would be surprised if there wasn't.
« Last Edit: March 05, 2015, 05:30:10 am by vfclists »
Lazarus 3.0/FPC 3.2.2

skalogryz

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2770
    • havefunsoft.com
Re: Is there a Pascal Script version of the Vclua library?
« Reply #1 on: March 05, 2015, 06:06:28 am »
IIRC, PascalScripts provides a number of L/VCL controls by default (buttons, stdctrls, controls, forms, graphics, menus). see all uPSC_xxxx/uPSR_xxxx files.
So writing an application plugin as PascalScript (in either binary or source code form like Javascript) should be relatively easy thing to do.

 

TinyPortal © 2005-2018