Small MSEgui projects
  • Pascal 98.6%
  • Shell 0.4%
  • HTML 0.4%
  • Lua 0.3%
  • Makefile 0.3%
Find a file
2026-03-22 19:36:55 +01:00
bgrabitmap Add simple animation example 2026-02-28 07:21:50 +01:00
birthdays-reminder Add new icon for my MSEgui projects 2026-03-01 19:06:46 +01:00
cairo Add simple animation example 2026-02-28 07:21:50 +01:00
ellipse Add simple animation example 2026-02-28 07:21:50 +01:00
imageviewer Add first version of MSEide installer 2026-03-15 18:35:18 +01:00
mseclean Add new icon for my MSEgui projects 2026-03-01 19:06:46 +01:00
mymseinstaller Move folder 2026-03-22 19:36:55 +01:00
pdf-metadata-editor Add new icon for my MSEgui projects 2026-03-01 19:06:46 +01:00
shortcutcreator Add new icon for my MSEgui projects 2026-03-01 19:06:46 +01:00
simple-animation Rename components 2026-03-06 18:17:16 +01:00
skins Add new icon for my MSEgui projects 2026-03-01 19:06:46 +01:00
spritesheetcutter Add simple animation example 2026-02-28 07:21:50 +01:00
temperatureconverter Add simple animation example 2026-02-28 07:21:50 +01:00
textviewer Add new icon for my MSEgui projects 2026-03-01 19:06:46 +01:00
waitanimation Add simple animation example 2026-02-28 07:21:50 +01:00
.gitignore Add project Shortcut Creator 2024-02-09 17:24:26 +01:00
README.md Add new icon for my MSEgui projects 2026-03-01 19:06:46 +01:00

MSEgui Studies

Little didactic projects using MSEide+MSEgui.

BGRABitmap demo

How to draw with BGRABitmap in a TPaintBox.

You need MSEgui 5, and the -dclass_bridge option.

Screenshot

Cairo demo

How to draw with Cairo in a TWindowWidget.

Screenshot

Ellipse

Animation representing the movement of a body on an elliptical path.

Screenshot

Image Viewer

Application for quickly viewing, renaming and deleting pictures.

Screenshot

Roland's MSEide Installer

Downloads, builds and installs MSEide.

Screenshot

Maybe you would rather try my Bash installer.

Shortcut Creator

Desktop file creator.

Screenshot

Simple animation

Simple method for creating an animation with timagelist and ttimer.

Screenshot

Skins Demo

How to use skins. Sources of blue and dark skins included.

Blue skin

Spritesheet Cutter

Cut a spritesheet into small images.

Screenshot

Temperature Converter

Conversion from Celsius to Fahrenheit and vice versa.

Screenshot

Text Viewer

Application for quickly viewing text files.

Screenshot

Wait Animation

Animation to keep you waiting.

Screenshot