mirror of
https://gitea.windcorp.ru/Wind-Corporation/Progressia.git
synced 2025-12-16 05:28:36 +03:00
Initial commit
This commit is contained in:
34
README.md
Normal file
34
README.md
Normal 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
|
||||
Reference in New Issue
Block a user