An open API service indexing awesome lists of open source software.

https://github.com/ronsaldo/babylon-graphics

Babylon 2D Mesh based Graphics API for Pharo
https://github.com/ronsaldo/babylon-graphics

2d-graphics pharo smalltalk

Last synced: about 1 year ago
JSON representation

Babylon 2D Mesh based Graphics API for Pharo

Awesome Lists containing this project

README

          

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