Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennethanceyer/vanta
:black_circle: micro and powerful completed assortment of 2D libraries
https://github.com/kennethanceyer/vanta
2d-graphics font rendering
Last synced: 25 days ago
JSON representation
:black_circle: micro and powerful completed assortment of 2D libraries
- Host: GitHub
- URL: https://github.com/kennethanceyer/vanta
- Owner: KennethanCeyer
- License: mit
- Created: 2018-10-26T08:10:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T08:53:52.000Z (about 6 years ago)
- Last Synced: 2024-10-30T03:48:13.825Z (2 months ago)
- Topics: 2d-graphics, font, rendering
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
vanta
----> Notice: This project is still working in progress (WIP)
vanta is most simple and powerful 2D graphics library written in C++
The purpose of our project is as follows- easy to use (most important thing)
- support i18n documentations
- support sdk for most famous languages (java, kotlin, .net, python, javascript, golang)
- high performance
- support SIMD operations
- use GPU acceleration
- develop all implementation as C++ and handle all in one project
- in few case, we will optimize code to write assembly code
- compatibility (this is not related our goal, but we agree this is important thing)
- support X86, X64 architecture as base
- support most famous (Window 7+, macOS 4.1.1+, CentOS 6.x, RHEL 8, Ubuntu 16.04 LTS, Alpine 2.7)