#5578

When you first launched Minetest, didn't you think it was just Minecraft? Actually not. Although their interface, style, and gameplay are almost the same, Minetest is essentially a free, open-source and cross-platform voxel game engine (written in C++ and Lua, using the Irrlicht Engine). It was created by Perttu Ahola and first released in 2010, and is now developed by a team of volunteers, with significant contributions from the community. It's available for Linux-based systems, FreeBSD, Windows, Mac, and Android platforms, and provides an API for users to create their own games and mods written in Lua.
Loading...
Loading...
Loading...
Loading...
Loading...
#5531
.NET Reflector is a very well-known and leading .NET program decomcompilation tool (also runs as a Visual Studio addon), developed by Red Gate Software from Australia (originally written by Lutz Roeder, a Microsoft employee). Its main function is to decompile C#, Visual Basic and IL programs into assembler programs (mainly the .NET source code) for viewing, analyzing and debugging.

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
#5520

PlayMaker is a very popular visual scripting tool (based on finite-state machine, FSM for short), also a hierarchical logic framework for Unity, developed by Hutong Games from China. Game designers and programmers can use PlayMaker to conduct interactive development with Unity, and quickly complete prototyping of games. Therefore, it is suitable for both independent developers and team collaboration, greatly improving the game development efficiency.
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
#5512
SlickEdit (formerly called Visual SlickEdit) is a very powerful and classic cross-platform code editor, text editor, and IDE (Integrated Development Environment) started by Clark Maurer in 1988. When it comes to code reading, it can rival the famous Source Insight, especially on the Linux platform.

Loading...
Loading...
Loading...
Loading...
Loading...
#5501

Adobe Flash Builder (formerly called Adobe Flex Builder) is an RIAs (Rich Internet Applications) and cross-platform (Android, iOS, Windows, Mac) desktop applications IDE (Integrated Development Environment) for Windows and Mac, written in Java, built on the Eclipse platform. It was used to build games and applications with the ActionScript language and the open-source Adobe Flex framework.
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
#5458
Microsoft has been a world leader in the area of program development all the time. Visual Studio 6.0 is a very classic programming component (Integrated Development Environment) introduced by Microsoft in 1998. This is the last version to run on the Windows 9x platform, the last version to include Visual J++, the last program development component of Microsoft that does not support the .NET Framework (Microsoft started to fully support the object-oriented .NET Framework from the next release of Visual Studio - 7.0), also the next four versions' core environment that provides programmers with an integrated look-alike platform.

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
#5353

The greatest benefit of portable software is that there are no compatibility issues with various system versions. The packaged application always runs in isolation from the operating system running this application, and has its own registry and file systems for reading and writing data. As a result, portable software can use different versions of the same software on the same computer without affecting the system's registry or file system, ensuring its security and integrity. This way, you can even use untrusted applications without any risk to your system environment.
Loading...
Loading...
Loading...
Loading...
Loading...
#5350
For some novice programmers, a good packaging tool can greatly improve their working efficiency. There are already many virtual packaging tools on the Internet, such as lightweight Enigma Virtual Box, Cameyo, MoleBox Virtualization Solution, P-Apps, as well as the famous VMware ThinApp, Turbo Studio, etc. In contrast, BoxedApp Packer has more powerful features and better compatibility. Its biggest drawback, however, is its poor packing compression rate.

Loading...
Loading...
Loading...
#5311

WireframeSketcher is a wireframe, mockup and prototype creating tool for Windows, Mac and Linux platforms, developed by Peter Severin from Romania in 2008. It can help designers, developers and product managers quickly create wireframes, interface models and UI prototypes with hand-drawn styles for desktop, Web and mobile applications.
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
#5308
Java programmers must feel that making Windows desktop applications in Java is worse a lot than using almost any other programming languages. Software developed with other languages is mostly the EXE format by default, whereas for Java: the less one has to run under console, the better one can only run in the form of JAR file, even with no program icon to choose from. And the most terrible thing is anyone who unzips your JAR file can instantly take in all the source code of your program in a glance.

Loading...
Loading...
Loading...
Loading...