top of page


C# for Beginners. Lessons 1: VARIABLES part 3
C# for Beginners. Lessons 1: VARIABLES part 3
Pavel Zosim
1 hour ago2 min read


C# for Beginners. Lessons 1: VARIABLES part 2
...read C# for Beginners. Lessons 1: VARIABLES part 1 ...read C# for Beginners. Lessons 1: VARIABLES part 2 ...read C# for Beginners. Lessons 1: VARIABLES part 3 uint - Unsigned 32-bit Integer Beginner explanation:  Like int, but only positive numbers (0 to 4.3 billion). Perfect for bit operations, color values (RGBA), large positive numbers, hash codes, or anything that should never be negative. Double the positive range of int! 📊 Technical Specs: Size:  4 bytes (32 bits)
Pavel Zosim
3 hours ago5 min read


C# for Beginners. Lessons 1: VARIABLES part 1
C# for Beginners: Data Types in Simple Terms
Pavel Zosim
Nov 236 min read


TECHNICAL ART: Basics. Coordinate & Transformation Systems
Technical Art Basics: Coordinate Transformation Systems. Understanding local, world, and view spaces in computer graphics.
Pavel Zosim
Feb 1713 min read
bottom of page





