Commit Graph

976 Commits (a1f5995f498e5bd5cdf111155c16a681e5834396)
 

Author SHA1 Message Date
Hiroaki Yutani 6fd4bdeb4c
Fix a broken link 4 years ago
Mark Hildreth f61585f85b Some small fixes. 4 years ago
Ben Hansen 6ffa5c044c fixed #40 4 years ago
sotrh 373e23dc52
Merge pull request #42 from sotrh/pong
Pong
4 years ago
Ben Hansen 2be19f2070 updating to shaderc 4 years ago
Ben Hansen 6e369e99ee Merge branch 'master' into pong 4 years ago
Ben Hansen c6229a7ca6 finished pong 4 years ago
sotrh f2f86e16e5
Merge pull request #41 from ebraminio/master
Use shaderc instead the deprecated glsl-to-spirv
4 years ago
Ebrahim Byagowi 3555c713cb Use shaderc instead the deprecated glsl-to-spirv
I was getting lots of these errors,

glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/../Include/Common.h:99:
.../registry/src/github.com-1ecc6299db9ec823/glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/PoolAlloc.h:314:54: error: 'operator=' is a private member of 'glslang::TPoolAllocator'
    void setAllocator(TPoolAllocator* a) { allocator = *a; }
                                           ~~~~~~~~~ ^ ~~
.../registry/src/github.com-1ecc6299db9ec823/glsl-to-spirv-0.1.7/glslang/hlsl/../glslang/MachineIndependent/../Public/../Include/PoolAlloc.h:244:21: note: declared private here
    TPoolAllocator& operator=(const TPoolAllocator&);  // don't allow assignment operator
                    ^

And had to replace the apparently now deprecated glsl-to-spirv with shaderc-rs in order to
see the tutorial and thought would be useful for others also.
4 years ago
Ben Hansen 32e5989dc1 some tweaks 4 years ago
Ben Hansen 0c3249e7f9 fixed centering and added bloops 4 years ago
sotrh 17a6af4067
Merge pull request #38 from artvinn/master
Fix some inconsistencies
4 years ago
sotrh a7e57e2a53
Merge pull request #37 from LinusU/patch-1
Remove block_on in calls to State#resize
4 years ago
sotrh dea850863e
Merge pull request #39 from CleanCut/tutorial1-2-improvements
Fixed some things I noticed while doing tutorial 1 and tutorial 2.
4 years ago
Ben Hansen 57ff442834 fixed #30 4 years ago
Ben Hansen 71d85d536f added warning in depth tutorial 4 years ago
Ben Hansen 67f163aaec fixed crash in later example code 4 years ago
Ben Hansen 7c595d344a navigation done 4 years ago
Ben Hansen 87f065acdd got basic game working 4 years ago
Nathan Stocks e247decf46 Fixed some things I noticed while doing tutorial 1 and tutorial 2. 4 years ago
artvinn fdb525fa41 Fix some inconsistencies 4 years ago
Artjom Vinnikov e52f1bbae8
Merge pull request #1 from sotrh/master
Update
4 years ago
Linus Unnebäck 1f30a90951
Remove block_on in calls to State update & render 4 years ago
Linus Unnebäck 1dcbae76fd
Remove block_on in calls to State#resize 4 years ago
Linus Unnebäck b03c80766f
Remove block_on in calls to State#resize 4 years ago
sotrh 0f85fe99a0
Merge pull request #19 from sotrh/dependabot/npm_and_yarn/acorn-6.4.1
Bump acorn from 6.4.0 to 6.4.1
4 years ago
Ben Hansen de7da878ab preparing normal mapping for deploy 4 years ago
sotrh 018c8a5ec2
Merge pull request #33 from sotrh/normal-mapping
Normal mapping
4 years ago
Ben Hansen 752533a706 finish normal mapping 4 years ago
Ben Hansen 387e17ba5f finished normal mapping tutorial 4 years ago
sotrh c17fdd7fe7
Merge pull request #32 from cjburkey01/Fix-Typo
Fix Typos
4 years ago
Ben Hansen a118435ba7 debugging the normal mapping 4 years ago
CJ Burkey de381c070f
very -> vary 4 years ago
Ben Hansen ec5339bd3b started normals tutorial 4 years ago
Ben Hansen 107d64a70e preparing for 0.5 deploy 4 years ago
sotrh b392f3527e
Merge pull request #29 from sotrh/0.5
0.5
4 years ago
Ben Hansen 6bd7d714e8 missed "y is down" in tutorial4 4 years ago
Ben Hansen 2fb06b49fb finishing up 4 years ago
Ben Hansen bbeacfa923 migrated windowless 4 years ago
Ben Hansen 4a772f7ee0 migrated gifs 4 years ago
Ben Hansen 032253fea9 cleaning up for 0.5 4 years ago
Ben Hansen d8a2657878 adjusted migration to tutorial10 4 years ago
Ben Hansen 368021047a adjusted migration to tutorial9 4 years ago
sotrh a5bdad14ab
Merge pull request #28 from Pointime/0.5
fix async style
4 years ago
Ben Hansen 2b8e97b6fa migrated tutorial8 4 years ago
Pointu 13cbe0ca68
Update main.rs 4 years ago
Pointu a1059d5ccc
Update main.rs 4 years ago
Ben Hansen baf4377930 forgot to add examples 4 years ago
Ben Hansen a7833f3c16 migrated tutorial7 4 years ago
Ben Hansen 66eeae019c migrated tutorial6 4 years ago