Skip to content

First full release!

Pre-release
Pre-release

Choose a tag to compare

@PrathamGhaywat PrathamGhaywat released this 10 Dec 20:57

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-engine

Then proceed to build this project:

zig build -Doptimize=ReleaseFast

after 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