Skip to content

ItIsApachee/simple3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple3d

Project uses C++20.

Integration

include(FetchContent)

FetchContent_Declare(
    simple3d
    GIT_REPOSITORY https://github.com/ItIsApachee/simple3d.git # or git@github.com:ItIsApachee/simple3d.git
    GIT_TAG master # FIXME(apachee): Replace with tag or commit hash.
    )
FetchContent_MakeAvailable(simple3d)

target_link_libraries(foo PRIVATE simple3d)

Build instructions (for development purposes)

  1. Install dependencies:
  • CMake (3.20 and up)
  • C++20-compatible compiler.
  • Emscripten SDK.

TODO(apachee): Complete instructions and README as a whole

Credits

Many project design choices were inspired by YTsaurus. Here is short list of some of those choices:

  • Monorepo-like file structure.
  • simple3d/core library.
  • Code style.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published