#2,993 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Mastering SFML Game Development

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Mastering SFML Game Development. Here are the top ones.

Mastering SFML Game Development
Buying options
View on Amazon.com
or
    Features:
  • 【3 inch folding pocket knife Brown color】Small Sized Pocket Knife-Blade Length:2.76inch Handle Length:3.55inch Thickness:0.1inch HRC:58 Weight:68.4g/2.42oz ,The Size is Great as An EDC.Note:the knife is About 3 inch,check the size carefully when purchase.
  • 【Super Sharp Blade Stone Wash Finish】The knife blade steel is made by Jpn Acuto 440,better than 440c,8cr13MoV, Aus8 stainless Steel ect.Test that 865 cuts until dull,You Can Take About 8 Weeks. Blade Steel is Super Easy to Sharpen and Touch Up.You Can Sharp By Yourself When Used Dull Easily.
  • 【Very comfortable grip hold in hand】Brown G10 Handle support a super grip,The Handle At 3.5" Is Just Long Enough To Offer a 4-finger Grip In a Medium-Sized Hand,It is a good size as an small edc and perfect for small task and carry everyday.
  • 【Smooth Aaction flipper knife】Amarillo has very Smooth action with ball bearing,The Detent Is Strong and Provides a Very Nice Pleasing Snap When You Flip It.Blade Centers Perfectly when Closed.
  • 【Tangram KNIVES FOR LIFE】Be care of Using The folding pocket knives; Tangram folding knives are built to last, and we consider all repair and replacement requests
Specs:
Height9.25 Inches
Length7.5 Inches
Number of items1
Release dateJanuary 2017
Weight1.66 Pounds
Width1 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Mastering SFML Game Development:

u/FAtBall00n · 6 pointsr/GraphicsProgramming

I'm not a professional graphics programmer, but I am a CS grad and a senior developer for about 10 years. I haven't yet had the time to dive into fully committing myself, however, here was my personal plan for when that moment came.

This gave some great advice and was my starting point:

https://interplayoflight.wordpress.com/2018/07/08/how-to-start-learn-graphics-programming/

​

Then I was going to read this to learn about game engine architecture:

https://www.amazon.com/Engine-Architecture-Third-Jason-Gregory/dp/1138035459/ref=sr_1_3?s=books&ie=UTF8&qid=1539093840&sr=1-3&keywords=game+engine

​

I have heard that this book is the actual implementation of a game engine and a good follow up to reading game engine architecture:

https://www.amazon.com/SFML-Development-Example-Raimondas-Pupius/dp/1785287346/ref=sr_1_1?s=books&ie=UTF8&qid=1539093789&sr=1-1&keywords=SFML

https://www.amazon.com/Mastering-SFML-Development-Raimondas-Pupius/dp/178646988X/ref=sr_1_2?s=books&ie=UTF8&qid=1539093813&sr=1-2&keywords=SFML

​

Then I was going to start diving into the 3D and mathematics

Read first:

https://www.amazon.com/Math-Primer-Graphics-Game-Development/dp/1568817231/ref=sr_1_1?ie=UTF8&qid=1539094027&sr=8-1&keywords=3d+math

Read next:

https://learnopengl.com/

Then I was just going to try and build my own 3D engine and figure it out as I went along.

I've also heard that implementing actual siggraph papers is super helpful and once you're at that point, you've kind of arrived as far as graphics programming is concerned.

I think what you're experiencing with the analysis paralysis is very normal. I'm going to say that you have this fear because you're thinking about all the things you're going to have to do and it freaks you out. Don't think about all the books and all the work you're going to have to do to reach your destination. Simply sit down each day and work on something. Just improve upon what you did the day before and have a weekly goal or something in mind. This breaks up what you're trying to accomplish into smaller steps and isn't nearly as intimidating. Don't look at everything on the horizon. Just start writing code.

John Carmack said it best when he gave someone advice on becoming a programmer "You should write hundreds of programs".

Link: http://d3dvortex.blogspot.com/2005/07/programming-advice-from-john-carmack-i.html

​

​

​

​

​