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
- Host: GitHub
- URL: https://github.com/ronsaldo/babylon-graphics
- Owner: ronsaldo
- Created: 2018-05-07T01:18:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T18:17:10.000Z (about 7 years ago)
- Last Synced: 2025-01-29T22:46:23.515Z (over 1 year ago)
- Topics: 2d-graphics, pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 112 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.