Releases: PrathamGhaywat/vector-engine
Releases · PrathamGhaywat/vector-engine
First full release!
This is the first full release of Vector Engine:
It has multiple simulations like Spring Pendulum and more. Download it for Windows on x86 below. Else you will need to self compile:
To compile project you need to have zig-0.16.0-dev-1484 installed.
First clone this project and enter it:
git clone https://github.com/PrathamGhaywat/vector-engine.git
cd vector-engineThen proceed to build this project:
zig build -Doptimize=ReleaseFastafter that you will see a zig-out/bin folder. inside bin there will be a Project.exe or similar. Run that to start the application