d4v3y5c0n3s / Allegro-Hello-World-in-Prolog

A recreation of a hello world program for the Allegro graphics library in Prolog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allegro Hello World in Prolog

This is a simple hello world program using the Allegro graphics library and written in Prolog.

Prerequisites

  1. Install SWI Prolog
  2. Install Allegro

Build Instructions

  1. Either clone this project with git, or download it from this page and extract the file.
  2. Using your terminal, enter the directory for this project on your computer.
  3. Run the following command to build the C bindings: swipl-ld -lallegro -lallegro_main -lallegro_font -o allegro_binding -shared allegro_binding.c

Screenshot

Picture of the program running

About

A recreation of a hello world program for the Allegro graphics library in Prolog

License:Other


Languages

Language:C 89.7%Language:Prolog 10.3%