Game dev and engine dev. Making a real PS1 game. Also doing stuff with C++ and Vulkan.
Pinned Loading
-
-
ocornut/imgui
ocornut/imgui PublicDear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies
472 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
eliasdaler/edbr,
pcsx-redux/nugget,
grumpycoders/pcsx-redux
and 17 other
repositories
Loading
Contribution activity
April 2025
Created 1 repository
-
eliasdaler/google-cloud-cpp
C++
This contribution was made on Apr 1
Created a pull request in googleapis/google-cloud-cpp that received 5 comments
storage_object_samples.cc: use istreambuf_iterator instead of istream_iterator
Hello.
I noticed a subtle problem in storage_object_samples.cc
. It uses std::istream_iterator
, which skips whitespace by default which results in d…
+3
−3
lines changed
•
5
comments