Home

Awesome

AdeptWin32Examples

Window's GUI Examples in Adept

How to compile

cd modern\button
adept -e

Overview

This repo contains several small example Win32 applications written in Adept.

No official win32 bindings exist yet, so all of the necessary Windows declarations are inside windows.adept and all required native libraries are in the __libs__ directory.

For heavily commented code, see modern/all_use. It covers everything used in this repo. All other files only have occasional comments, as they assume you already know how to use the Win32 API.

Projects:

Screenshots

modern/all_use/main.adept

modern/button/main.adept

modern/opendialog_use/main.adept

modern/text_change/main.adept

Asset Attributions

all_use app icon created by juicy_fish - Flaticon

button app icon created by Freepik - Flaticon

edittext and edittext_use app icons created by Freepik - Flaticon

opendialog and opendialog_use app icons created by juicy_fish - Flaticon

text and text_change app icons created by juicy_fish - Flaticon

window app icon created by Freepik - Flaticon