pulpobot / C-SFML-html5-animation

Example code from "Foundation HTML5 Animation with JavaScript" ported to C++ and SFML

Home Page:http://santiagoalvarez.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample code from https://github.com/lamberta/html5-animation ported to C++ and SFML.

State: In-Progress.

SFML Version: 2.4.2

Folder Structure:

  • chapter#-example#-examplename

    • CMakeList.txt
    • /deps: Any libraries required by the example (except for SFML)
    • /src: Source Code.
    • /res: stores any assets required by the example (e.g fonts or images).
    • /build: Precompiled Windows Executable x86 File.
  • shared-deps

    • /SFML-x.x.x: Current SFML Version being used by all the examples

Note 1: If you want to build any example, just run CMake on their own root folder.

Note 2: I have built all the examples on Windows with CMake; eventually will try to add Linux and OSx support, but I'll be more than happy to recieve any help with this in the meantime :)

Note 3: Example ch04-12-video-frames uses Visual Studio temporarily.

About

Example code from "Foundation HTML5 Animation with JavaScript" ported to C++ and SFML

http://santiagoalvarez.me/

License:MIT License


Languages

Language:C++ 38.6%Language:CMake 34.5%Language:C 18.0%Language:Makefile 5.8%Language:Objective-C++ 2.1%Language:Objective-C 0.7%Language:CSS 0.2%Language:Shell 0.1%Language:GLSL 0.1%Language:Batchfile 0.0%Language:HTML 0.0%