-
|
Hi everyone, I’m very interested in working with OpenSN, but I’m not sure where to begin. I noticed there’s a folder named tutorials in the repository, but I’m unclear about which files I should start with or the order in which to go through them. Could someone provide some guidance on this? Additionally, are there any other resources or websites with more detailed and structured tutorials that could help me understand OpenSN better? Thanks in advance for any advice! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Some useful links:
After you build the code, you can run an input file by: That should get you started... |
Beta Was this translation helpful? Give feedback.
Some useful links:
After you build the code, you can run an input file by:
./lua/opensn -i <input_file>(assuming you are in the build directory)That should get you started...