Skip to content

Releases: Dibbypeo/RFAL

RFAL v1.0 - Initial Release

06 Oct 01:30
b56bfe7

Choose a tag to compare

RFAL v1.0 — Initial Release

This is the first version of RFAL (Reusable Fast API Library) for Windows.
It simplifies WinAPI development by reducing boilerplate setup and
providing easy-to-use window and button creation functions.

Features:

  • Simple window creation using RFALCreateWin
  • Basic button creation with RFALCreateBut
  • Minimal setup via SetWinSet
  • Example-ready with only ~25 lines of code

Files included:

  • RFAL_WIN86.c
  • RFAL_WIN86.h
  • README.txt

Notes:
Some functions still require specific WinAPI code in your main program.
Future updates will add message handling, error checking, and more.

Compilation Example:
gcc main.c lib\RFAL_WIN86.c -o program.exe -mwindows