(#220) Write, build and load a business logic module for Logos#227
(#220) Write, build and load a business logic module for Logos#227cheny0 wants to merge 6 commits into
Conversation
This comment was marked as low quality.
This comment was marked as low quality.
|
Apologies for the comment above, probably due from me moving away from the |
|
FYI logos-co/logos-tutorial#39 Also, note a working example that follows the docs as closely as possible: fryorcraken/logos-module-tictactoe#5 |
|
Better qml example: https://github.com/fryorcraken/logos-tictactoe-qml |
This comment was marked as resolved.
This comment was marked as resolved.
| 1. Build the development version of `logos-basecamp`. | ||
|
|
||
| ```bash | ||
| nix build 'github:logos-co/logos-basecamp/tutorial-v1#app' --out-link ./logos-basecamp |
There was a problem hiding this comment.
shouldn't it use the latest release of logos-basecamp?
There was a problem hiding this comment.
it should. unless this doc is linked to tutorial-V1
There was a problem hiding this comment.
@fryorcraken @Khushboo-dev-cpp, the original tutorial uses the tutorial-v1 tag. Should I change it?
There was a problem hiding this comment.
Yes, let's make the doc work for tutorial-v1 as per the original tutorial, and tutorial-v1 tag on the logos-tutorial repo
The content for wrapping a C library will be covered in a separate document