I am 19 y.o. programmer from Russia. Currently I am working at Wargaming as Engine Developer in Serbia, Belgrade. Sometimes, I will remake this README, full of old and unrelated info, sometimes...
- Telegram - @snaulX - most preferable to contact me here
- Discord - snaulX#6843
- Vk - @snaulX
- Twitter - @snaulX
- Linkedin - more info about my work experince here. Can be useful for HRs 😉
As you can understand, I everywhere use nickname snaulX, so you can search me by it ;)
- Tangara (previous version) - library for easy interop between different programming languages.
I made own compilable programming language with changable syntax named Mino. Works only simple constructions. I don't developing it now, progress has stopped a 4 years ago.
- Mino - repo with all binaries, examples and description of the language.
- TokensBuilder.NET - backend of the compiler for .NET.
- Tangara - frontend of the compiler: lexer and parser.
- Particles Test Task - test task for C Programmer (Gamedev) to make fireworks by clicking mouse.
- gray_to_green - small web app (hosted on github pages) to convert grayscale textures to green.
- ToyRenderer_GL - toy renderer using OpenGL and Silk.NET written on C#.
- Enigma.Window - C library for work with different windowing and input libraries (GLFW, SDL2 and etc).
- SmartOffice - manage smart devices in your office from computer. Project divides on: server - server made on Node.js Express, client app for managing devices (C# & WPF), simulator for simulate devices (Java & JavaFx). Made on hackathon in two days.
- RoadmapView - customizable view for displaying roadmap in Android. Written on Kotlin.
- Calculator - calculator written in one week on Java using Swing. Maybe in future rewrite it on Kotlin.
- WoL VM - my own virtual machine on .NET for future programming languages.
- Visual Tokens - my own visual programming environment on TornadoFX/Kotlin made for hackathon.
- C tasks - Camp August 2022 - tasks from learning C programming language and data structures (include binary heap) in camp in August 2022. Some simple tasks for learning C and data structures and own archiver using Huffman's algorithm.