8000 GitHub - SimonN/exmousewarp: Conversion to D of the Allegro 5 example that tests `al_mouse_set_xy()`
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

SimonN/exmousewarp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

D/Allegro 5 Mouse Warping

Conversion to D of the Allegro 5 example that tests al_mouse_set_xy().

Build instructions

  1. Install a D toolchain.

    • On Arch: # pacman -S dlang
    • On Debian/Ubuntu: # apt-get install ldc dub
    • On macOS, install Homebrew, then run $ brew install ldc dub.
  2. Install Allegro 5.2.

    • On Arch: # pacman -S pkgconf allegro
    • On Debian/Ubuntu: # apt-get install pkgconf liballegro5-dev, this will not install any addons for audio, text, ..., those aren't needed for this minimal example.
    • On macOS: brew install allegro
  3. Clone this exmousewarp repository. Enter its main directory.

  4. Build and run with:

    dub

About

Conversion to D of the Allegro 5 example that tests `al_mouse_set_xy()`

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

1612
0