akamoon's Stars
bevy-cheatbook/bevy-cheatbook
Unofficial Reference Book for the Bevy Game Engine
probml/pml-book
"Probabilistic Machine Learning" - a book series by Kevin Murphy
blueberrymusic/Deep-Learning-A-Visual-Approach
All of the figures and notebooks for my deep learning book, for free!
wesnoth/wesnoth
An open source, turn-based strategy game with a high fantasy theme.
supertuxkart/stk-code
The code base of supertuxkart
0ad/0ad
[DEPRECATED] Git mirror of the 0 A.D. SVN source code (migrated to https://gitea.wildfiregames.com on August 20th 2024)
chick-soups/TextFilesForTextMeshPro
When using TextMeshPro in Unity Editor,we can create a Font Asset from a text file.Here are some text files.I think they can help you customize your own Font Asset.The more text files are coming soon.
Unity-Technologies/EntityComponentSystemSamples
notpresident35/awesome-learn-gamedev
A curated collection of game development learning resources
BoomingTech/Piccolo
Piccolo (formerly Pilot) – mini game engine for games104
audacity/audacity
Audio Editor
MonoGame/MonoGame
One framework for creating powerful cross-platform games.
EllanJiang/GameFramework
This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.
kisence-mian/MyUnityFrameWork
我的Unity框架,包含资源加载,配置加载,数据加载,UI管理,日志管理,动画系统,特效系统
spotify/pedalboard
🎛 🔊 A Python library for audio.
microsoft/ML-For-Beginners
12 weeks, 26 lessons, 52 quizzes, classic Machine Learning for all
fairygui/FairyGUI-unity
A flexible UI framework for Unity
cs-books/influential-cs-books
Most influential books on Computer Science/programming
godotengine/godot
Godot Engine – Multi-platform 2D and 3D game engine
ZhiHuDaShiJie/lihang-code
《统计学习方法》的代码实现
hont127/ACTBook-Code-and-Practice
ACTBook Code and Practice
Tencent/xLua
xLua is a lua programming solution for C# ( Unity, .Net, Mono) , it supports android, ios, windows, linux, osx, etc.
JaeDukSeo/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
LyWangPX/Reinforcement-Learning-2nd-Edition-by-Sutton-Exercise-Solutions
Solutions of Reinforcement Learning, An Introduction
ConanCui/Paper-List
A reading paper list which is mainted daily
xinguoxia/KGE
Some papers on Knowledge Graph Embedding(KGE)
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
BleuBleu/FamiStudio
FamiStudio NES Music Editor
elsong823/HalfSLG
半个2D战棋小游戏
TheAlgorithms/Python
All Algorithms implemented in Python