Skip to content
forked from fredvs/sdl2_pas

Some pascal demos using sdl2.

Notifications You must be signed in to change notification settings

theavege/sdl2_pas

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

sdl2_pas

Some pascal demos using SDL2. Source of SDL2 headers, BGRABitmap and LCL-utils included.

Compile the programs source with:

cd /directory/of/sdl2_pas/src

fpc -Mobjfpc -B -FUunits -Fu./sdl2-pas nameofprogram.pas


For source using BGRABitmap, compile it with:

cd /directory/of/sdl2_pas/src

fpc -B -Mobjfpc -FUunits -Fu./sdl2-pas -Fu./bgrabitmap -Fu./lcl-dep nameofprogram.pas

About

Some pascal demos using sdl2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Pascal 98.7%
  • C++ 1.2%
  • HTML 0.1%