mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-29 05:14:48 +00:00
Initial port of the C++ version of the memory tutorial
A couple of things still need to be done though, including more sharing with the Rust version, cmake syntax highlighting, externalizing the code.
This commit is contained in:
parent
0299ad66c8
commit
8083046e1d
18 changed files with 437 additions and 5 deletions
11
docs/tutorial/cpp/src/SUMMARY.md
Normal file
11
docs/tutorial/cpp/src/SUMMARY.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# 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)
|
Loading…
Add table
Add a link
Reference in a new issue