Skip to content

Commit

Permalink
dayli
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKlepikov committed Oct 3, 2024
1 parent ca03d87 commit 92a0672
Show file tree
Hide file tree
Showing 6 changed files with 74 additions and 7 deletions.
14 changes: 14 additions & 0 deletions _site/lists/gamedev.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,20 @@ <h2 id="frameworks">Frameworks</h2>
<li><a href="https://gamesalad.com/">gamesalad.com</a> nocode gamemaker (payed)</li>
<li><a href="https://stencyl.com/">stencyl.com</a> nocode gamemaker (free for desctop)</li>
<li><a href="https://scratch.mit.edu/">scratch.mit.edu</a> nocode редактор и сообщество для обмена идеями и проектами для детей</li>
<li><a href="https://iolite-engine.com/">iolite-engine</a> опенсорсный воксельный фреймворк с апи на <code class="language-plaintext highlighter-rouge">c/c++</code></li>
<li><a href="https://www.voxelfarm.com/gaming.html">voxelfarm</a> Voxel Studio is an advanced world creation and edition tool</li>
<li><a href="https://macroquad.rs/">Macroquad</a> Simple and easy to use game library for [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>] programming language. <a href="https://github.com/not-fl3/macroquad">github link</a></li>
<li><a href="https://fyrox.rs/">Fyrox</a> Game Engine 3d/2d [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>]</li>
<li><a href="https://bevyengine.org/">Bevy</a> A refreshingly simple data-driven game engine built in [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>] Free and Open Source Forever!</li>
<li><a href="https://ambient.run/">Ambient</a> The Multiplayer Game Engine [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>]</li>
<li><a href="https://github.com/rustcycles/rustcycles">RustCycles</a> is a FOSS third person multiplayer arena shooter that’s about movement, not aim. You have to be smart and think fast. [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>]</li>
<li>The <a href="https://github.com/ChariotEngine/Chariot">Chariot</a> project is an attempt to re-implement the original Age of Empires (1997) engine in an open-source manner [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>]</li>
<li><a href="https://github.com/amethyst/amethyst">Amethyst</a> is a data-driven and data-oriented game engine aiming to be fast and as configurable as possible. [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>] archived</li>
<li><a href="https://github.com/arcana-engine/arcana">Arcana</a> is a game engine built with focus on ease of use without compromising on level of control. [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>] archived</li>
<li><a href="https://github.com/AryanpurTech/BlueEngine">Blue Engine</a> is a general-purpose, easy-to-use, extendable, and portable graphics engine written in [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>].</li>
<li><a href="https://docs.rs/caper/0.13.0/caper/">Caper</a> Minimalist game framework [<a href="rust" title="Ресурсы по языку программирования Rust">rust</a>]</li>
<li><a href="https://rubenwardy.com/minetest_modding_book/en/index.html">Minetest Modding Book</a> This book aims to teach you how to create your own mods, starting from the basics. Each chapter focuses on a particular part of the API, and will soon get you making your own mods.</li>
<li><a href="https://www.minetest.net/">Minetest</a>. An open source voxel game engine [<a href="lua" title="Lua">lua</a>]</li>
</ul>

<h2 id="neural">Neural</h2>
Expand Down
11 changes: 11 additions & 0 deletions _site/notes/gdscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,16 +357,27 @@ <h3 id="именованные-типы">Именованные типы</h3>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/math/random_number_generation.html">Random number generation</a></li>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/scripting/debug/overview_of_debugging_tools.html">Overview of debugging tools</a></li>
<li><a href="https://ask.godotengine.org/84708/duplicate-a-node-with-sub-nodes-and-change-position">Duplicate a node with sub-nodes and change position</a></li>
<li><a href="https://forum.godotengine.org/t/how-to-disable-enable-a-node/22387">How to disable/enable a node?</a></li>
<li><a href="https://forum.godotengine.org/t/access-a-nodes-child-by-name-not-path-or-index/13106">access a node’s child by name</a></li>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/2d/custom_drawing_in_2d.html">Custom drawing in 2D</a></li>
<li><a href="https://kidscancode.org/godot_recipes/3.x/kyn/path2d/index.html">Path2D &amp; PathFollow2D</a></li>
<li><a href="https://kidscancode.org/godot_recipes/3.x/2d/line_collision/index.html">Line2D Collision</a></li>
<li><a href="https://forum.godotengine.org/t/how-can-i-get-a-node-from-an-instanced-scene-by-name/18851">How can I get a node from an instanced scene by name</a></li>
<li><a href="https://lasteamlab.com/documentation/game-design/godot/RPG/lessons/7-screen-scrolling.html">Basic Screen Scrolling</a></li>
<li><a href="https://forum.godotengine.org/t/how-to-make-an-infinite-scrolling-background/24114">How to make an infinite scrolling background</a></li>
</ul>

