Pinned Repositories
3D_Model_Viewer
This is a 3D model viewer made in C++/OpenGL.
argparse
Argument Parser for Modern C++
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
CG-Algorithms-with-SDL2
Implementation of Computer Graphics Algorithms taught in a typical CS Engg. course, using C++ and SDL2
ChessMania-3D
This is a 3D chess game made using Unity3D
GraphColoring
This is a C++ implementation of the graph coloring algorithm, which colors and renders the graph onto the screen.
Learn-OpenGL
This is a repository of just me learning OpenGL, saving the progress along the way.
LocalChatCPP
A chatting application which operates on the Local Network.
Logger
Single Header Logging Library for C++
Web-Ideas
Web-Ideas
aayush749's Repositories
aayush749/Logger
Single Header Logging Library for C++
aayush749/CG-Algorithms-with-SDL2
Implementation of Computer Graphics Algorithms taught in a typical CS Engg. course, using C++ and SDL2
aayush749/Web-Ideas
Web-Ideas
aayush749/3D_Model_Viewer
This is a 3D model viewer made in C++/OpenGL.
aayush749/argparse
Argument Parser for Modern C++
aayush749/awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
aayush749/ChessMania-3D
This is a 3D chess game made using Unity3D
aayush749/GraphColoring
This is a C++ implementation of the graph coloring algorithm, which colors and renders the graph onto the screen.
aayush749/Learn-OpenGL
This is a repository of just me learning OpenGL, saving the progress along the way.
aayush749/LocalChatCPP
A chatting application which operates on the Local Network.
aayush749/Pong
This is a Pong game made by me in C++ with SDL2 library.
aayush749/Color-Replacement
create a program that reads in a PPM image, insert the pixels into a KD Tree, prompts the user for colors to replace, then writes out the resulting image.
aayush749/Console-Graphics
Console-Graphics API in C++ and Python
aayush749/csv2
Fast CSV parser and writer for Modern C++
aayush749/FindS-algorithm
This is an implementation of FindS algorithm in machine learning
aayush749/FreeFall
aayush749/HacktoberFest2021_
Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
aayush749/Half_Dead
Not Half Life. Made with UE4
aayush749/Healthify
This is a blockchain based healthcare application. See README.md for details
aayush749/Hospital-Management-Project
This is a hospital management application.
aayush749/inspirational-quotes
:bulb: A simple NPM Package which returns random Inspirational Quotes. Get your daily quote and stay motivated! :v: :cherry_blossom:
aayush749/K_Means_Clustering
Implementation of K-Means Clustering Algorithm in C++
aayush749/libuv
Cross-platform asynchronous I/O
aayush749/MyMake
This is my own version of make, for windows.
aayush749/Nova-Engine
A 2D/3D Game Engine made in C++ with OpenGL
aayush749/PanoViewer
OpenGL based Image Viewer for 360 degrees Panoramic Images.
aayush749/The-Fiery-Quest-of-Blaze
A 2D adventure game in Unity
aayush749/TicTacToe
This is a TicTacToe Game made in C++ with SDL2