Progressia/README.md
2022-10-09 17:25:45 +03:00

35 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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