All Projects → electronicarts → Eastl

electronicarts / Eastl

Licence: bsd-3-clause
EASTL stands for Electronic Arts Standard Template Library. It is an extensive and robust implementation that has an emphasis on high performance.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Eastl

Dosbox Staging
DOS/x86 emulator focusing on ease of use
Stars: ✭ 412 (-93.22%)
Mutual labels:  games
Godot 3d Mannequin
An Open Source 3d character and character controller for the Godot game engine
Stars: ✭ 476 (-92.17%)
Mutual labels:  games
Ami
AMI Medical Imaging (AMI) JS ToolKit
Stars: ✭ 569 (-90.64%)
Mutual labels:  stl
Fiber2d
Cross-platform 2D Game Engine in pure Swift
Stars: ✭ 415 (-93.17%)
Mutual labels:  games
Pikiss
PiKISS for Raspberry Pi: A bunch of scripts with menu to make your life easier.
Stars: ✭ 447 (-92.64%)
Mutual labels:  games
Stdgpu
stdgpu: Efficient STL-like Data Structures on the GPU
Stars: ✭ 531 (-91.26%)
Mutual labels:  stl
Carp
Carp is a programming language designed to work well for interactive and performance sensitive use cases like games, sound synthesis and visualizations.
Stars: ✭ 4,389 (-27.76%)
Mutual labels:  games
Minigalaxy
A simple GOG client for Linux
Stars: ✭ 599 (-90.14%)
Mutual labels:  games
Eka2l1
An experimental Symbian OS emulator
Stars: ✭ 462 (-92.4%)
Mutual labels:  games
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (-90.73%)
Mutual labels:  games
Cdogs Sdl
Classic overhead run-and-gun game
Stars: ✭ 422 (-93.05%)
Mutual labels:  games
Openastrotracker
3D printed DSLR tracking mount
Stars: ✭ 434 (-92.86%)
Mutual labels:  stl
Merchant.js
💰 A Javascript framework for creating idle games
Stars: ✭ 551 (-90.93%)
Mutual labels:  games
Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (-93.19%)
Mutual labels:  games
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (-90.6%)
Mutual labels:  games
Tstl
TypeScript-STL (Standard Template Library, migrated from C++)
Stars: ✭ 397 (-93.47%)
Mutual labels:  stl
Xqemu
Open-source emulator to play original Xbox games on Windows, macOS, and Linux
Stars: ✭ 518 (-91.47%)
Mutual labels:  games
Depressurizer
Depressurizer is a program that helps you categorize your steam games.
Stars: ✭ 612 (-89.93%)
Mutual labels:  games
Warez
All your base are belong to us!
Stars: ✭ 584 (-90.39%)
Mutual labels:  games
Citrus Engine
Modern AS3 Game Engine
Stars: ✭ 553 (-90.9%)
Mutual labels:  games

EA Standard Template Library

Build Status

EASTL stands for Electronic Arts Standard Template Library. It is a C++ template library of containers, algorithms, and iterators useful for runtime and tool development across multiple platforms. It is a fairly extensive and robust implementation of such a library and has an emphasis on high performance above all other considerations.

Usage

If you are familiar with the C++ STL or have worked with other templated container/algorithm libraries, you probably don't need to read this. If you have no familiarity with C++ templates at all, then you probably will need more than this document to get you up to speed. In this case, you need to understand that templates, when used properly, are powerful vehicles for the ease of creation of optimized C++ code. A description of C++ templates is outside the scope of this documentation, but there is plenty of such documentation on the Internet.

EASTL is suitable for any tools and shipping applications where the functionality of EASTL is useful. Modern compilers are capable of producing good code with templates and many people are using them in both current generation and future generation applications on multiple platforms from embedded systems to servers and mainframes.

Package Managers

You can download and install EASTL using the Conan package manager:

conan install eastl/3.15.00@

The EASTL package in conan is kept up to date by Conan team members and community contributors. If the version is out-of-date, please create an issue or pull request on the Conan Center Index repository.

You can download and install EASTL using the vcpkg dependency manager:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
vcpkg install eastl

The EASTL port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please create an issue or pull request on the vcpkg repository.

Documentation

Please see EASTL Introduction.

Compiling sources

Please see CONTRIBUTING.md for details on compiling and testing the source.

Credits And Maintainers

EASTL was created by Paul Pedriana and he maintained the project for roughly 10 years.

EASTL was subsequently maintained by Roberto Parolin for more than 8 years. He was the driver and proponent for getting EASTL opensourced. Rob was a mentor to all members of the team and taught us everything we ever wanted to know about C++ spookyness.

After Rob, maintenance of EASTL passed to Max Winkler for roughly a year, until landing with its current maintainer Liam Mitchell.

Significant EASTL contributions were made by (in alphabetical order):

  • Avery Lee
  • Colin Andrews
  • JP Flouret
  • Liam Mitchell
  • Matt Newport
  • Max Winkler
  • Paul Pedriana
  • Roberto Parolin
  • Simon Everett

Contributors

Projects And Products Using EASTL

License

Modified BSD License (3-Clause BSD license) see the file LICENSE in the project root.

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].