[fpc-pascal] What to do to get new users
tsiegel at softcon.com
tsiegel at softcon.com
Wed Nov 20 15:46:20 CET 2024
You missed the part when I said without some IDE or other.
Show me a raw source file that doesn't depend on any IDE at all written
in FPC, something I can compile from the command line using *only* FPC
default installed resources.
On 11/20/2024 1:42 PM, Graeme Geldenhuys via fpc-pascal wrote:
> On 17/11/2024 17:48, Travis Siegel via fpc-pascal wrote:
>> I've done
>> searches on google, and asked on this list, and everything I can turn up
>> shows nothing as relates to building an FPC app with a GUI w/o using
>> some IDE or other.(mostly lazarus), so if you could kindly point me to
>> such resources, I'd love to see the
> Alternative projects to Lazarus, but built with FPC:
>
> * fpGUI: https://fpgui.sourceforge.net
> * MSEide & MSEgui: https://github.com/mse-org/mseide-msegui
>
> Examples
> ========
> Animated GIF showing fpGUI's form designer in action (not using Lazarus
> or LCL at all):
> http://geldenhuys.co.uk/~graemeg/editform.gif
>
> fpGUI themeing support, and some custom apps (last two screenshots):
> http://geldenhuys.co.uk/~graemeg/themes/start.html
>
> Screenshots of apps included and written using fpGUI:
> https://fpgui.sourceforge.net/screenshots_apps.shtml
>
> fpGUI's DocView help viewer, integrated with various IDEs:
> https://fpgui.sourceforge.net/docview_ide_integration.shtml
>
> AggPas software 2D rendering engine:
> https://github.com/graemeg/fpGUI/tree/develop/src/corelib/render/software
>
> tiOPF - Database Persistence Framework, which supports VCL, LCL and
> fpGUI. It also includes its own non-DB visual component layer (aka
> Mediators), which uses the model-gui-mediator design pattern, to make
> any standard components "object aware" with bidirectional updates.
> https://github.com/graemeg/tiopf/tree/tiopf2
>
> This video is a bit dated, but MSEide & MSEgui in action:
> http://geldenhuys.co.uk/~graemeg/videos/mse_demo.mpeg
>
>
> All these have been around for 15+ years.
>
>
> I believe there used to be a FPC wiki page listing these and many many
> more like these.
>
> Regards,
> Graeme
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list