Ecere(简称eC),是加拿大学者jerome历时十二年开发的一门编译型编程语言,拥有C++项目的性能、Java的跨平台性以及Python语法的简洁性。ecere在C语言的基础上加入了面向对象的支持,但与C++、Java相比,它更像是一个C语言的Shell,他将程序员与C之间的复杂性隔离开来,还有就是他在跨平台支持方面要更优越一些。此外,目前eC的特色之一就是它包括一个内建的3D引擎(Direct3D、OpenGL等)和一套完整的GUI库实现以及对网络编程的支持。
组织介绍

GitHub version Travis status Ecere docs
GitHub size GitHub license
Ecere web Ecere web Ecere forum Ecere tracker Freenode chat
Meetup group

Ecere SDK

Free Open Source Software released under the New BSD license

The Ecere SDK is a Software Development Kit including:

  • A set of compiling tools for the eC programming language

  • An Integrated Development Environment, with the usual features such as:

    • A source code editor with auto-completion, syntax highlighting
    • Management of application and library projects
    • A visual debugger
    • A Rapid Application Development form designer, based on properties & methods

Ecere IDE Screenshot

  • A run time library, providing a uniform API across platforms, featuring:
    • A GUI toolkit (with a vast collection of powerful controls: Buttons, Edit boxes, Drop/Combo boxes, Menus, Tabs, Tree views/Grids/List boxes, file dialogs, ...)
    • A 2D graphics API (bitmaps, fonts, international text, basic drawing)
    • A 3D graphics API, supporting both Direct3D and OpenGL (3DS file format support)
    • A networking API which provide Sockets as well as a distributed objects system for eC
    • System functionality such as file access, multi-threading & synchronization, handling date & time, etc.

Ecere Games Screenshot

GNOSIS Screenshot

  • Additional libraries and code for more features, such as:
    • The Ecere Data Access (EDA) layer, an abstract relational database API, providing an active record system for eC. Currently it has drivers for a minimal Ecere RDBMS and SQLite (as well as an encrypted version using SQLCipher), and recently a basic Oracle driver was introduced
    • An audio library (supporting DirectSound on Windows and ALSA on Linux)
    • WIA Scanning support on Windows
    • SSL Sockets suport through OpenSSL
    • A 2D tiled based game graphics engine (Tiled map, Sprites, A*)

Acovel Media Player Screenshot


INSTALLATION

Please refer to the latest instructions at http://ecere.org/install.

Windows binaries are available from that page.

Daily-built Ubuntu Debian packages are available from our Ubuntu PPA.

To build from source, simply type 'make' ('mingw32-make' on Windows).

It should build fine on Linux, on Windows with MinGW or MinGW-w64, on Mac OS X with Xcode command line tools installed or on FreeBSD (with gmake).

To install, type 'make install' ('mingw32-make install' on Windows).

64-bit is now supported.

Executables can also be deployed to the Android platform using the Android NDK. Please refer to http://ecere.org/android .

They can also deployed to the Web using Emscripten. Please refer to http://ecere.org/web .

DOCUMENTATION

Tao The Ecere Tao of Programming is a Programmer's Guide (still work in progress) that will teach you the foundations of eC and Ecere. You will find it under:

(Windows) %PROGRAMFILES%\Ecere SDK\doc\Ecere Tao of Programming [work in progress].pdf (Linux/Unix) /usr/share/doc/tao.pdf

Please check out the samples that come with the SDK.

You can see a list of the most interesting ones as well as prebuilt binaries at http://ecere.org/software.

When installing the SDK, the samples get installed in:

(Windows) %APPDATA%\Ecere SDK\Samples (Linux/Unix) /usr/share/ecere/samples/

On Unix you might need to make a copy to a directory with write permissions in order to compile them.

The Documentor is a tool under development to browse and document the APIs of eC modules. You can use it to browse all available classes, methods and properties of the Ecere runtime library. It is available from the Help menu in the IDE (F1). However, at the moment the tool itself is being improved, and so not much descriptive info has been added yet.

COMMUNITY

Git Repository ( git://github.com/ecere/ecere-sdk.git )
Support forums
Bug tracker
IRC - #ecere on irc.freenode.net

成就
1
Star
0
Fork
成员(1)
73119 maikebing 1594368176
麦壳饼

搜索帮助