Changes between Version 2 and Version 3 of WikiStart
- Timestamp:
- 09/16/07 20:21:30 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v2 v3 1 = Welcome to the nrEngine webpage=1 = Welcome to the nrEngine webpage = 2 2 3 3 '''nrEngine''' is a small but powerfull game-application-engine. The engine does provide the developers with a low level functionality like resource managment, scripting, event system etc. … … 6 6 The engine has been designed with a the goal of providing the developers a simple but powerfull API. It is not designed to be a replacement but an enrichment in the development process of a game or any other application. 7 7 8 == Starting Points ==9 8 10 * TracGuide -- Built-in Documentation 11 * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 12 * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 13 * TracSupport -- Trac Support 9 == Features == 14 10 15 For a complete list of local wiki pages, see TitleIndex. 11 * Kernel/Task subsystem 12 * Resource managment 13 * Clock/Timer support (incl. Plugin to support rdtsc instructions) 14 * Scripting system (incl. Plugin to handle Lua scripts, see [http://www.lua.org/] for more about Lua) 15 * Event managment system 16 17 18 == Projects using nrEngine == 19 20 Here are some screenshots of the projects using nrEngine. 21