Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulator

It's a robot simulator. There's robots! (once we make them.)

Development

This codebase is developed in modern C++ (as reasonable), using the C++23 standard. The primary target is Web via Emscripten, and tooling isn't currently provided for building native apps.

Dependencies

Libraries used:

  • sokol for windowing, graphics, and more.
  • DearImGui for debug immediate-mode UI
  • Lua for embedded scripting
  • sol2 for a better way to use Lua

Toolchain used:

Build Instructions

Prepare the build

emcmake cmake -B build -S .

Build the app

cmake --build build

To build in parallel, optionally add the -j N flag where N is the number of threads to build with.

Run the app

emrun build/index.html

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages