mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-28 21:04:47 +00:00

Instead, place the copyright and license right into the source. To satisfy reuse, this also removes the unnecessary MIT.txt symlinks.
12 lines
515 B
Markdown
12 lines
515 B
Markdown
<!-- Copyright © SixtyFPS GmbH <info@slint.dev> ; SPDX-License-Identifier: MIT -->
|
|
# Summary
|
|
|
|
- [Introduction](./introduction.md)
|
|
- [Getting Started](./getting_started.md)
|
|
- [Memory Tile](./memory_tile.md)
|
|
- [Polishing the Tile](./polishing_the_tile.md)
|
|
- [From One To Multiple Tiles](./from_one_to_multiple_tiles.md)
|
|
- [Creating The Tiles From C++](./creating_the_tiles_from_cpp.md)
|
|
- [Game Logic In C++](./game_logic_in_cpp.md)
|
|
- [Ideas For The Reader](./ideas_for_the_reader.md)
|
|
- [Conclusion](./conclusion.md)
|