Skip to content

InfraRed is game engine for Windows powered by DirectX 11 used to create both 2D and 3D games.

License

Notifications You must be signed in to change notification settings

FlareCoding/InfraRed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfraRed

InfraRed is game engine for Windows powered by DirectX 11 used to create both 2D and 3D games. InfraRed is completely free and open-source under the GNU LGPL-2 license.

The list of currently supported features is as follows:

- 2D Rendering
- 3D Rendering
- Forward-kinematic skeletal animation system
- Physics engine with AABB and OBB collision detection
- Custom material system
- Shader graphs
- Environment mapping
- ECS (Entity-Component System)
- C++ scripting support
- Dynamic asset loading system

Imgur

Platform

Linux Windows MacOS
X X

Installation

After cloning the repo, open git bash in the master directory and execute the following commands:

mkdir build
cd build
cmake ..

The Visual Studio solution will be generated in the build directory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

LGPL-2.1

About

InfraRed is game engine for Windows powered by DirectX 11 used to create both 2D and 3D games.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published