Skip to content
View mmartincevic's full-sized avatar
:octocat:
:octocat:

Block or report mmartincevic

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
mmartincevic/README.md

The Good, the Bad and the Ugly

About me

Projects

  • Vulkan project boilerplate including GLM Vuklan boilerplate
  • C++ Visual sorter / visual representation of different sorting lagorithms Visual sorter
  • C++ / SDL boilerplate (to kick start your projects, games in a second) CppSDLBoilerplate
  • Raycasting C++ RayCaster
  • Tiller (C++ parser for Tilled generated files into your game) Tiller
  • Eventter (C++ event class) Eventter
  • C++ game start (game written in C++, using ECS custom written - will probably redo it) GECS
  • MySQL plugin to obfuscate fields (still work in progress) but a good example how to write plugins for MySQL mysql obfuscator
  • AIsnake (new project for playing with Neural networks, self learning snake game) AIsnake
  • C++ chaos game / visual representation chaos game Chaos game

Skills

Pinned Loading

  1. GECS_new GECS_new Public

    C++ ECS Framework + Example game

    C++

  2. Phys2D Phys2D Public

    2D physics engine written in C++ using Dynamic Quad Tree for storing and lookup objects

    C++

  3. mysql-obfuscator mysql-obfuscator Public

    MariaDB plugin to obfuscate SQL Queries and thus protect data returned. Will teach you also how to create your own plugin. Any questions don't hesitate to drop me a comment.

    C++

  4. RayCaster RayCaster Public

    Simple C++ gamealike to practice RayCasting

    C++