add msbuild instruction in readme
This commit is contained in:
parent
25f9a0eaf9
commit
43a5e96cdc
@ -15,14 +15,14 @@ cl /std:c++14 /DNDEBUG /Ibella_engine_sdk\src /EHsc joomer-bella-basic-renderer.
|
|||||||
/link /LIBPATH:bella_engine_sdk\lib bella_engine_sdk.lib /OUT:joomer-bella-basic-renderer.exe
|
/link /LIBPATH:bella_engine_sdk\lib bella_engine_sdk.lib /OUT:joomer-bella-basic-renderer.exe
|
||||||
|
|
||||||
# Set up library path and run
|
# Set up library path and run
|
||||||
set PATH=%PATH%;bella_engine_sdk\lib
|
|
||||||
joomer-bella-basic-renderer.exe
|
joomer-bella-basic-renderer.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
[todo]
|
[todo]
|
||||||
- write code for bella events to monitor render process
|
- fix typos in README.md
|
||||||
- create makefile
|
- add Makefile for linux/mac
|
||||||
|
- switch from main to DL_main
|
||||||
|
add arg for number of sphere, randomly transform sphere in XY axes, different color, different roughness, random scale
|
||||||
|
|
||||||
# Build
|
# Build
|
||||||
```
|
```
|
||||||
@ -77,6 +77,7 @@ tar -xf bella_engine_sdk-25.3.0-win32.zip
|
|||||||
git clone https://git.indoodle.com/jason/joomer-bella-basic-renderer.git
|
git clone https://git.indoodle.com/jason/joomer-bella-basic-renderer.git
|
||||||
cd joomer-bella-basic-renderer
|
cd joomer-bella-basic-renderer
|
||||||
set PATH=%PATH%;bella_engine_sdk\lib
|
set PATH=%PATH%;bella_engine_sdk\lib
|
||||||
|
msbuild joomer-bella-basic-renderer.vcxproj /p:Configuration=Debug /p:Platform=x64
|
||||||
joomer-bella-basic-renderer.exe
|
joomer-bella-basic-renderer.exe
|
||||||
start mspaint joomer-bella-basic-renderer.png
|
start mspaint joomer-bella-basic-renderer.png
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user