Viewing profile — i45_n5
i45_n5
HN member- Joined
- Wed, Mar 07, 2018, 4:14 PM UTC
- HN karma
- 4
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About i45_n5
No profile information was provided.
Recent public activity
-
comment
Comment #32194056
flash drive
-
comment
Comment #31800062
Yes, absolutely true. vs08 was their last fast ide.
-
comment
Comment #29767976
Yeah, I know about ppm but I didn't know about .obj files. That's great. And sdl is a good crossplatform choice because linux doesn't have similar to win api GDI. Thanks for the li…
-
comment
Comment #29761985
yes. It seems like that is what I looking for, thanks.
-
comment
Comment #29761983
Let's just say that I want to create text file with 3d coordinates of an object (cube or sphere), and my software renderer shoould read this file and display it on the screen. And …
-
comment
Comment #29760928
Seems like some chapters on perspectives is what I need. But I guess I have to buy a book about 3d math for game development.
-
comment
Comment #29760308
yeah, I heard about this site. But I need a book about software 3d rendering. I want to build something very simple but without any apis and libraries such as opengl or directx. An…
-
comment
Comment #29759509
Could someone suggest a good book/article(s) about 3d software rendering from scratch. I want to use just plain WIN API or SDL to make let's say a 3d rendered cube. Is "Computer Gr…
-
comment
Comment #16539023
As for "Stop Teaching C" video one should also consider this book https://www.amazon.com/Accelerated-C-Practical-Programming-E... Alas, it is c++03. On the other hand it's relative…
-
comment
Comment #16537375
open.kattis.com is quite good. compiles with -std=gnu++11