Programming Thread

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

0 Members and 1 Guest are viewing this topic.

Go Down

the-pi-guy


Legend

I'm sure you've read this.
What happens when Time.time gets very large in Unity? - Game Development Stack Exchange
Haha yup that's the page I found last night when I was thinking about it.

the-pi-guy

I now have books on databases.  

The only subject matter that I can think in CS, that I don't have a textbook is security.

the-pi-guy

.
Did you start off with any tutorials in Unity?  

Or did you just read documentation?

Legend

Did you start off with any tutorials in Unity?  

Or did you just read documentation?
I happened upon this simple FPS tutorial and was just going through that to learn Unity and scripting.



(was a new video the last time I watched it  :P )

Before finishing that series, I started working on VizionEck and then just learned through documentation/google.

the-pi-guy

I gotta find time to do that.

Legend

I gotta find time to do that.
Are you trying to learn Unity, or do you mean for Lumberyard?

the-pi-guy

Are you trying to learn Unity, or do you mean for Lumberyard?
Well either one.   ;D

Would like to do Lumberyard, but Unity might be a better segue. 

Being familiar with Unity is probably a plus whether I use unity or lumberyard at some point. 

Legend

Well either one.   ;D

Would like to do Lumberyard, but Unity might be a better segue.  

Being familiar with Unity is probably a plus whether I use unity or lumberyard at some point.  
Unity is fairly easy especially if you like programing. You could probably pick it up in less than a day.

the-pi-guy

Unity is fairly easy especially if you like programing. You could probably pick it up in less than a day.
Just have to find a day when I can work on stuff.  :D

the-pi-guy

Here comes first compiler test.  
First one done, and got the highest score.  96.5%

the-pi-guy

@Yo

Do you remember how to do precedence in a recursive descent parser?  

the-pi-guy

Mar 20, 2018, 05:20 PM Last Edit: Mar 20, 2018, 05:29 PM by the-pi-guy



I wonder if there are two stacks in the Bible.  That'd make it Turing Complete!  

@Yo

Do you remember how to do precedence in a recursive descent parser?  
Got 100% on it!  

Legend

Mar 24, 2018, 04:42 AM Last Edit: Mar 24, 2018, 05:09 AM by Legend
Shader programming is hard/fun. It's really unique withh how it runs.

darkknightkryta

Shader programming is hard/fun. It's really unique withh how it runs.
Did they make shader compilers?  Last time I looked at them was about 10 years ago.

Go Up