Initial commit

This commit is contained in:
2022-10-09 17:25:45 +03:00
commit da10f7c5cd
60 changed files with 6255 additions and 0 deletions

34
README.md Normal file
View File

@@ -0,0 +1,34 @@
# Progressia
A free, open-source sandbox survival game currently in early development.
## Description
The game has barely begun development so much of its features are yet to be
implemented.
In broader terms, Progressia is a challenging game about survival, exploration
and engineering in a realistic voxel sandbox environment. The game is heavily
inspired by Minecraft technology mods, Factorio, Vintage Story and Minetest.
Progressia's main unique features will include highly composite items and
blocks, a realistically-scaled world, temperature mechanics and a
parallelism-capable server.
See [Building Guide](docs/BuildingGuide.md) for building instructions.
## Contributing
All contributors welcome. Please contact Javapony in
[Telegram](https://t.me/javapony)
or join our
[Discord server](https://discord.gg/M4ukyPYgGP)
for details or help.
## Libraries
- [Vulkan](https://vulkan.org/) low-level graphics API
- [GLFW](https://www.glfw.org/)
([GitHub](https://github.com/glfw/glfw)) minimalistic windowing library
- [GLM](https://github.com/g-truc/glm) vector mathematics library
- [STB (GitHub)](https://github.com/nothings/stb) collection of various
algorithms
- `stb_image` PNG loading
- [Boost](https://www.boost.org/) utility library