fab5c86841
Fix Shadow Texture Border Sampling on Web, by doing a manual check of the uvs in the shader. This probably slows down other versions, but it is not feasible to have two versions of the shader just for this reason. |
1 year ago | |
---|---|---|
art | 1 year ago | |
assets | 1 year ago | |
marketing_page | 2 years ago | |
server | 1 year ago | |
thirdparty | 1 year ago | |
.gitattributes | 1 year ago | |
.gitignore | 1 year ago | |
10x.10x | 2 years ago | |
CMakeLists.txt | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
Session.vim | 2 years ago | |
armature.glsl | 1 year ago | |
assets.mdesk | 1 year ago | |
better_assert.h | 2 years ago | |
buff.h | 1 year ago | |
build_and_run_remedy.bat | 2 years ago | |
build_desktop_debug.bat | 1 year ago | |
build_web_common.bat | 1 year ago | |
build_web_debug.bat | 1 year ago | |
build_web_release.bat | 1 year ago | |
character_info.h | 1 year ago | |
codegen.c | 1 year ago | |
elements.mdesk | 2 years ago | |
level design document.png | 1 year ago | |
main.c | 1 year ago | |
make_training_prompt.txt | 2 years ago | |
makeprompt.h | 1 year ago | |
maketraining.c | 2 years ago | |
openai_cmdline_notes.txt | 2 years ago | |
playgippity.png | 1 year ago | |
profiling.h | 2 years ago | |
quad.glsl | 2 years ago | |
run_codegen.bat | 1 year ago | |
ser.h | 1 year ago | |
shadow_mapper.glsl | 1 year ago | |
threedee.glsl | 1 year ago | |
todo.txt | 1 year ago | |
tuning.h | 1 year ago | |
web_specific_shader_header.glsl | 1 year ago | |
web_template.html | 1 year ago |
README.md
rpgpt
RPG GPT. Short experience
Important Building Steps and Contribution Notes
Be very cautious about committing a change to any large asset files, i.e the art.blend and png files. Every time you do so, even if you change one little thing like moving the player somewhere, you copy the entire file in git lfs, ballooning the storage usage of the git project on the remote. So just try to minimize edits to those big files.
You must clone with git lfs is, and download git lfs files in this repository. If you don't know what that is, google it
Open art.blend
, go to the scripting tab and hit the play button run the script and export all the 3d assets. Then, make sure that when you build, you also build and run the codegen so that said assets and other files are copied and imported. For debug builds on windows, that's call build_desktop_debug.bat codegen
, the codegen argument to the build script causing it to run codegen
To enable codegen error messages, change @echo off to @echo on in run_codegen.bat