A guide for users in a window environment
- Setting up the PC in English
- Cloning the Repository
visual studio 2022
installationTortoiseSVN
installation- Create a
softlight
folder and make a sub-folder namedbuild
. cmake
configuration- Paste dll file in path
"build/softlight/tests/release"
- Run
SoftLight.sln
First, you have to set the route in English.
Cloning the repository should be done recursively, using the following steps:
git clone --recursive https://github.com/hamsham/SoftLight
cd SoftLight
git submodule foreach git checkout master
git submodule foreach git pull origin master
check and install it as shown in the following picture.
At the following site https://tortoisesvn.net/downloads.html, please press the Download TortoiseSVN button to suit your environment.
Make sure to select Entire feature will be installed on local hard drive
from command line client tools
as shown in the following image.
Once the TortoiseSVN
installation is completed, you can check that the following executable file has been created.
And add environmental variable as shown in the following picture.
Create a folder called softlight
on the desktop as shown in the following picture, and create a build
folder in that folder.
Download cmake
from the following site https://cmake.org/.
When you complete the installation, you will find a folder as shown in the picture below.
Enter bin
from that folder and run cmake-gui.exe
.
Write down the clean SoftLight
path in git above, and the build
path created in step 5) below.
Press the generate
button and check it as shown in the picture below.
Press the Advanced
button and specify the path with svn.exe
.
Press the Configure
button.
You can see that the files shown in the picture below have been created in the build
file.
Copy the file of that path and put it in the "build/softlight/tests/release"
path.
You can see that there is a SoftLight.sln
file in the build file.
Run it with visual studio 2022
.
Change it to Release
.
Press Set as Startup Project
as shown in the picture below with the test
file you want to run.
sl_animation_test
sl_fullscreen_quad
sl_instancing_test
sl_large_scene_test
sl_mesh_test
sl_mrt_test
sl_octree_rendering_test
sl_quadtree_rendering_test
sl_sdf_image_test
sl_shading_test
sl_skybox_test
sl_text_test
sl_volume_rendering_test
Press the Local Windows Debugger
button to run it.
Press F1
and use W
, A
, S
, and D
keys to move up, down, left, and right.
Press the F2
key to check a higher level of rendering
.