-
Notifications
You must be signed in to change notification settings - Fork 3
Home
tiffany352 edited this page Oct 11, 2012
·
12 revisions
- FAQ - Frequently asked questions about the engine.
- Contributors Guide - Learn how you can contribute to the project.
- Asset - Loads resources in an abstract way.
- Common - Module that several modules require.
- Ticks - Ticks are the basic time measurement.
- Events - Controls the event system.
- Graphics - Controls all rendering to the screen.
- Network - Allows clients to connect to each other.
- Physics - Provides a realistic simulation.
- Script - Loads and runs Lua scripts.
IntenseLogic uses the Lua (not LUA!) Programming Language for creating in-game scripts to provide additional functionality. These scripts can be created and modified without recompiling the engine, so they can prove to be very useful.
See Lua Api for documentation on the exposed libraries.
None yet.