Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
ParticleGenerator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HASPEKIAN Yvan
ParticleGenerator
Commits
913024b4
Commit
913024b4
authored
1 year ago
by
BATON Theau
Browse files
Options
Downloads
Patches
Plain Diff
Add Reademe
parent
376eb057
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
ParticleGenerator/CMakeLists.txt
+6
-1
6 additions, 1 deletion
ParticleGenerator/CMakeLists.txt
README.md
+21
-1
21 additions, 1 deletion
README.md
TODO.md
+0
-0
0 additions, 0 deletions
TODO.md
with
27 additions
and
2 deletions
ParticleGenerator/CMakeLists.txt
+
6
−
1
View file @
913024b4
...
@@ -27,7 +27,12 @@ set(CMAKE_CXX_EXTENSIONS OFF)
...
@@ -27,7 +27,12 @@ set(CMAKE_CXX_EXTENSIONS OFF)
#=====================================
#=====================================
option
(
USE_STATIC_DEPENDENCIES
"Use dependencies as static libraries"
OFF
)
option
(
USE_STATIC_DEPENDENCIES
"Use dependencies as static libraries"
OFF
)
option
(
CMAKE_TOOLCHAIN_FILE
"C:/vcpkg/vcpkg/scripts/buildsystems/vcpkg.cmake"
)
if
(
WIN32
)
option
(
CMAKE_TOOLCHAIN_FILE
"C:/vcpkg/scripts/buildsystems/vcpkg.cmake"
)
elseif
(
UNIX
)
option
(
CMAKE_TOOLCHAIN_FILE
"/usr/local/share/vcpkg/scripts/buildsystems/vcpkg.cmake"
)
endif
()
#=====================================
#=====================================
# Macros
# Macros
...
...
This diff is collapsed.
Click to expand it.
README.md
+
21
−
1
View file @
913024b4
# Curve Tools
# Curve Tools
Pour compiler
`CuvreTools`
, il suffit d'utiliser le CMake présent dans le dossier
`CurveTools`
.
# Particle Generator
# Particle Generator
Pour compiler le générateur de particules, il suffit d'utiliser le CMake présent dans le dossier
`Particlegenerator`
.
Pour pouvoir compiler correctement il faut utiliser
`VCPKG`
: https://vcpkg.io/en/.
Les bibliothèques à installer avec VPCKG son :
```
vcpkg install assimp
vcpkg install glew
vcpkg install imgui[glfw-binding]
vcpkg install imgui[opengl3-binding]
vcpkg install opengl
vcpkg install stb
vcpkg install tinyfiledialogs
```
Il faut aussi ajouter une version de
`CurveTools`
au projet, dans le dossier
`Particlegenerator/external/lib`
.
Il faut aussi copier le dossier
`CurveTools/include/CurveTools`
, dans
`Particlegenerator/external/lib/include`
.
This diff is collapsed.
Click to expand it.
TODO.md
deleted
100644 → 0
+
0
−
0
View file @
376eb057
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment