parent
cd7a9fdcb3
commit
54c5f3f2d0
|
@ -12,22 +12,25 @@ use in various real-world environments. Workspaces to build the
|
||||||
samples can be found in the respective directories. The VC workspaces
|
samples can be found in the respective directories. The VC workspaces
|
||||||
copy the created executables to the ./bin directory.
|
copy the created executables to the ./bin directory.
|
||||||
|
|
||||||
All GL-based samples depend on GLUT, some on DevIL. For convenience,
|
All GL-based samples depend on FreeGLUT, the image loading will be done
|
||||||
these libraries are included in the repository in their respective
|
by a header-only library. For convenience, these libraries are included
|
||||||
Windows/x86 prebuilt versions. To build on linux, install the
|
in the repository in their respective Windows/x86 prebuilt versions.
|
||||||
required packages using the package manager of your choice.
|
To build on linux, install freeglut using the package manager of your
|
||||||
|
choice. For instance on Ubuntu to install freeglut you can use the following
|
||||||
|
command:
|
||||||
|
|
||||||
Also note that the VS workspaces link against the DLL version of the
|
> sudo apt install freeglut
|
||||||
Assimp library, thus you need to build it in the first place (
|
|
||||||
assimp-release-dll build configuration). The Assimp DLL needs to be
|
All samples will be placed at
|
||||||
copied to ./bin as well (the VS workspaces will try to do this
|
|
||||||
automatically).
|
Win32: <assimp_repo>/<config>/bin
|
||||||
|
|
||||||
|
or Linux : <assimp_repo>/bin
|
||||||
|
|
||||||
|
|
||||||
2. List of samples
|
2. List of samples
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
||||||
SimpleOpenGL
|
SimpleOpenGL
|
||||||
|
|
||||||
A very simple and straightforward OpenGL sample. It loads a
|
A very simple and straightforward OpenGL sample. It loads a
|
||||||
|
|
Loading…
Reference in New Issue