添加spdlog 和 glfw

This commit is contained in:
2025-11-18 13:52:27 +08:00
parent 0e48af235d
commit 122f500a76
27 changed files with 884 additions and 66 deletions

View File

@ -2,4 +2,21 @@
// Created by sfd on 25-11-15.
//
#include "Sandbox.h"
#include "Prism/Core/Application.h"
#include "Prism/Core/EntryPoint.h"
class Sandbox : public Prism::Application
{
public:
Sandbox()
{
}
};
Prism::Application* Prism::CreateApplication()
{
return new Sandbox();
}

View File

@ -1,12 +0,0 @@
//
// Created by sfd on 25-11-15.
//
#ifndef SANDBOX_H
#define SANDBOX_H
#endif //SANDBOX_H