Nithin Umesh
@nithinumesh
Nithin Umesh
@nithinumesh
Mangalore, India
About Me
I’m Nithin, from Surathkal, Mangalore.I’m a sophomore at St. Joseph Engineering College, pursuing a BE degree in Computer Science and Engineering.
Interests
I’m very interested in low-level programming and graphics programming. I enjoy working with languages like Go, C, C++, and Python. My first-ever project was a simple Python CLI tool, a trivial pomodoro timer, but the most significant project I’ve undertaken was a 3D psychological horror game written from scratch.
Projects
-
3D Psychological Horror Game
The game was written in pure C using a library called Raylib. This project involved implementing algorithms for procedural grass and object rendering. While the game did not include much interactive gameplay, it provided me with invaluable experience in writing efficient code and optimizing memory usage. -
ASCII Art Converter in Go
I’ve liked Go very much this year and I've worked on a little toy program to convert images to ASCII art and print them on my terminal with colors. This was also written pretty much from scratch by mapping a set of ASCII characters to a particular intensity of the pixel. -
An interpreter in GO
I’m currently following a book on writing an interpreter in Go by Thorsten Ball, and I’ve been particularly fascinated by the operating system aspects of computers. I intend to work on writing my own interpreter for fun