Software:CopperLicht

From HandWiki
Short description: Open-source JavaScript library for creating games and interactive 3D applications
CopperLicht
Developer(s)Ambiera
Stable release
1.12 / May 2, 2016; 7 years ago (2016-05-02)[1]
Written inJavaScript
TypeJavaScript library
Licensebased on zlib[2]
Websiteambiera.com/copperlicht/

CopperLicht is an open-source JavaScript library for creating games and interactive 3D applications using WebGL, developed by Ambiera.[3] The aim of the library is to provide an API for making it easier developing 3D content for the web. It is supposed to be used together with its commercial 3D world editor CopperCube, but it can also be used without.

History

In February 2010, Ambiera introduced CopperLicht [4][5] and showcased it by providing a demo website, showing a Quake III Arena level rendered in real time in the browser window. The library was originally intended to be used as a WebGL backend for the CopperCube editor, but then the developers decided to make the library free to be used by the public.[6] In November 2014, CopperLicht was made free and open source, based on a zlib style license.[7]

Features

CopperLicht includes the following features:[8]

  • 3D rendering based on a hierarchical scene graph
  • Pre-created materials and shaders, including pre-calculated lightmap support
  • Skeletal animation
  • Built-in collision detection and simple Physics engine
  • Dynamic light support
  • System to create and use custom shaders and materials based on the OpenGL Shading Language (GLSL)
  • Impostors like Billboards and Skyboxes
  • Paths and Splines
  • Behavior and Action system
  • Texture animation
  • Vertex color support
  • Integrated 2D font and 2D primitives rendering system
  • Automatic redraw reduction system

See also

References