Skip to content
View viktorisaev's full-sized avatar

Block or report viktorisaev

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

Pinned Loading

  1. PatchworkDX12 PatchworkDX12 Public

    Use 16-point NURBS in DirectX12, inspired by https://nikitablack.github.io/2016/07/23/Direct-X-12-by-example.html

    C++

  2. StateMachineWithDeferredExit StateMachineWithDeferredExit Public

    State machine with deffered exit from the states, allowing to perform some time-consuming clean-up. Using Microsoft::VisualStudio::CppUnitTestFramework.

    C++

  3. FrameTasks FrameTasks Public

    Tasks manager for a single frame

    C++

  4. RollAndPitchFromMPU6050 RollAndPitchFromMPU6050 Public

    Using MPU6050 accelerometer data on Windows 10 Raspberry 2 to control model roll and pitch with DirectX12XTK and imgui. More details on

    C++

  5. WidgetLayout WidgetLayout Public

    Window layouting framework using widgets paradigm.

    C++

  6. producer-consumer producer-consumer Public

    Implement producer-consumer with a conditional variable (multi-threaded Python)

    Python