Problems with .NET

Questions about programming languages and debugging
Post Reply
reparto_temp
On the way to fame!
On the way to fame!
Posts: 34
Joined: 20 Dec 2013, 16:23
10

Problems with .NET

Post by reparto_temp »

I swear I find C# much more annoying than anything else EVER (apart from VB but that can go and die!). Just a bit frustrated with C# making my life unnecessarily difficult.

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Re: Problems with .NET

Post by maboroshi »

What about it is making your life difficult?

reparto_temp
On the way to fame!
On the way to fame!
Posts: 34
Joined: 20 Dec 2013, 16:23
10

Re: Problems with .NET

Post by reparto_temp »

I realised it wasn't .NET that was at fault but rather the Unity engine. Because of the way the GUI is handled(its drawn at between 100-1000FPS), implementing a typewriter effect causes visual artifacts to occur. So what I did was create a thread which does the animation separately, all the variables read and written to are atomic so there shouldn't be any race issues, it also reduced CPU usage by a few percent.

User avatar
maboroshi
Dr. Mab
Dr. Mab
Posts: 1624
Joined: 28 Aug 2005, 16:00
18

Re: Problems with .NET

Post by maboroshi »

Nice good work!

:D

Post Reply