thatrandomguy43
I don't really do anything with this account anymore, new projects i make will probably be on GitLab.
Pinned Repositories
graphical_demo
I'm just trying out Dear ImGui using SDL2 and OpenGL3 as backend. Would be neat to make a window with a spinning cube or something.
LuaSimple
Yet another Lua wrapper for C++ because i got fed up with another one i was trying to use.
stupid-associative-array
A practice project where I try to recreate std::map and std::unordered_map, but I don't understand binary tree rotations.
uspl
A programming language that compiles to LLVM IR that I'm just making for fun. Will hopefully be usable at some point.
thatrandomguy43's Repositories
thatrandomguy43/graphical_demo
I'm just trying out Dear ImGui using SDL2 and OpenGL3 as backend. Would be neat to make a window with a spinning cube or something.
thatrandomguy43/uspl
A programming language that compiles to LLVM IR that I'm just making for fun. Will hopefully be usable at some point.
thatrandomguy43/stupid-associative-array
A practice project where I try to recreate std::map and std::unordered_map, but I don't understand binary tree rotations.
thatrandomguy43/LuaSimple
Yet another Lua wrapper for C++ because i got fed up with another one i was trying to use.