小柯师傅 发表于 2015-12-13 21:41:09

<分享>开源的Delphi IDE :Lazarus

最近由于要编译Cheat Engine 6.5, 官方已经不用Delphi,而用的是Lazarus,哇 开源的IDE....就和Eclipse一样是趋势啊。。。
给个截图:-)
http://www.lazarus-ide.org/
Cross PlatformLazarus runs on Windows, MacOS, Linux and many other platforms. Even on Raspberry Pi! The programs you create also runs on these platforms. Enjoy the same experience on your favorite OS. See Installing Lazarus for OS-specific instructions for installation.Powerful, FastLazarus is a capable IDE for handling large projects. Its compiler FPC is being constantly developed to improve performance. As an example for the project size the IDE can handle, and the performance of the resulting application: The Lazarus IDE itself is developed using Lazarus.Drag and Drop Form DesignerLazarus has a graphical form designer with guidelines for aligning with adjacent components. There are numerous components for almost every software imaginable, already ready to be used. Further components can be added to the IDE by Lazarus Package Files (LPKs).Cross-platformLazarus form designer uses LCL (Lazarus Component Library) which is especially designed for cross platform usage. Building your project for different platforms will give you native look and feel on each platform. There are no changes to the project needed.Modern, Object oriented languageLazarus uses Free Pascal as its language which is an Object Pascal dialect. It is constantly developed to integrate new features that can be expected in modern programming languages.Easily ExtendableHundreds of developers are developing and maintaining their Lazarus Libraries and Lazarus Packages (LPKs). You can find almost any kind of library that you may need.Open sourceLazarus is open source and the core libraries are distributed under LGPL with the extra permission of static linking. So you can create non-commercial and commercial applications with it. This applies to LCL, FCL, RTL. It covers all the standard components and many other. Some of the packages with extra components may be GPL, MPL or otherFrameworksVarious Frameworks are available which saves your time on certain codebase.

0xcb 发表于 2015-12-14 00:12:07

下载试试,看看容易入门不,

sndncel 发表于 2015-12-14 05:07:59

习惯了用Eclipse,谢谢分享呀。。。。。

tiandihuike 发表于 2015-12-14 11:15:00

挺好的,就是代码输入没有 delphi的cnpack 方便,其他相当于delphi7

gujin162 发表于 2015-12-14 11:45:27


支持你一下下。。

火狐编程 发表于 2015-12-14 21:18:57

不错哦!支持

boyving 发表于 2015-12-15 21:57:26

Delphi已经改了吗?

erui 发表于 2015-12-15 23:39:26

不错,好的软件很实用

1640314541 发表于 2015-12-18 15:42:19

下载 看看楼主

小柯师傅 发表于 2015-12-18 22:01:46

boyving 发表于 2015-12-15 21:57
Delphi已经改了吗?

这个和Borland Delphi没有关系,这个的内核是FPC(Free Pascal Complier),本身就是用FPC开发的 ,IDE界面和 Delphi 很接近。
页: [1] 2
查看完整版本: <分享>开源的Delphi IDE :Lazarus