Pinned Repositories
build_system_experiment
This repository experiment usage of GN as a build system for video game. Requirements are: multiplatform, code generation, asset conversion being all part of the same build graph with correct incremental build.
CompileScore
Visual Studio extension and standalone app for build times and compilation data visualization.
cross_experiment
Experiment cross-platform C++ application using vcpkg and CMake for build and library dependency
cs229-2018-autumn
All notes and materials for the CS229: Machine Learning course by Stanford University
dependency_injection_experiment
This repository contains my own implementation of C++ dependency injection container (available under source/container folder). It also includes other implementation as boost.di and kangaru for comparison.It also includes other implementation as boost.di and kangaru for comparison.
dragnalith.github.io
embedded_window_experiment
Quick and dirty code to experiment on how to embed the window of child process in a main process window (on Windows)
imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
imgui-explicit
Fork of Dear ImGui where the context object is explicit and given as first argument of every API instead of being global and implicit.
make_explicit_imgui
Script to automatically convert Dear ImGui repository to add API using an explicit context
Dragnalith's Repositories
Dragnalith/make_explicit_imgui
Script to automatically convert Dear ImGui repository to add API using an explicit context
Dragnalith/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
Dragnalith/dependency_injection_experiment
This repository contains my own implementation of C++ dependency injection container (available under source/container folder). It also includes other implementation as boost.di and kangaru for comparison.It also includes other implementation as boost.di and kangaru for comparison.
Dragnalith/imgui-explicit
Fork of Dear ImGui where the context object is explicit and given as first argument of every API instead of being global and implicit.
Dragnalith/build_system_experiment
This repository experiment usage of GN as a build system for video game. Requirements are: multiplatform, code generation, asset conversion being all part of the same build graph with correct incremental build.
Dragnalith/CompileScore
Visual Studio extension and standalone app for build times and compilation data visualization.
Dragnalith/cross_experiment
Experiment cross-platform C++ application using vcpkg and CMake for build and library dependency
Dragnalith/cs229-2018-autumn
All notes and materials for the CS229: Machine Learning course by Stanford University
Dragnalith/dragnalith.github.io
Dragnalith/embedded_window_experiment
Quick and dirty code to experiment on how to embed the window of child process in a main process window (on Windows)
Dragnalith/exception_experiment
Dragnalith/frame_scheduling_experiment
Dragnalith/gn
Dragnalith/gui_experiment
Dragnalith/github_actions_experiment
Dragnalith/link_time_experiment
A quick and dirty repository to compare link time between static library and DLL depending on some build flags.
Dragnalith/miam
Dragnalith/ninja
a small build system with a focus on speed
Dragnalith/nvim
My NeoVim configuration
Dragnalith/raynder
Pathtracer written long time ago when I was still a naive programmer.
Dragnalith/rpc_experiment
Dragnalith/teamcity_config_test
Dragnalith/test_superluminal
Dragnalith/tracy
C++ frame profiler
Dragnalith/web_experiment