regression-test-project/README.md

18 lines
984 B
Markdown
Raw Normal View History

2020-10-29 20:27:32 +01:00
## Godot regression test project
This repository contains Godot project which aims to be tested in official Godot repository.
2020-08-05 11:03:11 +02:00
2020-10-29 20:27:32 +01:00
Due using by Godot Vulkan API, it is not currently possible to run editor or project inside CI(either it's and this).
2020-08-05 11:03:11 +02:00
2020-10-29 20:27:32 +01:00
Godot 3.2 uses GLES 2/3 which are available in CI, so project for this branch is developed here https://github.com/qarmin/RegressionTestProject/tree/3.2.
## Contributions
Contributions are welcome.
Main development are for now focused in 3.2 branch of this project and there you should look at the code and write a new one or fix old one.
But still I will add some small(or maybe even big) code pieces to master branch, but since it need to be manually checked and run, it may take some time before I merge it to master branch.
## Epilepsy Warning
Due using by project a lot of functions from each type of Node, screen may flicker, images and objects may change randomly color and size which may lead some users to health problems.
2020-08-05 11:03:11 +02:00