Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

mythsman/SDL2_light_on_and_off

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDL2_light_on_and_off

本项目简单利用SDL2实现了一个简单的开灯关灯的逻辑。

项目用eclipse CDT编写,可以直接用eclipse打开。当然也可以直接手动编译SDL2.cpp文件:

gcc -o SDL2 SDL2.cpp -lSDL2 -lSDL2_image -std=c++11

并将resources文件夹放在二进制文件同目录下即可运行。

项目git地址:https://github.com/mythsman/SDL2_light_on_and_off.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published