|
|
@76d19a8
|
5 years |
dmitry.portnoy |
Wrap all the code in openglgame and vulkangame in a CrashLogger
feature/imgui-sdl
points-test
|
|
|
@5529ab5
|
5 years |
dmitry.portnoy |
Rename CrashLogger.cpp to crash-logger.cpp and CrashLogger.h to …
feature/imgui-sdl
points-test
|
|
|
@d8cb15e
|
5 years |
dmitry.portnoy |
Implement GetError() in game-gui-glfw and start using game-gui-glfw in …
feature/imgui-sdl
points-test
|
|
|
@d02c25f
|
5 years |
dmitry.portnoy |
Create openglgame, which will be the original opengl+glfw game, but …
feature/imgui-sdl
points-test
|
|
|
@99d44b2
|
5 years |
dmitry.portnoy |
Rename spacegame to vulkangame
feature/imgui-sdl
points-test
|
|
|
@4eb4d0a
|
5 years |
dmitry.portnoy |
Rename vulkan-game.cpp to vulkan-ref.cpp and define the …
feature/imgui-sdl
points-test
|
|
|
@eba8c0c
|
5 years |
dmitry.portnoy |
Expand on the upgrade TODO list and remove game-gui-glfw as a …
feature/imgui-sdl
points-test
|
|
|
@e8ebc76
|
5 years |
dmitry.portnoy |
Create main.cpp to hold the initial startup code and (eventually) the …
feature/imgui-sdl
points-test
|
|
|
@850e84c
|
5 years |
dmitry.portnoy |
Create space-game.cpp, which will be the original opengl game …
feature/imgui-sdl
points-test
|
|
|
@17714b8
|
5 years |
dmitry.portnoy |
Update the README and makefile to correctly setup and build vulkangame …
feature/imgui-sdl
points-test
|
|
|
@c8c6da8
|
5 years |
dmitry.portnoy |
Create the overlay texture using different flags based on the SDL …
feature/imgui-sdl
points-test
|
|
|
@5f3dba8
|
5 years |
dmp1488 |
Create a transparent texture in SDL and render some sample images and …
feature/imgui-sdl
points-test
|
|
|
@88ebdc8
|
5 years |
dmitry.portnoy |
Update new-game.cpp to use a header-only version of stb_image
feature/imgui-sdl
points-test
|
|
|
@0e6ecf3
|
5 years |
dmitry.portnoy |
Create a game gui implementation using glfw3 and move window …
feature/imgui-sdl
points-test
|
|
|
@f286a10
|
5 years |
dmp1488 |
Remove some old and unused files
feature/imgui-sdl
points-test
|
|
|
@a8f0577
|
5 years |
dmitry.portnoy |
Fix validation layer integration
feature/imgui-sdl
points-test
|
|
|
@7dcd925
|
5 years |
dmitry.portnoy |
Add a working reference example for validation layers
feature/imgui-sdl
points-test
|
|
|
@ab65f84
|
5 years |
dmitry.portnoy |
Get the vulkangame makefile target working in both Linux and OSX
feature/imgui-sdl
points-test
|
|
|
@826df16
|
5 years |
dmp1488 |
Make the new Vulkan project work in Linux Mint
feature/imgui-sdl
points-test
|
|
|
@71876b9
|
5 years |
dmp1488 |
Start integrating SDL in Linux Mint
feature/imgui-sdl
points-test
|
|
|
@03f4c64
|
5 years |
dmp1488 |
Create an initial program and makefile config that uses Vulkan
feature/imgui-sdl
points-test
|
|
|
@17f28a1
|
5 years |
dmitry.portnoy |
Improve the formatting for the crash log on OSX
feature/imgui-sdl
points-test
|
|
|
@4762301
|
5 years |
dmp1488 |
Make CrashLogger work for Debian-based systems
feature/imgui-sdl
points-test
|
|
|
@a23fc08
|
6 years |
dmitry.portnoy |
Move several functions from new-game.cpp to utils.cpp
feature/imgui-sdl
points-test
|
|
|
@d9b6a1c
|
6 years |
dmitry.portnoy |
Print a stack trace in the event of a crash. Currently, the code for …
feature/imgui-sdl
points-test
|
|
|
@e6bc0f4
|
6 years |
dmitry.portnoy |
Add a callback for the window resize event
feature/imgui-sdl
points-test
|
|
|
@1a616e6
|
7 years |
dmitry.portnoy |
Remove the ImGui example since it has been integrated into the main …
feature/imgui-sdl
points-test
|
|
|
@fc424f6
|
7 years |
dmitry.portnoy |
Update README and makefile comments
feature/imgui-sdl
points-test
|
|
|
@485424b
|
7 years |
dmitry.portnoy |
Add support for loading and applying texture and add a square to the …
feature/imgui-sdl
points-test
|
|
|
@8e232ce
|
7 years |
dmitry.portnoy |
Fix the error where unchanged .cpp dependencies don't get included in …
feature/imgui-sdl
points-test
|
|
|
@9e81839
|
7 years |
dmp1488 |
Start implementing pong and encapsulating some of the OpenGL code into …
feature/imgui-sdl
points-test
|
|
|
@49756cb
|
7 years |
dmp1488 |
Remove game.cpp
feature/imgui-sdl
points-test
|
|
|
@8b7cfcf
|
7 years |
dmitry.portnoy |
Allow each vertex to have its own color
feature/imgui-sdl
points-test
|
|
|
@22b2c37
|
7 years |
dmp1488 |
Add a simple logger and remove some old, unneeded tutorial files
feature/imgui-sdl
points-test
|
|
|
@5272b6b
|
7 years |
dmp1488 |
Start building a new game from Anton Gerdelan's tutorials
feature/imgui-sdl
points-test
|
|
|
@8a6d19d
|
7 years |
dmitry.portnoy |
Implement movement in a basic 3D scene and add some examples from the …
feature/imgui-sdl
points-test
|
|
|
@15c7ed9
|
8 years |
dmp1488 |
Change the makefile to fully support mac and linux and add …
feature/imgui-sdl
points-test
|
|
|
@5a643d3
|
8 years |
dmitry.portnoy |
Change the makefile to support building for OSX and Linux
feature/imgui-sdl
points-test
|
|
|
@cfda3b2
|
8 years |
dmp1488 |
Create a simple window and a Linux makefile
feature/imgui-sdl
points-test
|