MaximumProgrammer
Hello I am a computer scientist who has studied scientific computing like programming on cpus and gpus. My programming languages are C/C++, Python and Rust.
Austria
MaximumProgrammer's Stars
isocpp/CppCoreGuidelines
The C++ Core Guidelines are a set of tried-and-true guidelines, rules, and best practices about coding in C++
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
ttroy50/cmake-examples
Useful CMake Examples
zaphoyd/websocketpp
C++ websocket client/server library
Shougo/deoplete.nvim
:stars: Dark powered asynchronous completion framework for neovim/Vim8
include-what-you-use/include-what-you-use
A tool for use with clang to analyze #includes in C and C++ source files
colesbury/nogil
Multithreaded Python without the GIL
huggingface/optimum
🚀 Accelerate training and inference of 🤗 Transformers and 🤗 Diffusers with easy to use hardware optimization tools
GPUOpen-Effects/FidelityFX-FSR2
FidelityFX Super Resolution 2
xavierd/clang_complete
Vim plugin that use clang for completing C/C++ code.
SaptakBhoumik/Peregrine
A blazing fast language for the blazing fast world(WIP)
wolkykim/qlibc
qLibc is a simple and yet powerful C library providing generic data structures and algorithms.
rajucs/Book-For-Programmers
htmlboss/OpenGL-Renderer
Modern OpenGL renderer written in C++17
justmao945/vim-clang
Clang completion plugin for vim
define-private-public/PSRayTracing
A (modern) C++ implementation of the Peter Shirley Ray Tracing mini-books (https://raytracing.github.io). Features a clean project structure, perf. improvements (compared to the original code), multi-core rendering, and more.
iarai/weather4cast-2022
Starter Kit for the NeurIPS 2022 Weather4cast competition
vpistis/OrganizeMediaFiles
a collection of Python scripts that help you organize media files into a directory tree "year/month" based on metadata , using exiftool
rojaAchary/vectors_arrays_matrices
MaximumProgrammer/imgui
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
MaximumProgrammer/ImGui-VulkanHpp
Simpler ImGui Backend for VulkanHpp.
MaximumProgrammer/iris
MaximumProgrammer/matplotplusplus
Matplot++: A C++ Graphics Library for Data Visualization 📊🗾
MaximumProgrammer/neovimsettings
MaximumProgrammer/olcPixelGameEngine
The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects
MaximumProgrammer/OpenGL-Renderer
Modern OpenGL renderer written in C++17
MaximumProgrammer/PSRayTracing
A (modern) C++ implementation of the Peter Shirley Ray Tracing mini-books (https://raytracing.github.io). Features a clean project structure, perf. improvements (compared to the original code), multi-core rendering, and more.
MaximumProgrammer/ray
An open source framework that provides a simple, universal API for building distributed applications. Ray is packaged with RLlib, a scalable reinforcement learning library, and Tune, a scalable hyperparameter tuning library.
MaximumProgrammer/RayTracing
YouTube ray tracing series
MaximumProgrammer/RayTracingPerformanceImprovement
This is a simple example how to improve Code Speed according simple RayTracing Example