acmpesuecc / Simul8

Fun simulations in raylib using C++
MIT License
0 stars 6 forks source link
hacknight-2024 hacktoberfest

Simul8

Fun simulations in raylib using C++

This repo contains two exciting simulations:

  1. Solar System: A dynamic solar system with planets and moons that orbit.
    • solarsystem.cpp
  2. Random Walker: A simple, fun simulation where a pixel takes random steps across the screen.
    • random_walker.cpp

Prerequisites

How to run

To build and run for