|
|
@756162f
|
4 years |
dportnoy |
Merge branch 'feature/imgui-sdl' of medievaltech.com:opengl-game into …
feature/imgui-sdl
|
|
|
@cb6fabb
|
4 years |
dportnoy |
Update the build instructions and makefile to work with OSX again
feature/imgui-sdl
|
|
|
@d255d52
|
4 years |
dportnoy |
Get VulkanGame and SDLGame to compile on Linux
feature/imgui-sdl
|
|
|
@187b0f5
|
4 years |
dportnoy |
Change VulkanGame and SDLGame to only use discrete GPUs and switch the …
feature/imgui-sdl
|
|
|
@db1b548
|
4 years |
dportnoy |
Add a makefile recipe for SDLGame
feature/imgui-sdl
|
|
|
@670c09a
|
4 years |
dportnoy |
Fix makefile formatting
feature/imgui-sdl
|
|
|
@95c657f
|
4 years |
dportnoy |
Update the makefile recipes for openglref and openglgame to work with …
feature/imgui-sdl
|
|
|
@78c3045
|
4 years |
dportnoy |
Update the Linux build instructions and makefile recipe for the OpenGL …
feature/imgui-sdl
|
|
|
@f809ae6
|
4 years |
dmitry.portnoy |
Show the score and frame rate on the game screen
feature/imgui-sdl
|
|
|
@699e83a
|
4 years |
dmitry.portnoy |
Add a GameScreen class to render the main gameplay
feature/imgui-sdl
|
|
|
@e1f88a9
|
4 years |
dmitry.portnoy |
Create a system to draw and switch between different screens, a Screen …
feature/imgui-sdl
|
|
|
@60578ce
|
5 years |
dmp1488 |
In VulkanGame, make lighting work correctly in the ship shader with …
feature/imgui-sdl
points-test
|
|
|
@683dd55
|
5 years |
dmp1488 |
Add a getObjects() method to the GraphicsPipeline_Vulkan class that …
feature/imgui-sdl
points-test
|
|
|
@b8777b7
|
5 years |
dmitry.portnoy |
Templatize GraphicsPipeline_Vulkan by adding a VertexType parameter …
feature/imgui-sdl
points-test
|
|
|
@5b02676
|
5 years |
dmitry.portnoy |
Make vulkangame and openglgame compile on OSX with the new …
feature/imgui-sdl
points-test
|
|
|
@c6fec84
|
5 years |
dmitry.portnoy |
Update the makefile to correctly compile openglgame
feature/imgui-sdl
points-test
|
|
|
@cb01aff
|
5 years |
dmitry.portnoy |
Create a VulkanUtils class to hold some generic Vulkan functions
feature/imgui-sdl
points-test
|
|
|
@5289665
|
5 years |
dmitry.portnoy |
Add logger.cpp to both openglgame and vulkangame and compile …
feature/imgui-sdl
points-test
|
|
|
@d2f607c
|
5 years |
dmitry.portnoy |
Fix the logic for creating a fullscreen SDL window
feature/imgui-sdl
points-test
|
|
|
@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
|