Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jjbel/samarium_example
Self-contained example project for https://github.com/strangeQuark1041/samarium
https://github.com/jjbel/samarium_example
Last synced: 15 days ago
JSON representation
Self-contained example project for https://github.com/strangeQuark1041/samarium
- Host: GitHub
- URL: https://github.com/jjbel/samarium_example
- Owner: jjbel
- License: mit
- Created: 2022-03-09T11:19:25.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T07:21:52.000Z (5 months ago)
- Last Synced: 2024-10-31T22:08:01.564Z (2 months ago)
- Language: CMake
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Samarium Example
This is a fully self-contained example project for [samarium](https://github.com/strangeQuark1041/samarium), a 2-D physics simulation engine written in modern C++
## Prerequistes
| Dependency | URL | Documentation |
| --- | --- | --- |
| python | | https://www.python.org/doc/ |
| git | | https://git-scm.com/docs/ |
| cmake | | https://cmake.org/cmake/help/latest/ |
| conan | | https://docs.conan.io/en/latest/ |## Install and Run
In a new directory, run:
```sh
git clone --depth 1 https://github.com/strangeQuark1041/samarium_example.git . # Get codecmake --preset=default # Configure CMake
cmake --build --preset=default # Compile example./build/bin/example # Run example
```For more details see [the library](https://github.com/strangeQuark1041/samarium/) and [the docs](https://strangequark1041.github.io/samarium_docs/)