Skip to content

habijung/wood-block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

685ba29 · Sep 8, 2024

History

48 Commits
Sep 8, 2024
Sep 7, 2024
Sep 8, 2024
Jul 17, 2024
Jul 9, 2024
Jul 5, 2024
Aug 21, 2024
Sep 7, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Jul 17, 2024

Repository files navigation

Wood Block

About Project

Create wood blocks and decorate each floor.

Current Result

result1.png

result2.png

Build & Run

Environment

Name Version
OpenGL 4.1
CMake 3.29.2
Ninja 1.12.0
GCC 12.2.0
Clang 18.1.8
Visual Studio 2022 17.8.12
  • Windows
    • GCC with MinGW-W64 (posix-seh-msvcrt)
    • Clang with LLVM (windows-msvc)
    • Visual Studio 2022 for using vcpkg
  • macOS
    • Apple Clang with Xcode SDK
  • Linux
    • TBA

Build

# Clone repository
git clone https://github.com/habijung/untitled.git

# Update submodule
cd untitled
git submodule update --init --recursive

# CMake generate and build
sh build.sh

Run

# Windows
cd cmake-build/src
./untitled.exe

If you can't find some shared libraries in any IDE, run this and build again.

# Windows
find cmake-build/external -type f -name "*.dll" -exec cp {} "cmake-build/bin" \; 

Last Updated: 24.09.08

About

Untitled graphics project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published