Set up the initial project structure for OpenWare:
-
Create folders: Core, Renderer, Scene, Physics, Input, Resource
-
Add CMakeLists.txt or other build system
-
Include a minimal main.cpp that opens a window with GLFW
-
Ensure the project compiles on at least one platform (Windows or Linux)
-
Add a basic README structure
Set up the initial project structure for OpenWare:
Create folders: Core, Renderer, Scene, Physics, Input, Resource
Add CMakeLists.txt or other build system
Include a minimal main.cpp that opens a window with GLFW
Ensure the project compiles on at least one platform (Windows or Linux)
Add a basic README structure