diff options
| author | realtradam <[email protected]> | 2023-04-19 17:21:33 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-04-19 17:21:33 -0400 |
| commit | 0b52ca15b51ed6858fcaa6ad75d18aa20d9d6bb0 (patch) | |
| tree | d22deeedc178dc71d78fe8412e7ee3230fa24906 /Readme.md | |
| parent | 0c8496f996f328149f7ae0ac5a5bd84ad6fc5ce4 (diff) | |
| download | RodeoKit-0b52ca15b51ed6858fcaa6ad75d18aa20d9d6bb0.tar.gz RodeoKit-0b52ca15b51ed6858fcaa6ad75d18aa20d9d6bb0.zip | |
add to build system to readme
Diffstat (limited to 'Readme.md')
| -rw-r--r-- | Readme.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,4 @@ + <img align="right" src="https://user-images.githubusercontent.com/11139432/233201393-5a683fd2-6661-4af9-a332-1b9b0d5e5edb.png" width="288px"> # Rodeo Kit @@ -35,6 +36,15 @@ The goal of this style of design approach is to avoid over-thinking of future de - Implemented logging system with 3 different levels(info, warn, error). - System allows for setting your own logging function instead if the default "print to console" is not desired. +### Build System + +- CMake build system which manages pulling dependencies from git-submodules and building them automatically as required. +- Builds for both desktop(Linux) and web(Emscripten) platforms. + +#### Build System To-Do + +- Build for the Windows desktop platform. + ## Short-Term Roadmap ### Sound @@ -52,3 +62,4 @@ The goal of this style of design approach is to avoid over-thinking of future de - Bindings to an embedded version of Ruby known as mruby. - Create bindings directly to C versions of functions. - Create comfortable API on top of the direct bindings. + |
