Commit Graph

1091 Commits (master)
 

Author SHA1 Message Date
sotrh 6b90b5f7ae
Merge pull request #54 from yutannihilation/patch-4
Fix a broken link and a missing argument in tutorial9
4 years ago
sotrh ad767c90d6
Merge pull request #57 from yutannihilation/patch-5
Improve tutorial 10
4 years ago
sotrh 5d41a0f314
Merge pull request #51 from yutannihilation/patch-1
Fix some typos in tutorial7-instancing
4 years ago
Hiroaki Yutani 5e0ecd91cf
Improve tutorial 10 4 years ago
dependabot[bot] b79dbd75ae
Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Hiroaki Yutani 55d47396a4
Fix a broken link and a missing argument in tutorial9 4 years ago
Hiroaki Yutani 2e1c9a0620
Fix a missing namespace and pub keyword in tutorial8 4 years ago
Hiroaki Yutani 08dc0ff221
Fix some typos in tutorial7-instancing 4 years ago
sotrh f163d92107
Merge pull request #49 from cedric-h/patch-1
grammar fixes
4 years ago
Ben Hansen 8461147ca0 fixed #44 fixed $48 4 years ago
Cedric Hutchings 500d84058b
Merge branch 'master' into patch-1 4 years ago
sotrh 5cdce79ffd
Merge pull request #47 from yutannihilation/patch-2
Fix a broken link
4 years ago
sotrh d5c5b2de12
Merge pull request #43 from markhildreth/small-fixes
Some small fixes.
4 years ago
Cedric Hutchings 6d79a960de
grammar fixes
I acknowledge that some of these are purely subjective, but the improper `'s` irks me, heh.
4 years ago
Mark Hildreth bd84d92766 Fixed name of package 4 years ago
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