Skip to content

Mr0o/sdl2HelloWorld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL2 Hello World

This is a hello world for learning basics of sdl, and setting up the environment for sdl2.

Setup

Linux (Debian/Ubuntu)

  1. Install sdl2 and sdl2-image:
sudo apt-get install libsdl2-dev libsdl2-image-dev
  1. Clone the repository:
git clone https://github.com/Mr0o/sdl2HelloWorld.git
  1. Build the project:
./build.sh
  1. Run the executable:
./sdl2_hello_world.bin

Screenshot

Screenshot

About

SDL2 Hello World written in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published