-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,27 @@ | ||
# CONCEPT: | ||
@LeiRoF | ||
![](https://gunivers.net/wp-content/uploads/2020/08/Glibs_banner.jpg) | ||
|
||
# PROJECT MANAGERS: | ||
@theogiraudet/Oromis, @LeiRoF | ||
# **Documentation** | ||
|
||
# CONTRIBUTORS: | ||
Dev: @theogiraudet/Oromis, @LeiRoF, @Luludatra, @KubbyDev, @.𝖎𝖐𝖇𝖗𝖚𝖓𝖊𝖑, @A~Z, @Redcoal, @Syl2010, @Kikipunk, @Loumardes | ||
The Gunivers-libs is a series of tool datapacks, that group together all the functions and systems that can be used in your maps, to simplify your task. The central element of which is the "Glib-Core" datapack. They allow to abstract some complex algorithms, i.e. to hide their complexity by simply providing the procedure to follow to use them. This abstraction also allows you not to have to worry about updating these functions, you just have to update the whole datapack in your map, and it will then use the most recent functions, without having to change anything in your code. | ||
|
||
# TITLE: | ||
Gunivers-Lib | ||
Thus, you will find fundamental functions such as trigonometry functions (sin, cos, tan ...) as well as practical functions such as :\ | ||
\- an ID system for entities\ | ||
\- a block <-> score conversion system to detect which block is targeted\ | ||
\- a pathfinding system\ | ||
\- or a system allowing the management of vectors to give very customized trajectories to your entities, which can be deflected by the wind, bounce on blocks etc ... | ||
|
||
# PRESENTATION: | ||
Gunivers-Lib is a Minecraft function library useful for maps/systems and structures of any kind. Therefore, it enables you to hide any complex aspect of development (e.g.: mathematic parts) and helps the creation of massive projects. | ||
Because a short video is better than a long speech: <https://www.youtube.com/watch?v=E2nKYEvjETk> | ||
|
||
# CHARACTERISTIC: | ||
The available functions can interact between them and respect conventions so they can adapt to any system. | ||
* **Main article** : <https://gunivers.net/gunivers-lib/> | ||
* **Note** : In order to save time, this traduction was mostly made with deepl.com and may contain mistakes. If you find one of these mistakes, you can report it to us on "our Discord": <https://discord.gg/E8qq6tN> | ||
|
||
# PROGRESS: | ||
Gunivers-Lib has already several mathematical functions and some functions used to detect and modify entity data. | ||
# Credits | ||
|
||
# MOTIVE: | ||
This library is a substantial assisstance to the developers CMD wishing to create complex systems/maps. Therefore, this library provides a great leap in the command block "technology" and opens up new perspectives. | ||
## Concept | ||
@LeiRoF | ||
|
||
## Project Managers | ||
@theogiraudet/Oromis, @LeiRoF | ||
|
||
Link of the official article (in french): https://gunivers.net/gunivers-lib/ | ||
## Contributors | ||
Dev: @theogiraudet/Oromis, @LeiRoF, @Luludatra, @KubbyDev, @.𝖎𝖐𝖇𝖗𝖚𝖓𝖊𝖑, @A~Z, @Redcoal, @Syl2010, @Kikipunk, @Loumardes |