Skip to content

andr729/duckling-rectangle-physics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rectangle physics

Note

This is a simple, experimental project written in very early, experimental version of Duckling. It was created as one of a first experiments with the language. See Duckling at https://duckling.pl/.

Rectangle physics – rotating, rigid, 2D rectangle physics simulation written in very early, experimental version of Duckling.

The physics itself is not actually correct, but it was made good enough to look natural.

Demo

demo.mp4
demo22.mp4

Building and running

The project was created with a very old version of the Duckling compiler, which is required to build this project. Newer versions of the compiler might be able to build this project, but it is not guaranteed.

Dependencies:

  • SFML

To build and run the project, you can use the following commands:

./build_cpp.sh   # Builds simple C++ sfml port
./build.sh -O 3  # Builds the Duckling code (with optimizations)
./run.sh         # Runs the built Duckling code

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors