Tool & Resource
Mixamo : A very popular and powerful online service under Adobe, which mainly provides functions related to 3D character animation.
OpenGameArt : A website dedicated to providing free resources for game developers. It contains a large number of art, sound effects, music and other resources, most of which are released under open source or free licenses (such as CC0, CC-BY, GPL, etc.).
SharpLab : An online lab for .NET/C# developers. Enter your source code(.NET Framework) and it will immediately tell you the various intermediate products of this code after compilation. Including IL(Intermediate Language), JIT(ASM), Syntax Tree and Optimization effect.
Godbolt(Compiler Explorer) : An online compiler experiment tool. Enter a code(C++、Rust、Go、Python、Haskell…) and it will be displayed immediately: 1. Compiled assembly code (you can choose different compilers: GCC, Clang, MSVC…) 2. Compiler optimization process(Compoler optimization process(-O0,-O2,-O3,-Ofast…)) 3. Intermediate representation (IR) output by the compiler (e.g. LLVM IR) 4. Differences between different compilers.
Choosse an open source license : Maintained by GitHub, this website helps you choose the most suitable open source license.
