Moving to VS2017#142
Open
L4ZZA wants to merge 101 commits into
Open
Conversation
…, added a basic logging and assertion system, and other general improvements.
…ct, and slightly improved logging and assertion.
…gs, added SPARKY_PLATFORM macros, added typedefs for Sparky types, and other general fixes and improvements.
…can now load fonts from memory.
…such as GL_VERSION)
… Sandbox to use new system.
- Created CLI project - Created SandboxCS project - Fixed framebuffer issue in BatchRenderer2D - Removed GLFW as dependency and wrote limited Win32Window implementation
… some engine features to support this. Needs massive improvement.
- Added Layer2D - Added TestLayer to Sandbox - Created platform independent Application layer - Basic LayerStack system
- Created partial implementation agnostic graphics API - Cleaned up existing API with specialized classes - Misc. graphics improvements - Added AABBs to maths
… with typedef String. Moved some folders around.
…uses separate files for shaders now.
- Implemented basic forward renderer - Greatly improved Shader pipeline - Added Materials and Material Instances - Added Meshes - Added CreateCube to MeshFactory - Added Layer3D - Added Scenes - VertexArrays now draw themselves - Added Test3D to Sandbox - Added Hex string formatting
…anges to accommodate this. - Added Camera system, and simple Maya-style camera.
- Dependencies are now split up into appropriate projects. - Sparky now exports several DLLs instead of statically linking. - Added precompiled header and Sparky.h engine include file. - Some kind of line-ending normalisation... classic git.
- Placed debug menu items into relevant directories
- Added Timestep - Rectangles are now center + half-width/half-height extents
C++ Sandbox builds and runs correctly
Now ignoring C# intermediates, visual studio folder and all binaries apart from web stuff
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Re-targeted solution, updated gitignore and fixed some broken CLI code where I could.