All Projects → CWBudde → Passfml

CWBudde / Passfml

Licence: other
Pascal binding for SFML

Programming Languages

pascal
1382 projects
delphi
115 projects

Projects that are alternatives of or similar to Passfml

Colore
A powerful C# library for Razer Chroma's SDK
Stars: ✭ 121 (+168.89%)
Mutual labels:  wrapper, library
Alertift
Swifty, modern UIAlertController wrapper.
Stars: ✭ 242 (+437.78%)
Mutual labels:  wrapper, library
Ahk Libs
AutoHotkey library archive.
Stars: ✭ 125 (+177.78%)
Mutual labels:  wrapper, library
Engge
Open source remake of Thimbleweed Park's engine
Stars: ✭ 94 (+108.89%)
Mutual labels:  game-engine, sfml
Jsstore
A complete IndexedDB wrapper with SQL like syntax.
Stars: ✭ 430 (+855.56%)
Mutual labels:  wrapper, library
Raz
Modern & multiplatform game engine in C++17
Stars: ✭ 161 (+257.78%)
Mutual labels:  game-engine, library
Ksprefs
🚀⚡ Kotlin SharedPreferences wrapper & cryptographic preferences android library.
Stars: ✭ 176 (+291.11%)
Mutual labels:  wrapper, library
Coinbasepro Csharp
The unofficial .NET/C# client library for the Coinbase Pro/GDAX API
Stars: ✭ 143 (+217.78%)
Mutual labels:  wrapper, library
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (+644.44%)
Mutual labels:  game-engine, sfml
Pixel
A hand-crafted 2D game library in Go
Stars: ✭ 3,756 (+8246.67%)
Mutual labels:  game-engine, library
Is Engine
SFML C++ game engine that allows to create games on Web (HTML 5 - CSS 3), Android and PC
Stars: ✭ 94 (+108.89%)
Mutual labels:  game-engine, sfml
Coord Rs
[deprecated] A simple, ergonomic vector mathematics crate for Rust
Stars: ✭ 18 (-60%)
Mutual labels:  game-engine, library
Pubg mobile memory hacking examples
Pubg Mobile Emulator Gameloop Memory Hacking C++ code examples. Ex: Name, Coord, Bones, Weapons, Items, Box, Drop etc.
Stars: ✭ 224 (+397.78%)
Mutual labels:  library, sfml
Discord.jl
The Julia Discord API Wrapper
Stars: ✭ 93 (+106.67%)
Mutual labels:  wrapper, library
Gwork
Skinnable GUI with useful widget collection. Fork of GWEN.
Stars: ✭ 179 (+297.78%)
Mutual labels:  library, sfml
Tinyengine
Tiny OpenGL Wrapper / 3D Engine in C++
Stars: ✭ 251 (+457.78%)
Mutual labels:  wrapper, game-engine
Globjects
C++ library strictly wrapping OpenGL objects.
Stars: ✭ 431 (+857.78%)
Mutual labels:  wrapper, library
Nim Libsodium
Nim wrapper for the libsodium library
Stars: ✭ 32 (-28.89%)
Mutual labels:  wrapper, library
Stdex
std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads
Stars: ✭ 43 (-4.44%)
Mutual labels:  library
Genepi
Automatic generation of N-API wrapper from a C++ library
Stars: ✭ 45 (+0%)
Mutual labels:  wrapper

PasSFML - Simple and Fast Multimedia Library for Pascal

SFML is a simple, fast, cross-platform and object-oriented multimedia API. It provides access to windowing, graphics, audio and network. It is originally written in C++, and this project is an inofficial binding for the Pascal language. It makes use of the C wrappers from the CSFML bindings.

You can find SFML here: http://www.sfml-dev.org/

SFML is released under the the zlib/png+ license. The license can be optained here: http://opensource.org/licenses/Zlib

Authors

Download

You can get the current development version from the git repository (https://github.com/CWBudde/PasSFML).

Compiler

Currently Delphi and FPC/Lazarus are supported. However, due to a compiler incompatibility with the Delphi compiler (solved with workarounds), FPC is recommended at the moment.

Remarks

For Linux development it is necessary to also install the libcsfml-dev package.

Learn

There is no tutorial for PasSFML, but since it's a binding you can use the C++ resources:

Contribute

SFML and PasSFML are open-source projects, and they need your help to go on growing and improving. Don't hesitate to post suggestions or bug reports on the forum (http://en.sfml-dev.org/forums/), submit patches by e-mail, or post new bugs/features requests on the task tracker (https://github.com/CWBudde/PasSFML/issues/). You can even fork the project on GitHub, maintain your own version and send us pull requests periodically to merge your work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].