<p>Смотри еще:</p>

<ul>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#doc-gdscript">Документация GDScript</a></li>
<li><a href="https://docs.godotengine.org/en/stable/classes/index.html">все классы в документации</a> [<a href="gdscript-classes" title="GDScript classes">gdscript-classes</a>] - кратко</li>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html">GDScript reference</a></li>
<li><a href="https://docs.godotengine.org/en/stable/classes/index.html">все классы в документации</a></li>
<li><a href="https://gdscript.com/">gdscript.com</a> туториалы и решения</li>
<li><a href="https://github.com/godotengine/godot-demo-projects">godot demo projects</a></li>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/best_practices/index.html">best practicies</a></li>
<li><a href="https://kidscancode.org/godot_recipes/4.x/">Godot Recipes</a></li>
<li>[<a href="godot" title="godot engine">godot</a>]</li>
<li>[<a href="gdscript-classes" title="GDScript classes">gdscript-classes</a>]</li>
<li>[<a href="../lists/c-plus-plus" title="Ресурсы по языку программирования С/С++">c-plus-plus</a>]</li>
Expand Down
14 changes: 12 additions & 2 deletions _site/notes/godot.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,16 +263,26 @@ <h2 id="языки-программирования-и-скрипты">Язык
<li>[<a href="gdscript" title="GDScript">gdscript</a>]</li>
<li>[<a href="godot-templates" title="godot templates">godot-templates</a>]</li>
<li>[<a href="godot-ai-gim" title="Godot AI Gym">godot-ai-gim</a>]</li>
<li><a href="https://docs.godotengine.org/en/stable/classes/index.html">все классы в документации</a> [<a href="gdscript-classes" title="GDScript classes">gdscript-classes</a>] - кратко</li>
<li><a href="https://gdscript.com/">GDScript</a> evolved as a custom scripting language to be used with the Godot computer (and mobile device) Game engine, and for those people who look beyond the real world, it also supports Virtual Reality.</li>
<li><a href="https://github.com/godotengine/awesome-godot">Awesome Godot repo</a> A curated list of free/libre plugins, scripts and add-ons for Godot</li>
<li><a href="https://kidscancode.org/godot_recipes/4.x/">godot_recipes</a></li>
<li><a href="https://godot-engine.zeef.com/andre.antonio.schmitz">more godot resources</a></li>
<li><a href="https://github.com/edbeeching/godot_rl_agents">godot_rl_agents</a> An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents</li>
<li><a href="https://github.com/bitwes/Gut">gut</a> Godot Unit Test. Unit testing tool for Godot Game Engine.</li>
<li>[<a href="../lists/gamedev" title="Gamedev">gamedev</a>]</li>
</ul>

<p>Материалы:</p>

<ul>
<li><a href="https://kidscancode.org/godot_recipes/4.x/">godot_recipes</a></li>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html">GDScript reference</a></li>
<li><a href="https://docs.godotengine.org/en/latest/tutorials/math/vector_math.html">Vector math</a></li>
<li><a href="https://docs.godotengine.org/en/latest/tutorials/math/vectors_advanced.html#doc-vectors-advanced">Advanced vector math</a></li>
<li><a href="https://docs.godotengine.org/en/latest/tutorials/math/matrices_and_transforms.html#doc-matrices-and-transforms">Matrices and transforms</a></li>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/animation/creating_movies.html#converting-avi-video-to-mp4">Creating movies</a></li>
<li><a href="https://docs.godotengine.org/en/stable/tutorials/inputs/inputevent.html">Using InputEvent</a></li>
</ul>


