1
0
mirror of https://github.com/lxsang/Diya-API.git synced 2024-12-27 03:48:21 +01:00
Diya-API/README.md

14 lines
251 B
Markdown
Raw Normal View History

2021-12-18 01:58:40 +01:00
# Diya-API
2022-03-07 09:35:30 +01:00
Diya base system API:
* SDL2, OpenGL and Freetype binding
* Base Graphic stack for touch device
* Application API for application development
2021-12-18 02:27:07 +01:00
```smalltalk
Metacello new
repository: 'github://lxsang/Diya-API';
baseline:'Diya';
load
```