Skip to content
View kamil-sita's full-sized avatar
❤️
❤️
Block or Report

Block or report kamil-sita

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kamil-sita/README.md
Java C++ Others
Games Wave Engine Roguelike
XGE Engine + Games
Gone Out West
Algorithms Simple K-Means Image Convolution (x64 assembly, C#)
Image Copy Finder Sudoku Solver (C)
QuickParse Sudoku Solver (C)
Utility Simple Image Classifier
XIS (image copy finder, scan processing)
Simulations Simple Traffic Simulator Fitt's Law (Unity)
Hardware Gamepad (C, Atmega32u4)

Programming puzzles

Advent of Code

2021

Leetcode

Projects to be added (and finished before adding here)

  • some university projects before I lose their source code

Currently working on

  • domain specific language interpreter
  • extensbile web scrapper
  • some games
  • cpu simulator

Pinned

  1. image-copy-finder image-copy-finder Public

    Multi module project focused on near-duplicate search for images.

    Java 4 1

  2. XIS XIS Public

    KS Image Suite combines various graphical modules into a single project. Including finding similar images, agressive image compression and modules related to scanning images.

    Java 2

  3. wave-engine wave-engine Public archive

    WIP Entity-Component-System multithreaded 2D game engine

    Java

  4. simple_kmeans simple_kmeans Public

    Simple to use KMeans Java library.

    Java

  5. cpp-roguelike cpp-roguelike Public archive

    Simple roguelike written in C++ using SFML.

    C++ 1

  6. asm-convolution asm-convolution Public archive

    C# and ASM implementation of image convolution for 1 dimensional kernels

    C#