</div>
</article>
Expand Down
16 changes: 15 additions & 1 deletion lists/gamedev.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,20 @@ title: Gamedev
- [gamesalad.com](https://gamesalad.com/) nocode gamemaker (payed)
- [stencyl.com](https://stencyl.com/) nocode gamemaker (free for desctop)
- [scratch.mit.edu](https://scratch.mit.edu/) nocode редактор и сообщество для обмена идеями и проектами для детей
- [iolite-engine](https://iolite-engine.com/) опенсорсный воксельный фреймворк с апи на `c/c++`
- [voxelfarm](https://www.voxelfarm.com/gaming.html) Voxel Studio is an advanced world creation and edition tool
- [Macroquad](https://macroquad.rs/) Simple and easy to use game library for [[rust]] programming language. [github link](https://github.com/not-fl3/macroquad)
- [Fyrox](https://fyrox.rs/) Game Engine 3d/2d [[rust]]
- [Bevy](https://bevyengine.org/) A refreshingly simple data-driven game engine built in [[rust]] Free and Open Source Forever!
- [Ambient](https://ambient.run/) The Multiplayer Game Engine [[rust]]
- [RustCycles](https://github.com/rustcycles/rustcycles) is a FOSS third person multiplayer arena shooter that's about movement, not aim. You have to be smart and think fast. [[rust]]
- The [Chariot](https://github.com/ChariotEngine/Chariot) project is an attempt to re-implement the original Age of Empires (1997) engine in an open-source manner [[rust]]
- [Amethyst](https://github.com/amethyst/amethyst) is a data-driven and data-oriented game engine aiming to be fast and as configurable as possible. [[rust]] archived
- [Arcana](https://github.com/arcana-engine/arcana) is a game engine built with focus on ease of use without compromising on level of control. [[rust]] archived
- [Blue Engine](https://github.com/AryanpurTech/BlueEngine) is a general-purpose, easy-to-use, extendable, and portable graphics engine written in [[rust]].
- [Caper](https://docs.rs/caper/0.13.0/caper/) Minimalist game framework [[rust]]
- [Minetest Modding Book](https://rubenwardy.com/minetest_modding_book/en/index.html) This book aims to teach you how to create your own mods, starting from the basics. Each chapter focuses on a particular part of the API, and will soon get you making your own mods.
- [Minetest](https://www.minetest.net/). An open source voxel game engine [[lua]]

## Neural

Expand Down Expand Up @@ -138,8 +152,8 @@ title: Gamedev
[godot]: ../notes/godot "godot engine"
[c-plus-plus]: c-plus-plus "Ресурсы по языку программирования С/С++"
[gdscript]: ../notes/gdscript "GDScript"
[rust]: rust "Ресурсы по языку программирования Rust"
[reinforcement-learning]: reinforcement-learning "Reinforcement learning"
[godot-ai-gim]: ../notes/godot-ai-gim "Godot AI Gym"
[mechanics-systems-cycles-design-of-games]: ../notes/mechanics-systems-cycles-design-of-games "Mechanics systems cycles and design of games"
[rust]: rust "Ресурсы по языку программирования Rust"
[//end]: # "Autogenerated link references"
13 changes: 12 additions & 1 deletion notes/gdscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,22 +231,33 @@ var my_inherited_scene = MyScene.instantiate(PackedScene.GEN_EDIT_STATE_MAIN) #
- [Random number generation](https://docs.godotengine.org/en/stable/tutorials/math/random_number_generation.html)
- [Overview of debugging tools](https://docs.godotengine.org/en/stable/tutorials/scripting/debug/overview_of_debugging_tools.html)
- [Duplicate a node with sub-nodes and change position](https://ask.godotengine.org/84708/duplicate-a-node-with-sub-nodes-and-change-position)
- [How to disable/enable a node?](https://forum.godotengine.org/t/how-to-disable-enable-a-node/22387)
- [access a node’s child by name](https://forum.godotengine.org/t/access-a-nodes-child-by-name-not-path-or-index/13106)
- [Custom drawing in 2D](https://docs.godotengine.org/en/stable/tutorials/2d/custom_drawing_in_2d.html)
- [Path2D & PathFollow2D](https://kidscancode.org/godot_recipes/3.x/kyn/path2d/index.html)
- [Line2D Collision](https://kidscancode.org/godot_recipes/3.x/2d/line_collision/index.html)
- [How can I get a node from an instanced scene by name](https://forum.godotengine.org/t/how-can-i-get-a-node-from-an-instanced-scene-by-name/18851)
- [Basic Screen Scrolling](https://lasteamlab.com/documentation/game-design/godot/RPG/lessons/7-screen-scrolling.html)
- [How to make an infinite scrolling background](https://forum.godotengine.org/t/how-to-make-an-infinite-scrolling-background/24114)

Смотри еще:

- [Документация GDScript](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#doc-gdscript)
- [все классы в документации](https://docs.godotengine.org/en/stable/classes/index.html) [[gdscript-classes]] - кратко
- [GDScript reference](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html)
- [все классы в документации](https://docs.godotengine.org/en/stable/classes/index.html)
- [gdscript.com](https://gdscript.com/) туториалы и решения
- [godot demo projects](https://github.com/godotengine/godot-demo-projects)
- [best practicies](https://docs.godotengine.org/en/stable/tutorials/best_practices/index.html)
- [Godot Recipes](https://kidscancode.org/godot_recipes/4.x/)
- [[godot]]
- [[gdscript-classes]]
- [[c-plus-plus]]
- [[gamedev]]

[//begin]: # "Autogenerated link references for markdown compatibility"
[godot]: godot "godot engine"
[gdscript-classes]: gdscript-classes "GDScript classes"
[godot]: godot "godot engine"
[c-plus-plus]: ../lists/c-plus-plus "Ресурсы по языку программирования С/С++"
[gamedev]: ../lists/gamedev "Gamedev"
[//end]: # "Autogenerated link references"
13 changes: 10 additions & 3 deletions notes/godot.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,21 +144,28 @@ GDExtension — лучший выбор для повышения произво
- [[gdscript]]
- [[godot-templates]]
- [[godot-ai-gim]]
- [все классы в документации](https://docs.godotengine.org/en/stable/classes/index.html) [[gdscript-classes]] - кратко
- [GDScript](https://gdscript.com/) evolved as a custom scripting language to be used with the Godot computer (and mobile device) Game engine, and for those people who look beyond the real world, it also supports Virtual Reality.
- [Awesome Godot repo](https://github.com/godotengine/awesome-godot) A curated list of free/libre plugins, scripts and add-ons for Godot
- [godot_recipes](https://kidscancode.org/godot_recipes/4.x/)
- [more godot resources](https://godot-engine.zeef.com/andre.antonio.schmitz)
- [godot_rl_agents](https://github.com/edbeeching/godot_rl_agents) An Open Source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents
- [gut](https://github.com/bitwes/Gut) Godot Unit Test. Unit testing tool for Godot Game Engine.
- [[gamedev]]

Материалы:

- [godot_recipes](https://kidscancode.org/godot_recipes/4.x/)
- [GDScript reference](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html)
- [Vector math](https://docs.godotengine.org/en/latest/tutorials/math/vector_math.html)
- [Advanced vector math](https://docs.godotengine.org/en/latest/tutorials/math/vectors_advanced.html#doc-vectors-advanced)
- [Matrices and transforms](https://docs.godotengine.org/en/latest/tutorials/math/matrices_and_transforms.html#doc-matrices-and-transforms)
- [Creating movies](https://docs.godotengine.org/en/stable/tutorials/animation/creating_movies.html#converting-avi-video-to-mp4)
- [Using InputEvent](https://docs.godotengine.org/en/stable/tutorials/inputs/inputevent.html)

[//begin]: # "Autogenerated link references for markdown compatibility"
[gdscript]: gdscript "GDScript"
[c-plus-plus]: ../lists/c-plus-plus "Ресурсы по языку программирования С/С++"
[GDScript]: gdscript "GDScript"
[godot-templates]: godot-templates "godot templates"
[godot-ai-gim]: godot-ai-gim "Godot AI Gym"
[gdscript-classes]: gdscript-classes "GDScript classes"
[gamedev]: ../lists/gamedev "Gamedev"
[//end]: # "Autogenerated link references"

0 comments on commit 92a0672

Please sign in to comment.