Skip to content

Limulo/slides_GEGST_dec2017

Repository files navigation

README

Game Engines and Game Sound Techniques lessons (Dec 2017)

These are the slides for the GE & GST lessons. Build with reveal.js.

For more information: limulo.net GE & GST homepage

Installation

In order to run this presentation you first need to install NodeJs: follow the instructions you find here to do that.

Then you must clone this repo, go inside its folder and:

  • install all the necessary modules with npm install;
  • start the presentation with npm start.

Add content to the presentation

In order to add new content to the presentation do one of the following operations:

  1. Edit the index.html file taking care of special data separator;
  2. Edit the corresponding .md files inside the _slides folder;
  3. Add new images inside the _images folder or link them from the GE & GST repo;
  4. Do the same with other kind of resources you may need (like sounds, videos, gif and so on).

There's no need to modify anything else.

Add styles to the presentation

Follow the instruction you find here:

Notes

The iframe background will not work if you are using a video starting from a specific point in time:

  • both this vesrion ?t=2m18s;
  • or this one ?start=123;

Deploy the presentation to GitHub pages

Follow the instruction found on these links:

  • Angelo Basile post. You will also need pandoc along with reveal.js in order to convert your .md files into .html;
  • Also read this page from the pandoc on--line manual. It should be very useful.

About

Game Engines and Game Sound Techniques slides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published