Skip to content
View UgurkanTech's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report UgurkanTech

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
UgurkanTech/README.md

Pinned

  1. ArchEngine ArchEngine Public

    Arch Engine - A game engine which is written in C# using OpenTK. It uses Entity Component System with Bullet3 physics library.

    C# 3 2

  2. ArchNetAI ArchNetAI Public

    ArchNetAI is a Python library that leverages the Ollama API for generating AI-powered content.

    Python 2

  3. Game-Engine-Template Game-Engine-Template Public template

    C++ OpenGL Game Engine Template with CMake, ImGUI and GLFW.

    C++ 2

  4. A low level block struct. A low level block struct.
    1
    public struct Block
    2
    {
    3
        uint data; //8 bytes
    4
    
                  
    5
        [MethodImpl(MethodImplOptions.AggressiveInlining)]