Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e396fb1a3 | |||
| 2b5839a4a8 | |||
| 0810f12949 |
+1
-2
@@ -31,8 +31,7 @@ RUN make
|
|||||||
# Download VCL
|
# Download VCL
|
||||||
RUN mkdir -p /temp/vcl
|
RUN mkdir -p /temp/vcl
|
||||||
WORKDIR "/temp/vcl"
|
WORKDIR "/temp/vcl"
|
||||||
RUN wget http://apgcglz.cluster028.hosting.ovh.net/tyra/vcl.zip
|
RUN wget https://github.com/h4570/tyra/raw/master/assets/vcl
|
||||||
RUN unzip vcl.zip
|
|
||||||
|
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
@@ -68,7 +68,7 @@ Decision was simple - I need to create an engine which will handle 3D file loadi
|
|||||||
* 07 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/07-lighting) - Static lightmap and dynamic directional lights
|
* 07 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/07-lighting) - Static lightmap and dynamic directional lights
|
||||||
* 08 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/08-skybox-debug) - Skybox and debug rendering
|
* 08 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/08-skybox-debug) - Skybox and debug rendering
|
||||||
* 09 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/09-manual-mode) - Manual rendering (a'la OpenGL)
|
* 09 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/09-manual-mode) - Manual rendering (a'la OpenGL)
|
||||||
* 10 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/10-sprite=sheet) - Sprite sheet (font)
|
* 10 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/10-sprite-sheet) - Sprite sheet (font)
|
||||||
* 11 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/11-texture-region-repeat) - Texture repeating
|
* 11 - [Code](https://github.com/h4570/tyra/tree/master/tutorials/11-texture-region-repeat) - Texture repeating
|
||||||
* Demo game - [Code](https://github.com/h4570/tyra/tree/master/demo)
|
* Demo game - [Code](https://github.com/h4570/tyra/tree/master/demo)
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user