-
-
Notifications
You must be signed in to change notification settings - Fork 74
List_of_game_engines
Andrew McWatters edited this page May 19, 2020
·
9 revisions
Below is a List of game engines containing game engines that are in the same category as Grid.
This list makes the distinction between game frameworks which provide load, update, and draw callbacks, alongside a collection of included libraries and wrappers, and game engines which provide higher-level abstractions such as level loading, entity creation, and multiplayer.
Software | Type | Level Loading | Entities | Multiplayer support |
---|---|---|---|---|
Grid engine | engine | ✓ | ✓ | ✓ |
Defold | engine | ✓ | ✓ | ✗ |
Polycode | engine | ✗ | ✓ | ✗ |
Solar2D | framework | ✗ | ✗ | ✗ |
LÖVE | framework | ✗ | ✗ | ✗ |
Callbacks
- onAddonMounted
- onAddonUnmounted
- onMainMenuActivate
- onMainMenuClose
- onNPCSpawn
- onPlayerChat
- onPlayerConnect
- onPlayerDisconnect
- onPlayerInitialSpawn
- onPlayerSay
- onPlayerSpawn
- onPlayerUse
- onReloadImage
- onReloadScript
- onReloadSound
- quit
- update
Classes
- canvas
- character
- color
- concommand
- context
- convar
- entity
- fullscreencanvas
- host
- map
- networkvar
- payload
- player
- scheme
- shader
- sprite
- tween
- typelenvalues
- vector
Interfaces and Libraries
Panels
- box
- button
- checkbox
- closebutton
- commandbutton
- commandbuttongroup
- dropdownlist
- dropdownlistitem
- dropdownlistitemgroup
- frame
- frametab
- frametabgroup
- frametabpanel
- frametabpanels
- imagepanel
- label
- panel
- passwordtextbox
- progressbar
- radiobutton
- radiobuttongroup
- rootpanel
- scrollablepanel
- scrollbar
- slider
- tabbedframe
- text
- textbox
- textboxautocompleteitemgroup
- throbber
- viewport