Pinned Repositories
alacritty
A cross-platform, OpenGL terminal emulator.
avr_assembler
A assembler for AVR ISA.
BootCurrent
A Windows command-line tool to setup UEFI Variable BootNext to BootCurrent. So next time computer will boot with current OS.
calculus
A C++ library used for calculus.
cplusplus_tools
Some tools for C++.
ray-tracing-gpu-vulkan
Implementation of Peter Shirley's Ray Tracing in One Weekend book series, using the Vulkan Ray Tracing extension.
RayTracingRenderer
An Ray Tracing Renderer.
TerminalEmulator
A simple terminal emulator using Vulkan as render backend.
vulkan_layer
A Vulkan layer
vulkan_start
A start template for Vulkan.
water-chika's Repositories
water-chika/RayTracingRenderer
An Ray Tracing Renderer.
water-chika/TerminalEmulator
A simple terminal emulator using Vulkan as render backend.
water-chika/avr_assembler
A assembler for AVR ISA.
water-chika/calculus
A C++ library used for calculus.
water-chika/ray-tracing-gpu-vulkan
Implementation of Peter Shirley's Ray Tracing in One Weekend book series, using the Vulkan Ray Tracing extension.
water-chika/Vulkan-Debug
Some samples for debuging Vulkan app.
water-chika/vulkan_layer
A Vulkan layer
water-chika/vulkan_start
A start template for Vulkan.
water-chika/cpp_start
A start points of C++ project.
water-chika/cube_animation
Game snake
water-chika/draw_pixels
A library used to draw pixels.
water-chika/drm_xxxx
A repo about linux DRM but I do not known what is its purpose and name.
water-chika/execute_binary_code
A library that has class to execute generated binary code.
water-chika/image_outputer
A library used to output an image.
water-chika/integer
A C++ library for integer
water-chika/linear_algebra
water-chika/measure_duration
A C++ library used to measure duration of a function call.
water-chika/old_project_avr-as
A old project.
water-chika/old_project_ed
My old project.
water-chika/old_project_elf
A old project
water-chika/old_project_shell
A old project.
water-chika/old_project_utils
A old project.
water-chika/old_project_x86-64-as
A old project.
water-chika/rational_number
A C++ library used to calculate rational number.
water-chika/terminal_emulator_vulkan_renderer
A C++ library used to render terminal emulator by Vulkan.
water-chika/test_linear_algebra_with_rational_number
Some tests for linear algebra with rational number.
water-chika/vec3
A library contains 3-component vector class.
water-chika/vim-config
Some config scripts of Vim
water-chika/vulkan_helper
A library used to accelerate Vulkan app prototype development.
water-chika/VulkanFragmentLab
An executable used to test fragment feature of Vulkan.