Skip to content
EA text-rendering library (sitting on top of FreeType)
C++ C
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
include/EAText
source
.gitignore
EAText.sln
EAText.vcxproj
EAText.vcxproj.filters
LICENSE
README.md

README.md

EAText

This is EA's Text rendering library, re-constucted from the partial releases which EA have made at http://gpl.ea.com.

This repo was put together by Kitsilano Software in the hope that EA will fork it back, and start maintaining these releases in a form which is actually usable, rather than just meeting the bare-bones legal and technical requirement to get EAWebKit buildable.

See http://bobsummerwill.wordpress.com/2014/06/25/ea-open-source-software/.

Bob Summerwill, Kitsilano Software, July 2014.

Dependencies

This package depends on the following pacakges:

  • coreallocator located at git@github.com:kitsilanosoftware/coreallocator.git
  • EABase located at git@github.com:kitsilanosoftware/EABase.git
  • EASTL located at git@github.com:kitsilanosoftware/EASTL.git
  • PPMalloc located at git@github.com:kitsilanosoftware/PPMalloc.git
  • FreeType located at git@github.com:kitsilanosoftware/FreeType.git
  • EAAssert located at git@github.com:kitsilanosoftware/EAAssert.git
  • EAIO located at git@github.com:kitsilanosoftware/EAIO.git

Building

Place this package and all its dependencies in the same folder and use MSBuild or Visual Studio to build.

You can’t perform that action at this time.