Skip to content

This is my learning journey of graphical APIs, - SFML is a graphic lib, which is designed to simplify OpenGL. It only supports 2D, where 3D logic must came from the program

License

Notifications You must be signed in to change notification settings

seesee010/Sfml-Test0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SFML Test 01

My First project made with sfml, simple "open windows" programm, showing an 2d pyramid!

What u need

  • OS (I use Arch BTW)

  • SFML (u guessed it)

  • gcc/g++

  • (bash)

  • RAM (look up OS min Specs)

  • CPU (look up OS min Specs)

  • Keyboard

  • (Mouse; why not)

Programms

  • firstpgrm (first programm ever made with sfml - simple open window)
  • drawingTest (first time drawing on window!)
  • inputSystem (w,a,s,d support!)

About

This is my learning journey of graphical APIs, - SFML is a graphic lib, which is designed to simplify OpenGL. It only supports 2D, where 3D logic must came from the program

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages