Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Honno

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 131
76
Games / Re: The Forgettable Dungeon: Exhibiting at PAX East!
« on: April 08, 2016, 08:43:23 PM »


oh, it does

77
General Discussion / Re: Crown & Niblic's Jailbreak
« on: April 08, 2016, 01:40:35 PM »
Dont forget we have a discord guys! https://discord.gg/0vLP2Fvx2OeMROz4

78
Off Topic / Re: Programming Megathread
« on: April 08, 2016, 01:03:05 PM »
That's some very cool stuff. Difficult to do?

I'm very hesitant to do any rendering-related programming. It seems like a very tough field to get into.

Right now I'm trying to find and consume as many C++ homework tasks/programming challenges as possible. I really want to get good at the logical side of things because I'd like to be working at a AAA studio at some point in the future. It's tough when your college doesn't offer that kind of support and there's no tutors for programming either.

Thanks! It's actually not too difficult. These are the more simpler fractals, which don't really need to use affine transforms.

Right now, I'm using SDL2 for rendering, and C as the language. These programs are just rendering one line at a time using recursion, and using sine and cosine for rotating the lines in the Y-fractal.



If you are relatively new to programming, I recommend you learn about truth tables, as they are very important when making logical statements. Then learn how to apply logic in your if-statements and for/while loops.

Then you may want to know how memory works. Learn about pointers and how they work. Since you're using C++, you wouldnt need to worry about knowing how to allocate & free memory (although it doesnt hurt to learn!). You should also understand the stack & heap.



If you want to skip ahead or already know that stuff, then I'd suggest learning your basic sorting algorithms: Bubble, Insertion, Selection, Merge, and Quick sort.

After that, learn your basic data structures: Stack, Queue, Circular Queue/Buffer, and Linked List (requires pointers). Then you can later try to use your sorting algorithms to sort elements inside the data structures (Linked list would be good to start with sorting).

Now you pretty much know beginner/intermediate programming. If you still want to move forward, then learn your binary tree structures, which are structures with two children: Binary tree, B-tree, AVL tree, BSP tree, etc. (I would just recommend learning the binary tree for now). Then you can advance into trees with even more children: quadtrees (four children) and octrees (eight children). All these trees are used for storing things in memory, and then being able to access/render them in a very fast and efficient way. As an example, game engines like Quake and Source use BSP trees to store object information in their maps, so they can later render them efficiently. Blockland also uses octrees, as stated in this very detailed post by Klarck



Along with all the things I just said, knowing linear algebra and geometry is an essential when programming games: vectors, matrices, quaternions, linear transformations, affine transforms, etc. Linear algebra is used in almost all games (3D and 2D).

If you dont know where to start, you should use Khan Academy to learn linear algebra.



Thats pretty much all I have to say. Im still learning as I go, so I may be wrong in some cases. There is also so much more to be covered, but knowing all of this will already make you very advanced, and a AAA company will want to hire you.

Good luck.

79
Off Topic / Re: Programming Megathread
« on: April 07, 2016, 11:11:07 PM »
bump

y fractal:


Sierpinski triangle

80
General Discussion / Re: Farming Server (Online, melons added)
« on: April 07, 2016, 12:08:16 AM »
Trip is not happy.

81
I decided to release the Magic Toilet for your pleasure. Enjoy!

ah thank goodness.

ive been wanting that for so long

82
Off Topic / Re: Got an interview tomorrow at Chick-Fil-A
« on: April 06, 2016, 11:31:04 PM »
chick fil a is the stuff, good luck bro

83
Off Topic / Re: I cut my richard shaving today AMA
« on: April 05, 2016, 10:59:39 PM »
did you go against the grain?

84
Off Topic / Re: Child Molestation Prevention Video
« on: April 05, 2016, 09:27:17 PM »
where is this even from?

86
Off Topic / Re: website turns your phrase into a poem
« on: March 29, 2016, 11:45:49 PM »
Gotta' short between the earphones
Is this my final stand?
And when you kill a man, you're a murderer
Now he's nothing for no one nowhere to see
The crystal ball's energized

Gotta' short between the earphones
And when you kill a man, you're a murderer
Pseudo-safari, the hunt is canned ...
Is this my final stand?
Now he's nothing for no one nowhere to see
Gotta' short between the earphones

And when you kill a man, you're a murderer
Now he's nothing for no one nowhere to see
Up into my hideout
Some people risk to employ me

87
Off Topic / Re: Who are your favorite youtubers?
« on: March 28, 2016, 10:31:07 PM »
oh and vet / demo ranch

88
Off Topic / Re: Who are your favorite youtubers?
« on: March 28, 2016, 07:35:21 PM »
ElectroBOOM

Bisqwit

CHLohr

TheChernoProject

Photonicinduction

RODALCO2007

89
General Discussion / Re: Crown & Niblic's Jailbreak [Update]
« on: March 27, 2016, 03:34:40 PM »
Yay!!! But how did you manage to post over the 2 month posting limit?

the last person to post is able to edit their post and it will magically reset the 2 month limit

90
Off Topic / Re: What's the worst sound in the world?
« on: March 25, 2016, 12:30:18 AM »

Pages: 1 2 3 4 5 [6] 7 8 9 10 11 ... 131