1
0
Fork
You've already forked bubsim
0
No description
  • C++ 53.1%
  • HTML 41.2%
  • CMake 3.9%
  • C 0.7%
  • Nix 0.6%
  • Other 0.5%
Find a file
2021年12月28日 18:12:05 +01:00
bin add btn to redeem badge in rc3 interface 2020年12月29日 03:17:14 +01:00
extern add cpp-httplib 2020年12月25日 09:49:06 +01:00
include/bubsim specify cfgpath during build 2021年12月28日 18:12:05 +01:00
src add btn to redeem badge in rc3 interface 2020年12月29日 03:17:14 +01:00
systemd add systemd service 2019年12月23日 06:57:29 +01:00
workshop more workshop script 2019年12月25日 16:37:13 +01:00
www fix css for new round btns 2020年12月29日 03:31:52 +01:00
.gitignore init 2019年11月25日 14:07:53 +01:00
.gitmodules add cpp-httplib 2020年12月25日 09:49:06 +01:00
CMakeLists.txt add more optimizations for release 2020年12月27日 12:30:06 +01:00
COPYING add agpl3.0+ 2020年12月28日 02:08:56 +01:00
default.nix mv cmakeflags to correct position 2021年12月28日 18:01:10 +01:00
default_build_type.cmake working version 2019年11月25日 16:50:12 +01:00
extern.cmake enable nix build 2021年12月24日 23:44:20 +01:00
git_version.cmake working version 2019年11月25日 16:50:12 +01:00
packaging.cmake working version 2019年11月25日 16:50:12 +01:00
README.md add readme 2020年12月25日 10:10:11 +01:00
todo.md fix custom session creation 2020年12月17日 18:45:21 +01:00

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.