Skip to content

Pascal Units for SDL3 (Simple DirectMedia Layer)

License

Notifications You must be signed in to change notification settings

PascalGameDevelopment/SDL3-for-Pascal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL3-for-Pascal

Unit files for building Free Pascal / Delphi applications using the SDL3 library.

Installation

(nothing to install atm.)

Documentation

(needs implementation)

Bugs / Contributions / ToDos

If you have any contributions or bugfixes, feel free to drop a pull request or send in a patch. Please use the GitHub issue tracker.

ToDos

  • create working units (main focus)
  • adapt comments to PasDoc format (later)

Code style guidelines

The main principle is to stay as tight as possible at the names in the C headers. These guidelines aim to have better consistency in this community project and make it easier to find certain code parts in the C headers/Pascal includes. Feel free to discuss or extend these guidelines, use the issue tracker.

For details please refer to our Translation Code Style Sheet.

Versions

The version number/tag (see tags) refers to the version of this unit package SDL3 for Pascal, not the SDL3 Library.

v0.x (work in progress)

  • first release of working units (version number will reflect progress and stability of first release)

License

The units are licensed under the zlib license.

Releases

No releases published