add msbuild instruction in readme

This commit is contained in:
Jason Ly 2025-10-10 23:02:30 -04:00
parent 25f9a0eaf9
commit 43a5e96cdc

View File

@ -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
# Set up library path and run
set PATH=%PATH%;bella_engine_sdk\lib
joomer-bella-basic-renderer.exe
```
[todo]
- write code for bella events to monitor render process
- create makefile
- fix typos in README.md
- 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
```
@ -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
cd joomer-bella-basic-renderer
set PATH=%PATH%;bella_engine_sdk\lib
msbuild joomer-bella-basic-renderer.vcxproj /p:Configuration=Debug /p:Platform=x64
joomer-bella-basic-renderer.exe
start mspaint joomer-bella-basic-renderer.png
```