Lite-C is a lightweight C programming language designed for embedded systems and IoT devices. It has a simplified syntax focused on core language features and low memory usage.
A simplified C programming language for efficient embedded systems and IoT device development, prioritizing low memory usage and core language features.
What is Lite-C?
Lite-C is a lightweight variant of the C programming language designed specifically for embedded systems and Internet of Things (IoT) applications where memory and processing resources are very limited.
It retains the basic syntax and semantics of C, but removes many complex features like variable length arrays, recursive functions, and inline assembly. The simplified syntax makes the language easier to parse, compile and interpret on small microcontrollers.
Key features of Lite-C include:
Greatly reduced memory footprint compared to standard C
Subsets of data types like int, char, float, pointers
No dynamic memory allocation
Fixed-size arrays and structures
Restricted number of parameters and local variables in functions
Limited header files and standard libraries
Open source compilers optimized for small MCUs
The language is perfect for low-power IoT nodes, sensors, wearables and other space-constrained embedded devices that need to balance performance and efficiency. It gives just enough capability as standard C, removing seldom used constructs that add too much complexity. The small feature set enables Lite-C code and binaries to fit into tiny memory sizes.
Unity is a cross-platform game engine developed by Unity Technologies that is primarily used to develop video games and simulations for computers, consoles, mobile devices, and websites. Some key features of Unity include:Integrated editor for scene creation, scripting, asset pipeline, and building gamesSupports both 2D and 3D game development with...
Unreal Engine is a complete suite of creation tools designed for anyone working with real-time 3D. It provides a real-time 3D engine along with visual scripting tools to accelerate development across multiple platforms including consoles, mobile, PC, and VR. Originally developed for first-person shooters, Unreal Engine has expanded to many...
RPG Maker is a popular game development tool focused on creating role-playing games. First launched in 1992 by ASCII, there have been several iterations of the software over the years by different developers.At its core, RPG Maker provides a simple graphical interface and suite of tools that let users build...
GDevelop is an open-source, cross-platform 2D game engine and IDE. It allows users with no coding knowledge to quickly build and deploy games using an intuitive drag-and-drop interface and behaviors system.Key features of GDevelop include:Visual scripting system using events and conditions rather than codeSupport for multiple platforms including Windows, Mac,...
Adventure Game Studio (AGS) is a free, open source game development tool focused on creating graphic adventure games. It provides an integrated development environment (IDE) with an approachable interface and easy-to-use tools, making AGS a good choice for beginners looking to get into game development.At the same time, AGS supports...
LÖVE is an open-source framework for developing 2D games in the Lua programming language. It allows developers to create games and multimedia applications using the flexible Lua scripting language. Some key aspects of LÖVE include:High-performance 2D graphics rendering using OpenGLBindings to libraries like OpenGL, OpenGL ES, SDL and OpenGLSupport for...
RPG Paper Maker is an open-source, browser-based game editor focused on developing 2D role-playing games similar to classics like Final Fantasy and Dragon Quest. It aims to provide an accessible toolset for both hobbyist and professional developers to build quality RPGs.Some key features of RPG Paper Maker include:Visual map editor...
Open 3D Engine is an open-source, MIT-licensed 3D engine for game development, simulations, architecture, automation. It features a modular architecture that allows extensibility and customization, an advanced physically-based renderer for high-fidelity graphics, built-in VR and AR support, animation and physics systems, and much more.Some key capabilities and features include:Advanced renderer...
Monkey 2 is a robust, modular, cross-platform game development system and game engine designed for building 2D and 3D games. It uses the Monkey programming language which is based on object-oriented programming and has a syntax similar to languages like C# or Java.Some key features of Monkey 2 include:Cross-platform support...
ENIGMA is an open-source, cross-platform game engine and IDE that allows for quick game creation without the need for programming knowledge. It uses a drag and drop interface akin to software like GameMaker or Stencyl, making it easy for those without coding experience to build 2D and 3D games.LateralGM serves...
Urho3D is an open-source, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license. Some key capabilities and features of Urho3D include:Real-time 3D graphics rendering using OpenGL or Direct3D2D graphics rendering supportIntegrated physics engine (Bullet Physics)Audio system with support for sound effects and musicScripting in...
Torque 2D is an open source 2D game engine with a visual editor for building levels and games. It is designed to simplify and streamline game development. Some key features include:Cross-platform support - games built in Torque 2D can run on Windows, Mac, Linux, iOS, Android, and web browsersWYSIWYG visual...
OHRRPGCE (Official Hamster Republic Role Playing Game Creation Engine) is a free and open source 2D role-playing game creator that allows users to make their own RPGs. It was created by James Paige and has been under active community development since 2004.Some key features of OHRRPGCE include:Flexible event scripting system...
Cocos2d-x is an open-source 2D game engine and framework written in C++. It allows developers to quickly build high-performance games and apps that can run on multiple platforms including iOS, Android, Windows, macOS and Linux.Some key features of Cocos2d-x include:Integrated physics engines like Box2D and Chipmunk for collision detection and...