Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "sfml"
-
I started in the morning with just a rectangle drawn on the screen .fast forward +-12 hours and I made a little racetrack with a little sprite that moves with keyboard input around the track.c++ and sfml totally rocks.1
-
From a square on an sfml window.to a sprite that can move along the track.to quite a cool drag racing game named "little drag racing for linux" .next stop.adding new cars and creating an opponent and point system4
-
-Writes an algorithm that randomly generates a dungeon for my RPG game I'm writing in C++ with SFML library-
after 6hours of reading papers about algorithms, writing an algorithm myself, at 4 am I decided to give up and re try tomorrow and fix all of the problems, but all that I had in mind is, what the fuck did i just write here.. I'm sure the next day me will not understand what the hell is going on-4 -
TeamLeader : "Come two seconds"
TL : "I'd like you to check that out when you do that"
Me: "But it's your job to do this"
TL: "Yeah, but I'd like you to just check in case I forgot"
THEN DO YOUR FKING TASK PROPERLY WHATS THE POINT IF YOU FORGOT AND I DO IT
Edit my english sucks1 -
I finally found how to make a parallel projection of a 3D vector on the screen with SFML, I'm really really happy but the most of my school project is still to do...