Skip to content

morswin22/flectron

Repository files navigation

flectron

GitHub codecov

Requirements

Build

Clone the repository

git clone https://github.com/morswin22/flectron.git
cd flectron

Create a build directory

mkdir build
cd build

Build the project

cmake ..
cmake --build . --config Release

Run the tests

cd tests/Release
./flectron-demo
./flectron-terrain
./flectron-piday

Run in Docker

docker build -t flectron -f ./docker/Dockerfile.base .
docker build -t flectron-prod -f ./docker/Dockerfile.prod .
xhost +
docker run -ti --rm -e DISPLAY=host.docker.internal:0.0 flectron-prod
xhost -

More Docker commands can be found in docker/README.md.

Dependencies

About

Rendering and physics in 2D

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published