Welcome to the new Friends-of-FPC!

Here you can find all kinds of information about the FreePascal Compiler. We have many tutorials and howtos as well as a selection of tools to help you with your programming. We also have some example codes for you. And if you want to contribute some information/ sources/ tools yourself you can do so.
Also we have finally relaunched the FoFPC forum. It's your chance for some Q&A about everything FreePascal.

Friends-of-FPC

Tutorials: Learn how to code with FreePascal.

Source Codes: A collection of examples, miscellaneous source codes and open source stuff.

Tools and Help Files: Intro- duction of some tools that might help you with FPC.

Community

Forum: Ask or answer questions about the FreePascal Compiler, programming or just babble about coding.

Contribute! Contribute your own Tutorial, Source Codes or Tools and send them to us!

Website

About: Information about Friends-of-FPC.org.

Screensaver Dev Kit - by Friends-of-FPC

The purpose of this unit is to provide an easy way to code Windows OpenGL screensavers. The unit does the whole Windows initialisation for you. All you have to do is to provide the name of an INI file, call the Start_ScreenSaver() procedure and code some nice looking gfx algorithm in OpenGL. That's about it!

Why an INI file? Well, the vital information (resolution, bit depth and 9 misc uservariables are stored within this file. Personally, I HATE it when a simple screensaver makes yet another useless entry in my Windows Registry. Hence this file.

Download SSDevKit 0.2.2

Back to previous page

Useful Links









Link to us