Skip to content
/ Newton Public

A Physics engine with built in renderer implemented in openGL.

Notifications You must be signed in to change notification settings

Aviii06/Newton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newton

Screenshot 2023-02-03 at 4 12 49 PM

A Physics engine with built in renderer implemented in openGL.

It uses Vivid for its rendering backend.

Devlopment

Dependencies

CMake and Ninja.

Build

git clone [email protected]:Aviii06/Newton.git
cd newton
git submodule update --init --recursive
mkdir build && cd build
cmake .. -G Ninja
ninja -j8
./marchingSquare

About

A Physics engine with built in renderer implemented in openGL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published