项目作者: ronsaldo

项目描述 :
Babylon 2D Mesh based Graphics API for Pharo
高级语言: Smalltalk
项目地址: git://github.com/ronsaldo/babylon-graphics.git
创建时间: 2018-05-07T01:18:12Z
项目社区:https://github.com/ronsaldo/babylon-graphics

开源协议:

下载


Babylon 2D Mesh Based Graphics API for Pharo

Babylon graphics is 2D graphics API for Pharo based on meshes instead of SVG style paths. The reason of using meshes is that there are directly supported by 3D graphics cards instead of paths.

Babylon is designed around a layered approach in order to allow having support for different 3D graphics API, but with a common API. This repository holds the main Babylon graphics API, and the OpenGL based backend.