source: opengl-game/makefile

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87cfede   7 months dportnoy Update makefile to work in Linux, and update the build docs feature/imgui-sdl
(edit) @756162f   3 years dportnoy Merge branch 'feature/imgui-sdl' of medievaltech.com:opengl-game into … feature/imgui-sdl
(edit) @cb6fabb   3 years dportnoy Update the build instructions and makefile to work with OSX again feature/imgui-sdl
(edit) @d255d52   3 years dportnoy Get VulkanGame and SDLGame to compile on Linux feature/imgui-sdl
(edit) @187b0f5   3 years dportnoy Change VulkanGame and SDLGame to only use discrete GPUs and switch the … feature/imgui-sdl
(edit) @db1b548   3 years dportnoy Add a makefile recipe for SDLGame feature/imgui-sdl
(edit) @670c09a   4 years dportnoy Fix makefile formatting feature/imgui-sdl
(edit) @95c657f   4 years dportnoy Update the makefile recipes for openglref and openglgame to work with … feature/imgui-sdl
(edit) @78c3045   4 years dportnoy Update the Linux build instructions and makefile recipe for the OpenGL … feature/imgui-sdl
(edit) @f809ae6   4 years dmitry.portnoy Show the score and frame rate on the game screen feature/imgui-sdl
(edit) @699e83a   4 years dmitry.portnoy Add a GameScreen class to render the main gameplay feature/imgui-sdl
(edit) @e1f88a9   4 years dmitry.portnoy Create a system to draw and switch between different screens, a Screen … feature/imgui-sdl
(edit) @60578ce   5 years dmp1488 In VulkanGame, make lighting work correctly in the ship shader with … feature/imgui-sdl points-test
(edit) @683dd55   5 years dmp1488 Add a getObjects() method to the GraphicsPipeline_Vulkan class that … feature/imgui-sdl points-test
(edit) @b8777b7   5 years dmitry.portnoy Templatize GraphicsPipeline_Vulkan by adding a VertexType parameter … feature/imgui-sdl points-test
(edit) @5b02676   5 years dmitry.portnoy Make vulkangame and openglgame compile on OSX with the new … feature/imgui-sdl points-test
(edit) @c6fec84   5 years dmitry.portnoy Update the makefile to correctly compile openglgame feature/imgui-sdl points-test
(edit) @cb01aff   5 years dmitry.portnoy Create a VulkanUtils class to hold some generic Vulkan functions feature/imgui-sdl points-test
(edit) @5289665   5 years dmitry.portnoy Add logger.cpp to both openglgame and vulkangame and compile … feature/imgui-sdl points-test
(edit) @d2f607c   5 years dmitry.portnoy Fix the logic for creating a fullscreen SDL window feature/imgui-sdl points-test
(edit) @76d19a8   5 years dmitry.portnoy Wrap all the code in openglgame and vulkangame in a CrashLogger feature/imgui-sdl points-test
(edit) @5529ab5   5 years dmitry.portnoy Rename CrashLogger.cpp to crash-logger.cpp and CrashLogger.h to … feature/imgui-sdl points-test
(edit) @d8cb15e   5 years dmitry.portnoy Implement GetError() in game-gui-glfw and start using game-gui-glfw in … feature/imgui-sdl points-test
(edit) @d02c25f   5 years dmitry.portnoy Create openglgame, which will be the original opengl+glfw game, but … feature/imgui-sdl points-test
(edit) @99d44b2   5 years dmitry.portnoy Rename spacegame to vulkangame feature/imgui-sdl points-test
(edit) @4eb4d0a   5 years dmitry.portnoy Rename vulkan-game.cpp to vulkan-ref.cpp and define the … feature/imgui-sdl points-test
(edit) @eba8c0c   5 years dmitry.portnoy Expand on the upgrade TODO list and remove game-gui-glfw as a … feature/imgui-sdl points-test
(edit) @e8ebc76   5 years dmitry.portnoy Create main.cpp to hold the initial startup code and (eventually) the … feature/imgui-sdl points-test
(edit) @850e84c   5 years dmitry.portnoy Create space-game.cpp, which will be the original opengl game … feature/imgui-sdl points-test
(edit) @17714b8   5 years dmitry.portnoy Update the README and makefile to correctly setup and build vulkangame … feature/imgui-sdl points-test
(edit) @c8c6da8   5 years dmitry.portnoy Create the overlay texture using different flags based on the SDL … feature/imgui-sdl points-test
(edit) @5f3dba8   5 years dmp1488 Create a transparent texture in SDL and render some sample images and … feature/imgui-sdl points-test
(edit) @88ebdc8   5 years dmitry.portnoy Update new-game.cpp to use a header-only version of stb_image feature/imgui-sdl points-test
(edit) @0e6ecf3   5 years dmitry.portnoy Create a game gui implementation using glfw3 and move window … feature/imgui-sdl points-test
(edit) @f286a10   5 years dmp1488 Remove some old and unused files feature/imgui-sdl points-test
(edit) @a8f0577   5 years dmitry.portnoy Fix validation layer integration feature/imgui-sdl points-test
(edit) @7dcd925   5 years dmitry.portnoy Add a working reference example for validation layers feature/imgui-sdl points-test
(edit) @ab65f84   5 years dmitry.portnoy Get the vulkangame makefile target working in both Linux and OSX feature/imgui-sdl points-test
(edit) @826df16   5 years dmp1488 Make the new Vulkan project work in Linux Mint feature/imgui-sdl points-test
(edit) @71876b9   5 years dmp1488 Start integrating SDL in Linux Mint feature/imgui-sdl points-test
(edit) @03f4c64   5 years dmp1488 Create an initial program and makefile config that uses Vulkan feature/imgui-sdl points-test
(edit) @17f28a1   5 years dmitry.portnoy Improve the formatting for the crash log on OSX feature/imgui-sdl points-test
(edit) @4762301   5 years dmp1488 Make CrashLogger work for Debian-based systems feature/imgui-sdl points-test
(edit) @a23fc08   5 years dmitry.portnoy Move several functions from new-game.cpp to utils.cpp feature/imgui-sdl points-test
(edit) @d9b6a1c   5 years dmitry.portnoy Print a stack trace in the event of a crash. Currently, the code for … feature/imgui-sdl points-test
(edit) @e6bc0f4   5 years dmitry.portnoy Add a callback for the window resize event feature/imgui-sdl points-test
(edit) @1a616e6   6 years dmitry.portnoy Remove the ImGui example since it has been integrated into the main … feature/imgui-sdl points-test
(edit) @fc424f6   6 years dmitry.portnoy Update README and makefile comments feature/imgui-sdl points-test
(edit) @485424b   7 years dmitry.portnoy Add support for loading and applying texture and add a square to the … feature/imgui-sdl points-test
(edit) @8e232ce   7 years dmitry.portnoy Fix the error where unchanged .cpp dependencies don't get included in … feature/imgui-sdl points-test
(edit) @9e81839   7 years dmp1488 Start implementing pong and encapsulating some of the OpenGL code into … feature/imgui-sdl points-test
(edit) @49756cb   7 years dmp1488 Remove game.cpp feature/imgui-sdl points-test
(edit) @8b7cfcf   7 years dmitry.portnoy Allow each vertex to have its own color feature/imgui-sdl points-test
(edit) @22b2c37   7 years dmp1488 Add a simple logger and remove some old, unneeded tutorial files feature/imgui-sdl points-test
(edit) @5272b6b   7 years dmp1488 Start building a new game from Anton Gerdelan's tutorials feature/imgui-sdl points-test
(edit) @8a6d19d   7 years dmitry.portnoy Implement movement in a basic 3D scene and add some examples from the … feature/imgui-sdl points-test
(edit) @15c7ed9   7 years dmp1488 Change the makefile to fully support mac and linux and add … feature/imgui-sdl points-test
(edit) @5a643d3   7 years dmitry.portnoy Change the makefile to support building for OSX and Linux feature/imgui-sdl points-test
(add) @cfda3b2   7 years dmp1488 Create a simple window and a Linux makefile feature/imgui-sdl points-test
Note: See TracRevisionLog for help on using the revision log.