-
Notifications
You must be signed in to change notification settings - Fork 42
Home
Ken Johnson edited this page Oct 25, 2022
·
1 revision
NovelRT is a low-ceremony multi-platform open-source game engine with a strong focus on 2D Game Development and first-class support for Visual Novel Game Development. It features a well-crafted multi-threaded Entity Component System and promotes Data Oriented Design so that your codebase scales with your project. Also, NovelRT is written in C++ to give you the performance you need, but we provide in-depth bindings for powerful ecosystems like .NET and Java.
- Home
- Getting Started
-
Contributing
-
NovelRT Core
- Adding Dependencies
- Adding Plugins
-
NovelRT Interop
- Wrapping Core Functionality
-
NovelRT Core