Przejdź do głównej zawartości

Posty

Wyświetlanie postów z luty, 2024

MonoGame

It is just another good framework, where you can do everything. Fun fact, it was one of reasons which helps the popularity of C# and DotNet in gamedev, due to problems with XNA on other platforms, developers started to port it with the Mono Framework. The project started as Mono.XNA and ended as MonoGame. Mono from the other side was widely used in Unity 2.X. Now after many years it is still good foundation to make various of games, but it has it's own problems like support of newer consoles and DX12 libraries. But in the end, if you are .Net developer looking for making hobby game it is very nice package to look. Links Website:  Monogame Download:  Github  |  Full Instructions from MonoGame website Community:  Documentation  |  Forum  |  Discord  |  Github

Unigine

Probably the last engine, from first three popular engines for indie developers - UE, Unreal. It is nice multipurpose 3D engine, and it can be used in Simulation and Cad projects. The product is organised in scenes and nodes so it could be similar like in Godot. It has few scripting possibilities C++ for best performance, C# for optimisation and their own UnigineScript which is good. They make their own shader language s it is easier when porting to various platforms. At this moment you can only export projects to windows and linux, there is work for current generation of consoles, and the mobile will be in some future. The community version is made for indie developers. The free version is for peoples that made under 100k $ in sales/funding, but if you need more information there is email to their sales group - licensing@unigine.com Links Website:  Unigine Download:  Download  - you need to register ad developer site. Community:  Docs  |  Forum  |...

Armory3D

Another project for those who like 3D especially Blender, Armory3D is build arund it by independent developer. It has Haxe as scripting language and nodes so it should be good Unreal alternative. Due to be build with blender integration it can be used as additional showcase for the engine and it's main features. Links Website:  Armory3D Download:  Download Community:  Github  |  Forum  |  Discord  |  Manual  |  API

Bevy Engine

Bevy, which was created on the ashes of Ametyst Engine, language Rust, so it means that it will be safe, optimized, and for another few years still in beta. But it has the ECS so it is ready to check what are new things in the industry. Due to its nature it will be very good when it comes to learn something completely new. With verion 0.12 there was new types of rendering introduced into the engine. It is more like framework now and could be included in other rust projects. Links Website:  Bevy Download:  Quick Start Community:  DeveloperBlog  |  API info  |  Learn  |  Github