No description
- C++ 53.1%
- HTML 41.2%
- CMake 3.9%
- C 0.7%
- Nix 0.6%
- Other 0.5%
|
|
||
|---|---|---|
| bin | add btn to redeem badge in rc3 interface | |
| extern | add cpp-httplib | |
| include/bubsim | specify cfgpath during build | |
| src | add btn to redeem badge in rc3 interface | |
| systemd | add systemd service | |
| workshop | more workshop script | |
| www | fix css for new round btns | |
| .gitignore | init | |
| .gitmodules | add cpp-httplib | |
| CMakeLists.txt | add more optimizations for release | |
| COPYING | add agpl3.0+ | |
| default.nix | mv cmakeflags to correct position | |
| default_build_type.cmake | working version | |
| extern.cmake | enable nix build | |
| git_version.cmake | working version | |
| packaging.cmake | working version | |
| README.md | add readme | |
| todo.md | fix custom session creation | |
bubsim
small project for a workshop to demonstrate the causes behind the lifetime of laptops (or any digital devices for that matter)
currently entirely in german (i18n is not planned for now)
The design principle is "quick and dirty", this thing is only touched when needed. So I am (and we are) sorry for the quality of code. This more prototype than anything else.
Building and Running
cd bubsim
git submodule update --init --recursive
mkdir build && cd build
cmake ..
make -j $(( 2 * $(nproc) ))
Then run ./bubsim, which will launch a web server listening on 0.0.0.0:9080.