Skip to content

bombless/rust-sdl2-lazyfoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains the code for the lessons of the excellent Beginning Game Programming v2.0 from lazyfoo.net ported to rust.

Requirements

  • libsdl2
  • libsdl2-image
  • rust
  • cargo

Running the lessons

Each lesson compiles to its own binary. Run cargo build to build all the binaries, which you'll find in the target folder.

Missing Lessons

Not all lessons have been ported. Unless stated otherwise, I've just not got around to it yet.

  • Lesson 16: rust-sdl2_ttf fails to compile against the current rust master;
  • Lessons 19 and 20: I don't have a joystick (yet);

About

The lazyfoo SDL2 lessons (http://lazyfoo.net/tutorials/SDL/) ported to rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages