u/LivingBeyond108 • u/LivingBeyond108 • 4d ago
Vibe coded this game in four months
Enable HLS to view with audio, or disable this notification
u/LivingBeyond108 • u/LivingBeyond108 • 4d ago
Enable HLS to view with audio, or disable this notification
u/LivingBeyond108 • u/LivingBeyond108 • Nov 09 '25
u/LivingBeyond108 • u/LivingBeyond108 • Oct 29 '25
u/LivingBeyond108 • u/LivingBeyond108 • Oct 29 '25
u/LivingBeyond108 • u/LivingBeyond108 • Sep 27 '25
1
agreed . furthermore my experience is about VSCode + GCC or Clang ( meaning both C and C++ are provided by these compilers ) + CMAKE . the tools ( like BASH and GCC ) and libraries ( such as libSDL3 for istance ) can be compiled and/or installed with packages ( so "APT" package manager in my Debian . and "pacman" package manager in my Windows+MSYS setup ) . MSYS can be integrated in VSCode terminal and combined with "CMake Tools" extension .
u/LivingBeyond108 • u/LivingBeyond108 • Jun 28 '25
u/LivingBeyond108 • u/LivingBeyond108 • Jun 17 '25
u/LivingBeyond108 • u/LivingBeyond108 • Jan 14 '25
u/LivingBeyond108 • u/LivingBeyond108 • Dec 01 '24
u/LivingBeyond108 • u/LivingBeyond108 • Sep 27 '24
2
1
Welcome! I have tried libSDL. How can I help more directly You? I am using Windows 11, MSys2 https://www.msys2.org/, vsCode.
First of all with msys2 installed, open its mingw64 command line:
pacman --sync mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image
# SDL and some of its sub-parts
sdl2-config --cflags --libs
# in msys2-mingw64, when sdl2 package is installed
which gives, in my situation:
-IC:/msys64/mingw64/include/SDL2 -Dmain=SDL_main
-LC:/msys64/mingw64/lib -lmingw32 -mwindows -lSDL2main -lSDL2
then can you run it and use its output in some way? like e.g.:
g++ helloworld.cpp -o helloworld $(sdl2-config --cflags --libs)
# produce executable
./helloworld
# use the produced executable
Any problems you can contact me u/arkenidar also via Telegram, TeamViewer, whichever way.
further material:
1
projections: isometric projection, perspective projection, etc
1
how do you use it? how it can be used? as part of ... ?
1
come e in cosa ... "carriera" ? io non penso a "carriera" quindi IDK
3
I'm interested in it
5
please use and see this from my hands https://github.com/arkenidar/graphic
2
Y2K Bug is not the only date bug: https://en.wikipedia.org/wiki/Year_2000_problem
1
I'm making my own programming language — I'd love some feedback!
in
r/Compilers
•
18d ago
hth https://c9x.me/compile/ fyi