All Projects → alkresin → guiserver

alkresin / guiserver

Licence: GPL-3.0 license
A server application, providing GUI service.

Programming Languages

xBase
55 projects
c
50402 projects - #5 most used programming language
Batchfile
5799 projects
shell
77523 projects

Projects that are alternatives of or similar to guiserver

Nugetpackageexplorer
Create, update and deploy Nuget Packages with a GUI
Stars: ✭ 1,953 (+8037.5%)
Mutual labels:  gui-application
Python-GUI-Bookstore
database application(SQLITE) with simple graphical user interface built by Tkinter
Stars: ✭ 41 (+70.83%)
Mutual labels:  gui-application
dynamoit
A simple AWS DynamoDB viewer
Stars: ✭ 32 (+33.33%)
Mutual labels:  gui-application
Amadia
Astus' Mathematical Display Application : A GUI for Mathematics (Calculator, LaTeX Converter, Plotter, ... )
Stars: ✭ 172 (+616.67%)
Mutual labels:  gui-application
ArteryNetwork
A pipeline to extract vessels from MR images and perform analysis.
Stars: ✭ 21 (-12.5%)
Mutual labels:  gui-application
YANGstraight source
Analytic signal-based source information analysis for YANGstraight and real-time interactive tools
Stars: ✭ 31 (+29.17%)
Mutual labels:  gui-application
Cemui
A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 118 (+391.67%)
Mutual labels:  gui-application
CemUI
A small launcher for the Cemu WiiU emulator made with Electron. Currently on hiatus, development is currently being focused on Pretendo https://github.com/PretendoNetwork/Pretendo
Stars: ✭ 118 (+391.67%)
Mutual labels:  gui-application
glimmer-cs-gladiator
Gladiator (Glimmer Editor) - Glimmer Custom Shell
Stars: ✭ 26 (+8.33%)
Mutual labels:  gui-application
fts
🔍 Postgres full-text search (fts)
Stars: ✭ 28 (+16.67%)
Mutual labels:  gui-application
Dottorrent Gui
An advanced GUI torrent file creator with batch functionality, powered by PyQt and dottorrent
Stars: ✭ 175 (+629.17%)
Mutual labels:  gui-application
FreeOberon
Cross-platform IDE for development in Oberon programming language made in the classical FreePascal-like pseudo-graphic style.
Stars: ✭ 102 (+325%)
Mutual labels:  gui-application
ExpertVideoToolbox
A lightweight, versatile GUI of x264, x265. Nearly full input formats support, .mkv and .mp4 output support. Avs support will be added soon. Language: Chinese
Stars: ✭ 12 (-50%)
Mutual labels:  gui-application
Dockerlocal
DockerLocal is a GUI application that allows you to keep an up-to-date version of the docker compose file for interconnected repositories while doing development work on a single repository.
Stars: ✭ 148 (+516.67%)
Mutual labels:  gui-application
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+19470.83%)
Mutual labels:  gui-application
Platypus
Create native Mac applications from command line scripts.
Stars: ✭ 1,893 (+7787.5%)
Mutual labels:  gui-application
USB-Rubber-Ducky-App
🐣 Windows GUI for USB Rubber Ducky
Stars: ✭ 63 (+162.5%)
Mutual labels:  gui-application
erk
Ərk is an open source, cross-platform IRC client written in Python 3, Qt 5, and Twisted.
Stars: ✭ 21 (-12.5%)
Mutual labels:  gui-application
hexrdgui
Qt5 PySide2 based GUI for the HEXRD library.
Stars: ✭ 15 (-37.5%)
Mutual labels:  gui-application
libnvc
Easy way to embed (neo)vim in your application
Stars: ✭ 32 (+33.33%)
Mutual labels:  gui-application

GuiServer

A server application, providing GUI service, providing an opportunity to create GUI frameworks for different programming languages. A connection with your program is established via tcp/ip connection or via regular files. It is written on Harbour (look at http://www.kresin.ru/en/harbour.html) and C, GUI layer is provided by HwGUI library (http://www.kresin.ru/en/hwgui.html). The official web page is http://www.kresin.ru/en/guisrv.html Join the multilanguage group https://groups.google.com/d/forum/guiserver to discuss the GuiServer, External and related issues.

How to build

Project source files: source/guiserver.prg - main file, written on Harbour. source/fconnect.prg source/hbip.c source/listen.c source/misc.c

To compile a GuiServer from sources you will need Harbour, HwGUI and a C compiler.

Windows:

Build.bat is provided to build guiserver.exe with Borland C compiler. Probably, you will need to change HB_INSTALL and HWGUI_INSTALL variables in this batch file - they should point to your Harbour and HwGUI directories, respectively. Unicode version of HwGUI is necessary for GuiServer.

Linux:

Use the build.sh to compile guiserver. Probably, you will need to change HRB_INS and HWGUI_DIR variables in this shell file - they should point to your Harbour and HwGUI directories, respectively.

Download

You may download some ready binaries from http://www.kresin.ru/en/guisrv.html

Installation

Just copy an executable file to a folder of your choice. For to not write a full path to it in your applications, add this folder to a PATH environment variable.

Notes

extgui.prg and extgui_classes.prg together with hbip.c, listen.c are an implementation of a GUI framework, based on connection with GuiServer, for Harbour.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].