Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
But 1 Semestre 2
SAE Particule
Commits
e10e826f
Commit
e10e826f
authored
Jan 14, 2022
by
Baptiste HEYRENDT
Browse files
Minor Readme Correction
parent
55719521
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.MD
View file @
e10e826f
...
...
@@ -5,14 +5,13 @@ Léo TRANCHET , Mathys M , Lana Heyrendt
### Utilisation :
`git clone https://gitlab.univ-nantes.fr/E215151K/sae_particule.git`
`cd sae_particule`
`go build`
`./project-particles [ARGUMENT]`
Lancer le fichier
**Particule.sh**
#### Liste des Arguments
`./Particles.sh`
Vous pouvez utiliser les sufixes suivants :
+
Default ( Génére des particules blanches )
+
Default Génére des particules blanches statiques
+
Spirale ( Génére une spirale de particules )
...
...
main.go
View file @
e10e826f
...
...
@@ -47,6 +47,14 @@ func commands() {
ExecPart
(
"./Extension/Wesh.json"
)
},
},
{
Name
:
"Life"
,
Aliases
:
[]
string
{
"l"
},
Usage
:
"Give particule a
\"
Life Cycle
\"
"
,
Action
:
func
(
c
*
cli
.
Context
)
{
ExecPart
(
"./Extension/Wesh.json"
)
},
},
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment