nasin/README.md

14 lines
600 B
Markdown
Raw Normal View History

2024-04-28 22:47:50 -06:00
# nasin
2024-04-29 22:31:02 -06:00
[![Go Reference](https://pkg.go.dev/badge/git.tebibyte.media/tomo/nasin.svg)](https://pkg.go.dev/git.tebibyte.media/tomo/nasin)
2024-05-14 10:50:49 -06:00
Nasin provides an easy way to write applications with Tomo. To get started, take
a look at the [examples](examples) directory and the
2024-05-14 10:49:22 -06:00
[online documentation](https://pkg.go.dev/git.tebibyte.media/tomo/nasin).
2024-05-14 10:48:44 -06:00
Related repositories:
2024-05-14 10:50:49 -06:00
- [Tomo API](https://git.tebibyte.media/tomo/tomo): The API that all other parts
2024-05-14 10:48:44 -06:00
of the toolkit agree on
2024-05-14 10:50:49 -06:00
- [Objects](https://git.tebibyte.media/tomo/objects): A standard collection of
2024-05-14 10:48:44 -06:00
re-usable objects and other GUI components